File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ if ! $DISABLE_LV2 ; then
783
783
execute ninja -C build install
784
784
build_done " sratom" $CURRENT_PACKAGE_VERSION
785
785
fi
786
- if build " lilv" " 0.24.24 " ; then
786
+ if build " lilv" " 0.24.16 " ; then
787
787
download " https://gitlab.com/lv2/lilv/-/archive/v$CURRENT_PACKAGE_VERSION /lilv-v$CURRENT_PACKAGE_VERSION .tar.gz" " lilv-v$CURRENT_PACKAGE_VERSION .tar.gz"
788
788
execute meson build --prefix=" ${WORKSPACE} " --buildtype=release --default-library=static --libdir=" ${WORKSPACE} " /lib
789
789
execute ninja -C build
1012
1012
1013
1013
if [[ " $OSTYPE " == " linux-gnu" ]]; then
1014
1014
if command_exists " nvcc" ; then
1015
- if build " nv-codec" " 12 .1.14.0 " ; then
1015
+ if build " nv-codec" " 11 .1.5.3 " ; then
1016
1016
download " https://github.com/FFmpeg/nv-codec-headers/releases/download/n$CURRENT_PACKAGE_VERSION /nv-codec-headers-$CURRENT_PACKAGE_VERSION .tar.gz"
1017
1017
execute make PREFIX=" ${WORKSPACE} "
1018
1018
execute make PREFIX=" ${WORKSPACE} " install
You can’t perform that action at this time.
0 commit comments