File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : build ffmpeg
24
24
run : |
25
25
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
27
27
kill %1
28
28
- name : check shared library
29
29
run : |
Original file line number Diff line number Diff line change 879
879
# # image library
880
880
# #
881
881
882
- if build " libtiff" " 4.6 .0" ; then
882
+ if build " libtiff" " 4.7 .0" ; then
883
883
download " https://download.osgeo.org/libtiff/tiff-$CURRENT_PACKAGE_VERSION .tar.xz"
884
884
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static --disable-dependency-tracking --disable-lzma --disable-webp --disable-zstd --without-x
885
885
execute make -j $MJOBS
@@ -940,7 +940,7 @@ if build "libsdl" "2.30.1"; then
940
940
build_done " libsdl" $CURRENT_PACKAGE_VERSION
941
941
fi
942
942
943
- if build " FreeType2" " 2.13.2 " ; then
943
+ if build " FreeType2" " 2.13.3 " ; then
944
944
download " https://downloads.sourceforge.net/freetype/freetype-$CURRENT_PACKAGE_VERSION .tar.xz"
945
945
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
946
946
execute make -j $MJOBS
951
951
CONFIGURE_OPTIONS+=(" --enable-libfreetype" )
952
952
953
953
if $NONFREE_AND_GPL ; then
954
- if build " srt" " 1.5.3 " ; then
954
+ if build " srt" " 1.5.4 " ; then
955
955
download " https://github.com/Haivision/srt/archive/v$CURRENT_PACKAGE_VERSION .tar.gz" " srt-$CURRENT_PACKAGE_VERSION .tar.gz"
956
956
export OPENSSL_ROOT_DIR=" ${WORKSPACE} "
957
957
export OPENSSL_LIB_DIR=" ${WORKSPACE} " /lib
You can’t perform that action at this time.
0 commit comments