@@ -806,49 +806,49 @@ if build "libtiff" "4.5.0"; then
806
806
execute make install
807
807
build_done " libtiff" " 4.5.0"
808
808
fi
809
- if build " libpng" " 1.6.37 " ; then
810
- download " https://sourceforge.net/projects /libpng/files/ libpng16/1.6.37 /libpng-1.6.37 .tar.gz/download?use_mirror=gigenet " " libpng-1.6.37 .tar.gz"
809
+ if build " libpng" " 1.6.39 " ; then
810
+ download " https://gigenet.dl. sourceforge.net/project /libpng/libpng16/1.6.39 /libpng-1.6.39 .tar.gz" " libpng-1.6.39 .tar.gz"
811
811
export LDFLAGS=" ${LDFLAGS} "
812
812
export CPPFLAGS=" ${CFLAGS} "
813
813
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
814
814
execute make -j $MJOBS
815
815
execute make install
816
- build_done " libpng" " 1.6.37 "
816
+ build_done " libpng" " 1.6.39 "
817
817
fi
818
818
819
819
# # does not compile on monterey -> _PrintGifError
820
820
if [[ " $OSTYPE " != " darwin" * ]]; then
821
- if build " libwebp" " 1.2.1 " ; then
821
+ if build " libwebp" " 1.2.2 " ; then
822
822
# libwebp can fail to compile on Ubuntu if these flags were left set to CFLAGS
823
823
CPPFLAGS=
824
- download " https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.1 .tar.gz" " libwebp-1.2.1 .tar.gz"
824
+ download " https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.2 .tar.gz" " libwebp-1.2.2 .tar.gz"
825
825
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static --disable-dependency-tracking --disable-gl --with-zlib-include=" ${WORKSPACE} " /include/ --with-zlib-lib=" ${WORKSPACE} " /lib
826
826
make_dir build
827
827
cd build || exit
828
828
execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include -DENABLE_SHARED=OFF -DENABLE_STATIC=ON ../
829
829
execute make -j $MJOBS
830
830
execute make install
831
831
832
- build_done " libwebp" " 1.2.1 "
832
+ build_done " libwebp" " 1.2.2 "
833
833
fi
834
834
CONFIGURE_OPTIONS+=(" --enable-libwebp" )
835
835
fi
836
836
# #
837
837
# # other library
838
838
# #
839
839
840
- if build " libsdl" " 2.0.20 " ; then
841
- download " https://www.libsdl.org/release/SDL2-2.0.20 .tar.gz"
840
+ if build " libsdl" " 2.26.1 " ; then
841
+ download " https://www.libsdl.org/release/SDL2-2.26.1 .tar.gz"
842
842
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
843
843
execute make -j $MJOBS
844
844
execute make install
845
845
846
- build_done " libsdl" " 2.0.20 "
846
+ build_done " libsdl" " 2.26.1 "
847
847
fi
848
848
849
849
if $NONFREE_AND_GPL ; then
850
- if build " srt" " 1.4.3 " ; then
851
- download " https://github.com/Haivision/srt/archive/v1.4.3 .tar.gz" " srt-1.4.3 .tar.gz"
850
+ if build " srt" " 1.5.1 " ; then
851
+ download " https://github.com/Haivision/srt/archive/v1.5.1 .tar.gz" " srt-1.5.1 .tar.gz"
852
852
export OPENSSL_ROOT_DIR=" ${WORKSPACE} "
853
853
export OPENSSL_LIB_DIR=" ${WORKSPACE} " /lib
854
854
export OPENSSL_INCLUDE_DIR=" ${WORKSPACE} " /include/
@@ -859,7 +859,7 @@ if $NONFREE_AND_GPL; then
859
859
sed -i.backup ' s/-lgcc_s/-lgcc_eh/g' " ${WORKSPACE} " /lib/pkgconfig/srt.pc # The -i.backup is intended and required on MacOS: https://stackoverflow.com/questions/5694228/sed-in-place-flag-that-works-both-on-mac-bsd-and-linux
860
860
fi
861
861
862
- build_done " srt" " 1.4.3 "
862
+ build_done " srt" " 1.5.1 "
863
863
fi
864
864
CONFIGURE_OPTIONS+=(" --enable-libsrt" )
865
865
fi
@@ -899,12 +899,12 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
899
899
fi
900
900
fi
901
901
902
- if build " amf" " 1.4.21.0 " ; then
903
- download " https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v.1.4.21 .tar.gz" " AMF-1.4.21 .tar.gz" " AMF-1.4.21 "
902
+ if build " amf" " 1.4.28 " ; then
903
+ download ' https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v1.4.28 .tar.gz' ' AMF-1.4.28 .tar.gz' ' AMF-1.4.28 '
904
904
execute rm -rf " ${WORKSPACE} /include/AMF"
905
905
execute mkdir -p " ${WORKSPACE} /include/AMF"
906
906
execute cp -r " ${PACKAGES} " /AMF-1.4.21/AMF-v.1.4.21/amf/public/include/* " ${WORKSPACE} /include/AMF/"
907
- build_done " amf" " 1.4.21.0 "
907
+ build_done " amf" " 1.4.28 "
908
908
fi
909
909
CONFIGURE_OPTIONS+=(" --enable-amf" )
910
910
fi
0 commit comments