@@ -640,15 +640,15 @@ if build "av1" "bcfe6fb"; then
640640fi
641641CONFIGURE_OPTIONS+=(" --enable-libaom" )
642642
643- if build " zimg" " 3.0.3 " ; then
644- download " https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.3 .tar.gz" " zimg-3.0.3 .tar.gz" " zimg"
645- cd zimg-release-3.0.3 || exit
643+ if build " zimg" " 3.0.4 " ; then
644+ download " https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.4 .tar.gz" " zimg-3.0.4 .tar.gz" " zimg"
645+ cd zimg-release-3.0.4 || exit
646646 execute " ${WORKSPACE} /bin/libtoolize" -i -f -q
647647 execute ./autogen.sh --prefix=" ${WORKSPACE} "
648648 execute ./configure --prefix=" ${WORKSPACE} " --enable-static --disable-shared
649649 execute make -j $MJOBS
650650 execute make install
651- build_done " zimg" " 3.0.3 "
651+ build_done " zimg" " 3.0.4 "
652652fi
653653CONFIGURE_OPTIONS+=(" --enable-libzimg" )
654654
@@ -713,13 +713,13 @@ if command_exists "python3"; then
713713fi
714714fi
715715
716- if build " opencore" " 0.1.5 " ; then
717- download " https://sourceforge.net/projects /opencore-amr/files/ opencore-amr/opencore-amr-0.1.5 .tar.gz/download?use_mirror=gigenet " " opencore-amr-0.1.5 .tar.gz"
716+ if build " opencore" " 0.1.6 " ; then
717+ download " https://netactuate.dl. sourceforge.net/project /opencore-amr/opencore-amr/opencore-amr-0.1.6 .tar.gz" " opencore-amr-0.1.6 .tar.gz"
718718 execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
719719 execute make -j $MJOBS
720720 execute make install
721721
722- build_done " opencore" " 0.1.5 "
722+ build_done " opencore" " 0.1.6 "
723723fi
724724CONFIGURE_OPTIONS+=(" --enable-libopencore_amrnb" " --enable-libopencore_amrwb" )
725725
@@ -743,21 +743,21 @@ if build "opus" "1.3.1"; then
743743fi
744744CONFIGURE_OPTIONS+=(" --enable-libopus" )
745745
746- if build " libogg" " 1.3.3 " ; then
747- download " https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.3 .tar.gz "
746+ if build " libogg" " 1.3.5 " ; then
747+ download " https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.5 .tar.xz "
748748 execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
749749 execute make -j $MJOBS
750750 execute make install
751- build_done " libogg" " 1.3.3 "
751+ build_done " libogg" " 1.3.5 "
752752fi
753753
754- if build " libvorbis" " 1.3.6 " ; then
755- download " https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.6 .tar.gz"
754+ if build " libvorbis" " 1.3.7 " ; then
755+ download " https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7 .tar.gz"
756756 execute ./configure --prefix=" ${WORKSPACE} " --with-ogg-libraries=" ${WORKSPACE} " /lib --with-ogg-includes=" ${WORKSPACE} " /include/ --enable-static --disable-shared --disable-oggtest
757757 execute make -j $MJOBS
758758 execute make install
759759
760- build_done " libvorbis" " 1.3.6 "
760+ build_done " libvorbis" " 1.3.7 "
761761fi
762762CONFIGURE_OPTIONS+=(" --enable-libvorbis" )
763763
799799# # image library
800800# #
801801
802- if build " libtiff" " 4.2 .0" ; then
803- download " https://download.osgeo.org/libtiff/tiff-4.2 .0.tar.gz "
802+ if build " libtiff" " 4.5 .0" ; then
803+ download " https://download.osgeo.org/libtiff/tiff-4.5 .0.tar.xz "
804804 execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static --disable-dependency-tracking --disable-lzma --disable-webp --disable-zstd --without-x
805805 execute make -j $MJOBS
806806 execute make install
807- build_done " libtiff" " 4.2 .0"
807+ build_done " libtiff" " 4.5 .0"
808808fi
809809if build " libpng" " 1.6.37" ; then
810810 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"
0 commit comments