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
783783 execute ninja -C build install
784784 build_done " sratom" $CURRENT_PACKAGE_VERSION
785785 fi
786- if build " lilv" " 0.24.24 " ; then
786+ if build " lilv" " 0.24.16 " ; then
787787 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"
788788 execute meson build --prefix=" ${WORKSPACE} " --buildtype=release --default-library=static --libdir=" ${WORKSPACE} " /lib
789789 execute ninja -C build
10121012
10131013if [[ " $OSTYPE " == " linux-gnu" ]]; then
10141014 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
10161016 download " https://github.com/FFmpeg/nv-codec-headers/releases/download/n$CURRENT_PACKAGE_VERSION /nv-codec-headers-$CURRENT_PACKAGE_VERSION .tar.gz"
10171017 execute make PREFIX=" ${WORKSPACE} "
10181018 execute make PREFIX=" ${WORKSPACE} " install
You can’t perform that action at this time.
0 commit comments