Skip to content

Commit c62093d

Browse files
author
Markus Perl
committed
autoconf 2.72, automake 1.17, nettle 3.10, gnutls 3.8.4, dav1d 1.5.0, x265 4.0, libvpx 1.15.0, av1 3.11
1 parent 6ad4204 commit c62093d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build-ffmpeg

+10-10
Original file line numberDiff line numberDiff line change
@@ -406,15 +406,15 @@ if build "m4" "1.4.19"; then
406406
build_done "m4" $CURRENT_PACKAGE_VERSION
407407
fi
408408

409-
if build "autoconf" "2.71"; then
409+
if build "autoconf" "2.72"; then
410410
download "https://ftp.gnu.org/gnu/autoconf/autoconf-$CURRENT_PACKAGE_VERSION.tar.gz"
411411
execute ./configure --prefix="${WORKSPACE}"
412412
execute make -j $MJOBS
413413
execute make install
414414
build_done "autoconf" $CURRENT_PACKAGE_VERSION
415415
fi
416416

417-
if build "automake" "1.16.5"; then
417+
if build "automake" "1.17"; then
418418
download "https://ftp.gnu.org/gnu/automake/automake-$CURRENT_PACKAGE_VERSION.tar.gz"
419419
execute ./configure --prefix="${WORKSPACE}"
420420
execute make -j $MJOBS
@@ -461,7 +461,7 @@ else
461461
build_done "gmp" $CURRENT_PACKAGE_VERSION
462462
fi
463463

464-
if build "nettle" "3.9.1"; then
464+
if build "nettle" "3.10"; then
465465
download "https://ftp.gnu.org/gnu/nettle/nettle-$CURRENT_PACKAGE_VERSION.tar.gz"
466466
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static --disable-openssl --disable-documentation --libdir="${WORKSPACE}"/lib CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
467467
execute make -j $MJOBS
@@ -470,8 +470,8 @@ else
470470
fi
471471

472472
if [[ ! $ARCH == 'arm64' ]]; then
473-
if build "gnutls" "3.7.10"; then
474-
download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-$CURRENT_PACKAGE_VERSION.tar.xz"
473+
if build "gnutls" "3.8.4"; then
474+
download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-$CURRENT_PACKAGE_VERSION.tar.xz"
475475
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static --disable-doc --disable-tools --disable-cxx --disable-tests --disable-gtk-doc-html --disable-libdane --disable-nls --enable-local-libopts --disable-guile --with-included-libtasn1 --with-included-unistring --without-p11-kit CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
476476
execute make -j $MJOBS
477477
execute make install
@@ -526,7 +526,7 @@ if command_exists "python3"; then
526526

527527
fi
528528
if command_exists "meson"; then
529-
if build "dav1d" "1.4.2"; then
529+
if build "dav1d" "1.5.0"; then
530530
download "https://code.videolan.org/videolan/dav1d/-/archive/$CURRENT_PACKAGE_VERSION/dav1d-$CURRENT_PACKAGE_VERSION.tar.gz"
531531
make_dir build
532532

@@ -598,7 +598,7 @@ if $NONFREE_AND_GPL; then
598598
fi
599599

600600
if $NONFREE_AND_GPL; then
601-
if build "x265" "3.6"; then
601+
if build "x265" "4.0"; then
602602
download "https://bitbucket.org/multicoreware/x265_git/downloads/x265_$CURRENT_PACKAGE_VERSION.tar.gz" "x265-$CURRENT_PACKAGE_VERSION.tar.gz" # This is actually 3.4 if looking at x265Version.txt
603603
cd build/linux || exit
604604
rm -rf 8bit 10bit 12bit 2>/dev/null
@@ -641,7 +641,7 @@ EOF
641641
CONFIGURE_OPTIONS+=("--enable-libx265")
642642
fi
643643

644-
if build "libvpx" "1.14.1"; then
644+
if build "libvpx" "1.15.0"; then
645645
download "https://github.com/webmproject/libvpx/archive/refs/tags/v$CURRENT_PACKAGE_VERSION.tar.gz" "libvpx-$CURRENT_PACKAGE_VERSION.tar.gz"
646646

647647
if [[ "$OSTYPE" == "darwin"* ]]; then
@@ -697,8 +697,8 @@ if $NONFREE_AND_GPL; then
697697
CONFIGURE_OPTIONS+=("--enable-libvidstab")
698698
fi
699699

700-
if build "av1" "42dfaa1d47022650bc157dbe20d210591d14bae4"; then
701-
# libaom 42dfaa1d47022650bc157dbe20d210591d14bae4 == v3.9.0
700+
if build "av1" "d6f30ae474dd6c358f26de0a0fc26a0d7340a84c"; then
701+
# d6f30ae474dd6c358f26de0a0fc26a0d7340a84c == v3.11.0
702702
download "https://aomedia.googlesource.com/aom/+archive/$CURRENT_PACKAGE_VERSION.tar.gz" "av1.tar.gz" "av1"
703703
make_dir "$PACKAGES"/aom_build
704704
cd "$PACKAGES"/aom_build || exit

0 commit comments

Comments
 (0)