File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - name : build ffmpeg
2424 run : |
2525 while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
26- SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free
26+ SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build --enable-gpl-and-non-free
2727 kill %1
2828 - name : check shared library
2929 run : |
Original file line number Diff line number Diff line change 879879# # image library
880880# #
881881
882- if build " libtiff" " 4.6 .0" ; then
882+ if build " libtiff" " 4.7 .0" ; then
883883 download " https://download.osgeo.org/libtiff/tiff-$CURRENT_PACKAGE_VERSION .tar.xz"
884884 execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static --disable-dependency-tracking --disable-lzma --disable-webp --disable-zstd --without-x
885885 execute make -j $MJOBS
@@ -940,7 +940,7 @@ if build "libsdl" "2.30.1"; then
940940 build_done " libsdl" $CURRENT_PACKAGE_VERSION
941941fi
942942
943- if build " FreeType2" " 2.13.2 " ; then
943+ if build " FreeType2" " 2.13.3 " ; then
944944 download " https://downloads.sourceforge.net/freetype/freetype-$CURRENT_PACKAGE_VERSION .tar.xz"
945945 execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
946946 execute make -j $MJOBS
951951CONFIGURE_OPTIONS+=(" --enable-libfreetype" )
952952
953953if $NONFREE_AND_GPL ; then
954- if build " srt" " 1.5.3 " ; then
954+ if build " srt" " 1.5.4 " ; then
955955 download " https://github.com/Haivision/srt/archive/v$CURRENT_PACKAGE_VERSION .tar.gz" " srt-$CURRENT_PACKAGE_VERSION .tar.gz"
956956 export OPENSSL_ROOT_DIR=" ${WORKSPACE} "
957957 export OPENSSL_LIB_DIR=" ${WORKSPACE} " /lib
You can’t perform that action at this time.
0 commit comments