Skip to content

Commit 132a021

Browse files
authored
Update build-ffmpeg
- zimg update - opencore update - libogg update - libvorbis update - libtiff update
1 parent 617e73b commit 132a021

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

build-ffmpeg

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -640,15 +640,15 @@ if build "av1" "bcfe6fb"; then
640640
fi
641641
CONFIGURE_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"
652652
fi
653653
CONFIGURE_OPTIONS+=("--enable-libzimg")
654654

@@ -713,13 +713,13 @@ if command_exists "python3"; then
713713
fi
714714
fi
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"
723723
fi
724724
CONFIGURE_OPTIONS+=("--enable-libopencore_amrnb" "--enable-libopencore_amrwb")
725725

@@ -743,21 +743,21 @@ if build "opus" "1.3.1"; then
743743
fi
744744
CONFIGURE_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"
752752
fi
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"
761761
fi
762762
CONFIGURE_OPTIONS+=("--enable-libvorbis")
763763

@@ -799,12 +799,12 @@ fi
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"
808808
fi
809809
if 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

Comments
 (0)