@@ -406,15 +406,15 @@ if build "m4" "1.4.19"; then
406
406
build_done " m4" $CURRENT_PACKAGE_VERSION
407
407
fi
408
408
409
- if build " autoconf" " 2.71 " ; then
409
+ if build " autoconf" " 2.72 " ; then
410
410
download " https://ftp.gnu.org/gnu/autoconf/autoconf-$CURRENT_PACKAGE_VERSION .tar.gz"
411
411
execute ./configure --prefix=" ${WORKSPACE} "
412
412
execute make -j $MJOBS
413
413
execute make install
414
414
build_done " autoconf" $CURRENT_PACKAGE_VERSION
415
415
fi
416
416
417
- if build " automake" " 1.16.5 " ; then
417
+ if build " automake" " 1.17 " ; then
418
418
download " https://ftp.gnu.org/gnu/automake/automake-$CURRENT_PACKAGE_VERSION .tar.gz"
419
419
execute ./configure --prefix=" ${WORKSPACE} "
420
420
execute make -j $MJOBS
461
461
build_done " gmp" $CURRENT_PACKAGE_VERSION
462
462
fi
463
463
464
- if build " nettle" " 3.9.1 " ; then
464
+ if build " nettle" " 3.10 " ; then
465
465
download " https://ftp.gnu.org/gnu/nettle/nettle-$CURRENT_PACKAGE_VERSION .tar.gz"
466
466
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static --disable-openssl --disable-documentation --libdir=" ${WORKSPACE} " /lib CPPFLAGS=" ${CFLAGS} " LDFLAGS=" ${LDFLAGS} "
467
467
execute make -j $MJOBS
470
470
fi
471
471
472
472
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"
475
475
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} "
476
476
execute make -j $MJOBS
477
477
execute make install
@@ -526,7 +526,7 @@ if command_exists "python3"; then
526
526
527
527
fi
528
528
if command_exists " meson" ; then
529
- if build " dav1d" " 1.4.2 " ; then
529
+ if build " dav1d" " 1.5.0 " ; then
530
530
download " https://code.videolan.org/videolan/dav1d/-/archive/$CURRENT_PACKAGE_VERSION /dav1d-$CURRENT_PACKAGE_VERSION .tar.gz"
531
531
make_dir build
532
532
@@ -598,7 +598,7 @@ if $NONFREE_AND_GPL; then
598
598
fi
599
599
600
600
if $NONFREE_AND_GPL ; then
601
- if build " x265" " 3.6 " ; then
601
+ if build " x265" " 4.0 " ; then
602
602
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
603
603
cd build/linux || exit
604
604
rm -rf 8bit 10bit 12bit 2> /dev/null
641
641
CONFIGURE_OPTIONS+=(" --enable-libx265" )
642
642
fi
643
643
644
- if build " libvpx" " 1.14.1 " ; then
644
+ if build " libvpx" " 1.15.0 " ; then
645
645
download " https://github.com/webmproject/libvpx/archive/refs/tags/v$CURRENT_PACKAGE_VERSION .tar.gz" " libvpx-$CURRENT_PACKAGE_VERSION .tar.gz"
646
646
647
647
if [[ " $OSTYPE " == " darwin" * ]]; then
@@ -697,8 +697,8 @@ if $NONFREE_AND_GPL; then
697
697
CONFIGURE_OPTIONS+=(" --enable-libvidstab" )
698
698
fi
699
699
700
- if build " av1" " 42dfaa1d47022650bc157dbe20d210591d14bae4 " ; then
701
- # libaom 42dfaa1d47022650bc157dbe20d210591d14bae4 == v3.9 .0
700
+ if build " av1" " d6f30ae474dd6c358f26de0a0fc26a0d7340a84c " ; then
701
+ # d6f30ae474dd6c358f26de0a0fc26a0d7340a84c == v3.11 .0
702
702
download " https://aomedia.googlesource.com/aom/+archive/$CURRENT_PACKAGE_VERSION .tar.gz" " av1.tar.gz" " av1"
703
703
make_dir " $PACKAGES " /aom_build
704
704
cd " $PACKAGES " /aom_build || exit
0 commit comments