Skip to content

Commit 71b5319

Browse files
authored
Update build-ffmpeg
- rav1e update - dav1d update - cmake update - gnutls update
1 parent baca709 commit 71b5319

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build-ffmpeg

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -418,23 +418,23 @@ else
418418
fi
419419

420420
if [[ ! $ARCH == 'arm64' ]]; then
421-
if build "gnutls" "3.6.16"; then
422-
download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.16.tar.xz"
421+
if build "gnutls" "3.7.8"; then
422+
download "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.7.8.tar.xz"
423423
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}"
424424
execute make -j $MJOBS
425425
execute make install
426-
build_done "gnutls" "3.6.16"
426+
build_done "gnutls" "3.7.8"
427427
fi
428428
# CONFIGURE_OPTIONS+=("--enable-gmp" "--enable-gnutls")
429429
fi
430430
fi
431431

432-
if build "cmake" "3.23.1"; then
433-
download "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1.tar.gz"
432+
if build "cmake" "3.25.1"; then
433+
download "https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1.tar.gz"
434434
execute ./configure --prefix="${WORKSPACE}" --parallel="${MJOBS}" -- -DCMAKE_USE_OPENSSL=OFF
435435
execute make -j $MJOBS
436436
execute make install
437-
build_done "cmake" "3.23.1"
437+
build_done "cmake" "3.25.1"
438438
fi
439439

440440
##
@@ -454,7 +454,7 @@ if command_exists "python3"; then
454454
done
455455
fi
456456
if command_exists "meson"; then
457-
if build "dav1d" "0.9.2"; then
457+
if build "dav1d" "1.0.0"; then
458458
download "https://code.videolan.org/videolan/dav1d/-/archive/1.0.0/dav1d-1.0.0.tar.gz"
459459
make_dir build
460460

@@ -471,7 +471,7 @@ if command_exists "python3"; then
471471
export CFLAGS=$CFLAGSBACKUP
472472
fi
473473

474-
build_done "dav1d" "0.9.2"
474+
build_done "dav1d" "1.0.0"
475475
fi
476476
CONFIGURE_OPTIONS+=("--enable-libdav1d")
477477
fi
@@ -493,11 +493,11 @@ if ! $MACOS_M1; then
493493
fi
494494

495495
if command_exists "cargo"; then
496-
if build "rav1e" "0.5.0-beta"; then
496+
if build "rav1e" "0.6.2"; then
497497
execute cargo install --version "0.9.14+cargo-0.66" cargo-c
498-
download "https://github.com/xiph/rav1e/archive/refs/tags/v0.5.0-beta.tar.gz"
498+
download "https://github.com/xiph/rav1e/archive/refs/tags/v0.6.2.tar.gz"
499499
execute cargo cinstall --prefix="${WORKSPACE}" --library-type=staticlib --crt-static --release
500-
build_done "rav1e" "0.5.0-beta"
500+
build_done "rav1e" "0.6.2"
501501
fi
502502
CONFIGURE_OPTIONS+=("--enable-librav1e")
503503
fi

0 commit comments

Comments
 (0)