From 58ef810e70101ac89b7df8bbb27f7b559e7aa415 Mon Sep 17 00:00:00 2001 From: BtbN Date: Mon, 7 Apr 2025 20:21:54 +0200 Subject: [PATCH] Update dependencies --- scripts.d/10-mingw.sh | 2 +- scripts.d/20-libiconv.sh | 2 +- scripts.d/25-freetype.sh | 2 +- scripts.d/25-gmp.sh | 2 +- scripts.d/25-libogg.sh | 2 +- scripts.d/25-libxml2.sh | 2 +- scripts.d/25-xz.sh | 2 +- scripts.d/35-fontconfig.sh | 2 +- scripts.d/45-harfbuzz.sh | 2 +- scripts.d/45-libsamplerate.sh | 2 +- scripts.d/45-libudfread.sh | 2 +- scripts.d/45-opencl.sh | 4 ++-- scripts.d/45-vmaf.sh | 2 +- scripts.d/45-x11/10-xcbproto.sh | 2 +- scripts.d/45-x11/10-xtrans.sh | 2 +- scripts.d/45-x11/40-libx11.sh | 2 +- scripts.d/50-amf.sh | 2 +- scripts.d/50-aom.sh | 2 +- scripts.d/50-aribb24/25-libpng.sh | 2 +- scripts.d/50-avisynth.sh | 2 +- scripts.d/50-chromaprint.sh | 2 +- scripts.d/50-dav1d.sh | 2 +- scripts.d/50-frei0r.sh | 2 +- scripts.d/50-gme.sh | 2 +- scripts.d/50-kvazaar.sh | 2 +- scripts.d/50-libass.sh | 2 +- scripts.d/50-libbluray.sh | 2 +- scripts.d/50-libjxl/45-lcms2.sh | 2 +- scripts.d/50-libjxl/50-libjxl.sh | 2 +- scripts.d/50-libopus.sh | 2 +- scripts.d/50-librist/40-mbedtls.sh | 2 +- scripts.d/50-libssh.sh | 2 +- scripts.d/50-libtheora.sh | 2 +- scripts.d/50-libvpx.sh | 2 +- scripts.d/50-libwebp.sh | 2 +- scripts.d/50-lilv/96-serd.sh | 2 +- scripts.d/50-lilv/97-sord.sh | 2 +- scripts.d/50-lilv/98-sratom.sh | 2 +- scripts.d/50-lilv/99-lilv.sh | 2 +- scripts.d/50-openal.sh | 2 +- scripts.d/50-openh264.sh | 2 +- scripts.d/50-openmpt.sh | 2 +- scripts.d/50-sdl.sh | 2 +- scripts.d/50-snappy.sh | 2 +- scripts.d/50-srt.sh | 2 +- scripts.d/50-svtav1.sh | 2 +- scripts.d/50-vaapi/40-libdrm.sh | 2 +- scripts.d/50-vulkan/45-vulkan.sh | 2 +- scripts.d/50-vulkan/50-shaderc.sh | 2 +- scripts.d/50-vulkan/55-spirv-cross.sh | 2 +- scripts.d/50-vulkan/60-libplacebo.sh | 2 +- scripts.d/50-vvenc.sh | 2 +- scripts.d/50-x264.sh | 2 +- scripts.d/50-x265.sh | 2 +- scripts.d/50-zvbi.sh | 2 +- 55 files changed, 56 insertions(+), 56 deletions(-) diff --git a/scripts.d/10-mingw.sh b/scripts.d/10-mingw.sh index b719e48..029e025 100755 --- a/scripts.d/10-mingw.sh +++ b/scripts.d/10-mingw.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git" -SCRIPT_COMMIT="2a5024409b06a508b0ca85aa1d488f51a44ea3a3" +SCRIPT_COMMIT="a421d2c0c68396bc342053c9348de85ecafa057e" ffbuild_enabled() { [[ $TARGET == win* ]] || return -1 diff --git a/scripts.d/20-libiconv.sh b/scripts.d/20-libiconv.sh index 13342de..1e2446a 100755 --- a/scripts.d/20-libiconv.sh +++ b/scripts.d/20-libiconv.sh @@ -4,7 +4,7 @@ SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git" SCRIPT_COMMIT="d68ea07b28aa3c8d1959358b7da7e7f3ba148319" SCRIPT_REPO2="https://git.savannah.gnu.org/git/gnulib.git" -SCRIPT_COMMIT2="a150644bf4c571dc924852594381115dbffd2e1a" +SCRIPT_COMMIT2="7c53496c448c3dd5fdae5ae691172583b09e6a20" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-freetype.sh b/scripts.d/25-freetype.sh index dc2ff37..2089961 100755 --- a/scripts.d/25-freetype.sh +++ b/scripts.d/25-freetype.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git" -SCRIPT_COMMIT="5d4e649f740c675426fbe4cdaffc53ee2a4cb954" +SCRIPT_COMMIT="fc67794e159a852d5cbaadcaf3d36598435938cc" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-gmp.sh b/scripts.d/25-gmp.sh index 6819395..4518d27 100755 --- a/scripts.d/25-gmp.sh +++ b/scripts.d/25-gmp.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/BtbN/gmplib.git" -SCRIPT_COMMIT="4d2b2f4360fcf79ca3f8dc3f71fc0f3b630ccf39" +SCRIPT_COMMIT="655b673c0c825a772b2596d9761ffc3dd953074e" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-libogg.sh b/scripts.d/25-libogg.sh index a42e13f..80ece0d 100755 --- a/scripts.d/25-libogg.sh +++ b/scripts.d/25-libogg.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/xiph/ogg.git" -SCRIPT_COMMIT="db5c7a49ce7ebda47b15b78471e78fb7f2483e22" +SCRIPT_COMMIT="fa80aae9d50096160f2b56ada35527d7aee3f746" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-libxml2.sh b/scripts.d/25-libxml2.sh index efc1336..d3f1eb5 100755 --- a/scripts.d/25-libxml2.sh +++ b/scripts.d/25-libxml2.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/GNOME/libxml2.git" -SCRIPT_COMMIT="66fdf94c5518547c12311db1e4dc0485acf2a2f8" +SCRIPT_COMMIT="ef73541a5a0d470fc8debc5c0fceea93d3d2b72a" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-xz.sh b/scripts.d/25-xz.sh index 7cc3f8a..f9dcea2 100755 --- a/scripts.d/25-xz.sh +++ b/scripts.d/25-xz.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/tukaani-project/xz.git" -SCRIPT_COMMIT="4941ea454c02cf15a64d6434a0778fc2a81282fc" +SCRIPT_COMMIT="1176a19df6b1585b51131b0e2570e03f1fc14f46" ffbuild_enabled() { return 0 diff --git a/scripts.d/35-fontconfig.sh b/scripts.d/35-fontconfig.sh index 44fa737..2abaa0c 100755 --- a/scripts.d/35-fontconfig.sh +++ b/scripts.d/35-fontconfig.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git" -SCRIPT_COMMIT="25f58a52b0b30efbba0ea27c98dc58e411a42b84" +SCRIPT_COMMIT="759f1b0d33cc8591af627948539cc9e74c1271cb" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-harfbuzz.sh b/scripts.d/45-harfbuzz.sh index 5c92202..a62fe79 100755 --- a/scripts.d/45-harfbuzz.sh +++ b/scripts.d/45-harfbuzz.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git" -SCRIPT_COMMIT="e9134c8ce3d54c7a38c90c0a33758fd8bfb3e280" +SCRIPT_COMMIT="6dff699f3f15521a4a2914e6dfdade9d72c2d6b7" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-libsamplerate.sh b/scripts.d/45-libsamplerate.sh index b5be9ed..4bae99b 100755 --- a/scripts.d/45-libsamplerate.sh +++ b/scripts.d/45-libsamplerate.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/libsndfile/libsamplerate.git" -SCRIPT_COMMIT="4858fb016550d677de2356486bcceda5aed85a72" +SCRIPT_COMMIT="15c392d47e71b9395a759544b3818a1235fe1a1d" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-libudfread.sh b/scripts.d/45-libudfread.sh index f140614..1d60e67 100755 --- a/scripts.d/45-libudfread.sh +++ b/scripts.d/45-libudfread.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://code.videolan.org/videolan/libudfread.git" -SCRIPT_COMMIT="b3e6936a23f8af30a0be63d88f4695bdc0ea26e1" +SCRIPT_COMMIT="a089d1bd4118f5072a1dbb76f459dc41bb106bb5" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-opencl.sh b/scripts.d/45-opencl.sh index ad41962..569646c 100755 --- a/scripts.d/45-opencl.sh +++ b/scripts.d/45-opencl.sh @@ -1,10 +1,10 @@ #!/bin/bash SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git" -SCRIPT_COMMIT="1d31665ff03cdcf16ed96f29bb3d2194ebd48943" +SCRIPT_COMMIT="bb1dc2e5882378817831ae17ba7391b3e23efa81" SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" -SCRIPT_COMMIT2="92280246c8e30795f08362425510d6acfc5c3f0d" +SCRIPT_COMMIT2="86448ce4e47bc59688c58e7542ebfa4d7568c0de" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-vmaf.sh b/scripts.d/45-vmaf.sh index 5523ec1..1481e8d 100755 --- a/scripts.d/45-vmaf.sh +++ b/scripts.d/45-vmaf.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/Netflix/vmaf.git" -SCRIPT_COMMIT="4db7c0c81f5403f897443f37d0967f68f0725a44" +SCRIPT_COMMIT="8b2582db3b1d28c460393b4fea13cda435236832" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-x11/10-xcbproto.sh b/scripts.d/45-x11/10-xcbproto.sh index 6f14bc3..19e6dfc 100755 --- a/scripts.d/45-x11/10-xcbproto.sh +++ b/scripts.d/45-x11/10-xcbproto.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git" -SCRIPT_COMMIT="4d2879ad9e394ff832762e8961eca9415cc9934c" +SCRIPT_COMMIT="e708fe493311d5d7de0023136a2d71c1e691b69a" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/10-xtrans.sh b/scripts.d/45-x11/10-xtrans.sh index ad8abdd..ce288e9 100755 --- a/scripts.d/45-x11/10-xtrans.sh +++ b/scripts.d/45-x11/10-xtrans.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxtrans.git" -SCRIPT_COMMIT="c8c291390f4befb7d813d7fce6caeb6607561903" +SCRIPT_COMMIT="cf05ba4a10c90da2c63805a5375e983b174e28b0" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/40-libx11.sh b/scripts.d/45-x11/40-libx11.sh index 9f61491..722b297 100755 --- a/scripts.d/45-x11/40-libx11.sh +++ b/scripts.d/45-x11/40-libx11.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git" -SCRIPT_COMMIT="5f8077b257ea27a5fd6f114d2bc15284b2416b3c" +SCRIPT_COMMIT="59917d28a3c41ad22d6fc52e323cafe2cdd596d5" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-amf.sh b/scripts.d/50-amf.sh index a2cddea..9c8215f 100755 --- a/scripts.d/50-amf.sh +++ b/scripts.d/50-amf.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git" -SCRIPT_COMMIT="e1da8a58d4f4c7a706e36b3ad3baf8a2ffbb7d0f" +SCRIPT_COMMIT="16f7d73e0b45c473e903e46981ed0b91efc4c091" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-aom.sh b/scripts.d/50-aom.sh index 65b45b1..144150e 100755 --- a/scripts.d/50-aom.sh +++ b/scripts.d/50-aom.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://aomedia.googlesource.com/aom" -SCRIPT_COMMIT="5f6ce718d903dca3e49c5c10db0859a394c9be84" +SCRIPT_COMMIT="bacc12361483518d89d4a53c8f859e7b38acc692" ffbuild_enabled() { [[ $TARGET == winarm64 ]] && return -1 diff --git a/scripts.d/50-aribb24/25-libpng.sh b/scripts.d/50-aribb24/25-libpng.sh index 5091ee6..4742d4f 100755 --- a/scripts.d/50-aribb24/25-libpng.sh +++ b/scripts.d/50-aribb24/25-libpng.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/glennrp/libpng.git" -SCRIPT_COMMIT="44f97f08d729fcc77ea5d08e02cd538523dd7157" +SCRIPT_COMMIT="34005e3d3d373c0c36898cc55eae48a79c8238a1" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-avisynth.sh b/scripts.d/50-avisynth.sh index c47901f..bf5ac01 100755 --- a/scripts.d/50-avisynth.sh +++ b/scripts.d/50-avisynth.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/AviSynth/AviSynthPlus.git" -SCRIPT_COMMIT="7914404b0825672d2d3644c1caab79310bf39b0c" +SCRIPT_COMMIT="70b9d6616168931adbd62f964b552c1936e63cdc" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-chromaprint.sh b/scripts.d/50-chromaprint.sh index 5812d76..bb8a117 100755 --- a/scripts.d/50-chromaprint.sh +++ b/scripts.d/50-chromaprint.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/acoustid/chromaprint.git" -SCRIPT_COMMIT="aa67c95b9e486884a6d3ee8b0c91207d8c2b0551" +SCRIPT_COMMIT="41a3e8fb3eb907d7a0338ada291982672a2226df" ffbuild_enabled() { # pkg-config check is currently only available in master diff --git a/scripts.d/50-dav1d.sh b/scripts.d/50-dav1d.sh index 8499fb7..d291a7a 100755 --- a/scripts.d/50-dav1d.sh +++ b/scripts.d/50-dav1d.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git" -SCRIPT_COMMIT="caef968117eb2d6d7224e8d29ec67ff79b0025f8" +SCRIPT_COMMIT="8d956180934f16244bdb58b39175824775125e55" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-frei0r.sh b/scripts.d/50-frei0r.sh index 0321d7d..d9e60a3 100755 --- a/scripts.d/50-frei0r.sh +++ b/scripts.d/50-frei0r.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/dyne/frei0r.git" -SCRIPT_COMMIT="2328ce38020b48e0a0d653cd55fe918764ec7bb3" +SCRIPT_COMMIT="3d288d95a7f4cc0347e4daf8bc65d2336732754f" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-gme.sh b/scripts.d/50-gme.sh index abea702..f34a1fc 100755 --- a/scripts.d/50-gme.sh +++ b/scripts.d/50-gme.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/libgme/game-music-emu.git" -SCRIPT_COMMIT="daaa7c67dcb21a08d984b2bfd3fc508d60c08bed" +SCRIPT_COMMIT="3afa3ea124c5360ad561d7acb7ba97ae7497841d" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-kvazaar.sh b/scripts.d/50-kvazaar.sh index 9cb55e0..499dfd0 100755 --- a/scripts.d/50-kvazaar.sh +++ b/scripts.d/50-kvazaar.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/ultravideo/kvazaar.git" -SCRIPT_COMMIT="b0ed0f97680776214ea668aad9e57978d1433e0e" +SCRIPT_COMMIT="999c51252e4d6d3e70e0eab1efa9b71bd6345904" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libass.sh b/scripts.d/50-libass.sh index 40866c9..4e03409 100755 --- a/scripts.d/50-libass.sh +++ b/scripts.d/50-libass.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/libass/libass.git" -SCRIPT_COMMIT="1b699559025185e34d21a24cac477ca360cb917d" +SCRIPT_COMMIT="958f4b6ad3e36a0dfda786e19d44411189686da2" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libbluray.sh b/scripts.d/50-libbluray.sh index 9cdffa1..64e250c 100755 --- a/scripts.d/50-libbluray.sh +++ b/scripts.d/50-libbluray.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://code.videolan.org/videolan/libbluray.git" -SCRIPT_COMMIT="bb5bc108ec695889855f06df338958004ff289ef" +SCRIPT_COMMIT="4066744f4f4cf66d58fcb3e320813d788e9017ba" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libjxl/45-lcms2.sh b/scripts.d/50-libjxl/45-lcms2.sh index 8ba4180..4cec12d 100755 --- a/scripts.d/50-libjxl/45-lcms2.sh +++ b/scripts.d/50-libjxl/45-lcms2.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/mm2/Little-CMS.git" -SCRIPT_COMMIT="04ace9c100fc6850f09223dd6c7ad8fa634acd06" +SCRIPT_COMMIT="4a648efb3c7868c66d56fc8829a4fb052455eae0" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libjxl/50-libjxl.sh b/scripts.d/50-libjxl/50-libjxl.sh index b077b6e..e419aec 100755 --- a/scripts.d/50-libjxl/50-libjxl.sh +++ b/scripts.d/50-libjxl/50-libjxl.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/libjxl/libjxl.git" -SCRIPT_COMMIT="71fd6ef964d6933c4cd0d629bbbe1054493cf097" +SCRIPT_COMMIT="c496c521f99c13b8205c4fc4ff3eb3d652a1d1c3" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-libopus.sh b/scripts.d/50-libopus.sh index 822b3ac..6c7d2b3 100755 --- a/scripts.d/50-libopus.sh +++ b/scripts.d/50-libopus.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/xiph/opus.git" -SCRIPT_COMMIT="c79a9bd1dd2898cd57bb793e037d58c937555c2c" +SCRIPT_COMMIT="a013aa047760ec7508aec5755c225aa3b23a2581" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-librist/40-mbedtls.sh b/scripts.d/50-librist/40-mbedtls.sh index 716a965..eacbf88 100755 --- a/scripts.d/50-librist/40-mbedtls.sh +++ b/scripts.d/50-librist/40-mbedtls.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/ARMmbed/mbedtls.git" -SCRIPT_COMMIT="v3.6.2" +SCRIPT_COMMIT="v3.6.3" SCRIPT_TAGFILTER="v3.*" ffbuild_enabled() { diff --git a/scripts.d/50-libssh.sh b/scripts.d/50-libssh.sh index f1d715c..a7824f2 100755 --- a/scripts.d/50-libssh.sh +++ b/scripts.d/50-libssh.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.com/libssh/libssh-mirror.git" -SCRIPT_COMMIT="9613e9508dabd793900f6ee58fc20808ea55fcac" +SCRIPT_COMMIT="f3b389d112da4a9d580cfd45a93d4d0961886149" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libtheora.sh b/scripts.d/50-libtheora.sh index 9e6a12d..610bb9a 100755 --- a/scripts.d/50-libtheora.sh +++ b/scripts.d/50-libtheora.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/xiph/theora.git" -SCRIPT_COMMIT="7180717276af1ebc7da15c83162d6c5d6203aabf" +SCRIPT_COMMIT="b167cb4a3e3e2d3239d71f0ca2cbc25af4f2183c" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libvpx.sh b/scripts.d/50-libvpx.sh index 9bfae65..a533f16 100755 --- a/scripts.d/50-libvpx.sh +++ b/scripts.d/50-libvpx.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://chromium.googlesource.com/webm/libvpx" -SCRIPT_COMMIT="95afae324986797afb19a606f3d95ecdf21e99a7" +SCRIPT_COMMIT="0ab8891af8fb3c68f1135f320d551ccc78b8a253" ffbuild_enabled() { [[ $TARGET == winarm64 ]] && return -1 diff --git a/scripts.d/50-libwebp.sh b/scripts.d/50-libwebp.sh index c223d7b..07088ec 100755 --- a/scripts.d/50-libwebp.sh +++ b/scripts.d/50-libwebp.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://chromium.googlesource.com/webm/libwebp" -SCRIPT_COMMIT="73b728cbb9f6694a6fef0a470e6c23c5ecba2418" +SCRIPT_COMMIT="a1ad3f1e379539045dd1604fd91e7a270b8af9d1" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/96-serd.sh b/scripts.d/50-lilv/96-serd.sh index 3865282..70e9472 100755 --- a/scripts.d/50-lilv/96-serd.sh +++ b/scripts.d/50-lilv/96-serd.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/drobilla/serd.git" -SCRIPT_COMMIT="9766872b2ef28126a46f14f4c3d1070bc3116368" +SCRIPT_COMMIT="c701c58a43d7f5446b5594b73664a7f6d9812e27" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/97-sord.sh b/scripts.d/50-lilv/97-sord.sh index e56e4b1..1d86539 100755 --- a/scripts.d/50-lilv/97-sord.sh +++ b/scripts.d/50-lilv/97-sord.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/drobilla/sord.git" -SCRIPT_COMMIT="306135c33c361dd15dc03e214728868f8490777d" +SCRIPT_COMMIT="d588a2510d0ee071348f65c84334b035df22e0b1" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/98-sratom.sh b/scripts.d/50-lilv/98-sratom.sh index b2909db..fb41864 100755 --- a/scripts.d/50-lilv/98-sratom.sh +++ b/scripts.d/50-lilv/98-sratom.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/lv2/sratom.git" -SCRIPT_COMMIT="80e12926bbf5837daa2ad133d5f68901ca368aec" +SCRIPT_COMMIT="3bab3fa5495b0445729da54796514f454324257b" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/99-lilv.sh b/scripts.d/50-lilv/99-lilv.sh index ae0b883..13b3f06 100755 --- a/scripts.d/50-lilv/99-lilv.sh +++ b/scripts.d/50-lilv/99-lilv.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/lv2/lilv.git" -SCRIPT_COMMIT="2026fced442f3bf2c486a0f267448a07cb0788b5" +SCRIPT_COMMIT="94420866a968d3ba5bb916e15dcb57c1f97d0b49" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openal.sh b/scripts.d/50-openal.sh index 7582a9e..bbc8c27 100755 --- a/scripts.d/50-openal.sh +++ b/scripts.d/50-openal.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/kcat/openal-soft.git" -SCRIPT_COMMIT="fd74b3d6908c5efc77d413acb58d5cd359bf9d4b" +SCRIPT_COMMIT="481c9e0b461a2256212c5c40153509f935268c8d" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-openh264.sh b/scripts.d/50-openh264.sh index ec13f9d..f1ddfe2 100755 --- a/scripts.d/50-openh264.sh +++ b/scripts.d/50-openh264.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/cisco/openh264.git" -SCRIPT_COMMIT="a85e11871c748eae11d056d93df644e2dcb1e80c" +SCRIPT_COMMIT="0c9a557a9a6f1d267c4d372221669a8ae69ccda0" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openmpt.sh b/scripts.d/50-openmpt.sh index 6de0a05..d984b92 100755 --- a/scripts.d/50-openmpt.sh +++ b/scripts.d/50-openmpt.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT" -SCRIPT_REV="22979" +SCRIPT_REV="23127" ffbuild_enabled() { [[ $TARGET == winarm64 ]] && return -1 diff --git a/scripts.d/50-sdl.sh b/scripts.d/50-sdl.sh index c5dfad5..dd79dc6 100755 --- a/scripts.d/50-sdl.sh +++ b/scripts.d/50-sdl.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/libsdl-org/SDL.git" -SCRIPT_COMMIT="ab44451578ec6e449bd78b8f99ee0333dba69e3c" +SCRIPT_COMMIT="bfab0a968fd54250377f65232df5982e46ecc712" SCRIPT_BRANCH="SDL2" ffbuild_enabled() { diff --git a/scripts.d/50-snappy.sh b/scripts.d/50-snappy.sh index 418abee..45e68ae 100755 --- a/scripts.d/50-snappy.sh +++ b/scripts.d/50-snappy.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/google/snappy.git" -SCRIPT_COMMIT="32ded457c0b1fe78ceb8397632c416568d6714a0" +SCRIPT_COMMIT="6af9287fbdb913f0794d0148c6aa43b58e63c8e3" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-srt.sh b/scripts.d/50-srt.sh index 7dab15c..15ec45b 100755 --- a/scripts.d/50-srt.sh +++ b/scripts.d/50-srt.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/Haivision/srt.git" -SCRIPT_COMMIT="697dce0978c9e8c2f8fff4d1443f2cb69941bdc2" +SCRIPT_COMMIT="952f9495246abc201bac55b8f9ad7409c0572423" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-svtav1.sh b/scripts.d/50-svtav1.sh index 09ce011..9bbb5b9 100755 --- a/scripts.d/50-svtav1.sh +++ b/scripts.d/50-svtav1.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git" -SCRIPT_COMMIT="af1ccfc1cb082dd5b861676627dcecf5595e62b0" +SCRIPT_COMMIT="6ac3dfd9a4e6c5650ffbfecf409fbbd722ddaa2e" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-vaapi/40-libdrm.sh b/scripts.d/50-vaapi/40-libdrm.sh index dbabf01..9603d0d 100755 --- a/scripts.d/50-vaapi/40-libdrm.sh +++ b/scripts.d/50-vaapi/40-libdrm.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git" -SCRIPT_COMMIT="a7eb2cfd53a70fcd9ba9dcfad80a3994642f362f" +SCRIPT_COMMIT="d387ec976f1f86faa1fea5455ac86e84b55ce53f" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-vulkan/45-vulkan.sh b/scripts.d/50-vulkan/45-vulkan.sh index fff04d5..3d44bf4 100755 --- a/scripts.d/50-vulkan/45-vulkan.sh +++ b/scripts.d/50-vulkan/45-vulkan.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git" -SCRIPT_COMMIT="v1.4.309" +SCRIPT_COMMIT="v1.4.312" SCRIPT_TAGFILTER="v?.*.*" ffbuild_enabled() { diff --git a/scripts.d/50-vulkan/50-shaderc.sh b/scripts.d/50-vulkan/50-shaderc.sh index fa00e15..a04e69f 100755 --- a/scripts.d/50-vulkan/50-shaderc.sh +++ b/scripts.d/50-vulkan/50-shaderc.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/google/shaderc.git" -SCRIPT_COMMIT="8be073a9ff0d07288b3d138fb7c586ac53465227" +SCRIPT_COMMIT="acc976a6a92d37694afdf1e2bda80ce8c83ef75a" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-vulkan/55-spirv-cross.sh b/scripts.d/50-vulkan/55-spirv-cross.sh index 14973ba..0c6a613 100755 --- a/scripts.d/50-vulkan/55-spirv-cross.sh +++ b/scripts.d/50-vulkan/55-spirv-cross.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git" -SCRIPT_COMMIT="2c32b6bf86f3c4a5539aa1f0bacbd59fe61759cf" +SCRIPT_COMMIT="cb71abe3063094bf383379b15473d39cb1144120" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-vulkan/60-libplacebo.sh b/scripts.d/50-vulkan/60-libplacebo.sh index 8a286ef..f39f1d9 100755 --- a/scripts.d/50-vulkan/60-libplacebo.sh +++ b/scripts.d/50-vulkan/60-libplacebo.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://code.videolan.org/videolan/libplacebo.git" -SCRIPT_COMMIT="563ea4a1a23237c0acd9f0ba29f5166ebcd5cf60" +SCRIPT_COMMIT="dd16ddf66055db5608bfc8858b5dc88add73545d" ffbuild_enabled() { (( $(ffbuild_ffver) > 600 )) || return -1 diff --git a/scripts.d/50-vvenc.sh b/scripts.d/50-vvenc.sh index 4197393..0747e5d 100755 --- a/scripts.d/50-vvenc.sh +++ b/scripts.d/50-vvenc.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/fraunhoferhhi/vvenc.git" -SCRIPT_COMMIT="22de8fc9e1f5ab7c4ca1cef6cecf0d9d9e42ca9d" +SCRIPT_COMMIT="ebce395254d9d7be7dc00cec7b49c7ed1d9eebec" ffbuild_enabled() { [[ $TARGET != *32 ]] || return -1 diff --git a/scripts.d/50-x264.sh b/scripts.d/50-x264.sh index e65d6e1..3d9b726 100755 --- a/scripts.d/50-x264.sh +++ b/scripts.d/50-x264.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://code.videolan.org/videolan/x264.git" -SCRIPT_COMMIT="373697b467f7cd0af88f1e9e32d4f10540df4687" +SCRIPT_COMMIT="32c3b801191522961102d4bea292cdb61068d0dd" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-x265.sh b/scripts.d/50-x265.sh index 3a10f2d..51e7908 100755 --- a/scripts.d/50-x265.sh +++ b/scripts.d/50-x265.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://bitbucket.org/multicoreware/x265_git.git" -SCRIPT_COMMIT="bc608a559a730aa7e2d9490edc4ee0eab704f59c" +SCRIPT_COMMIT="b354c009a60bcd6d7fc04014e200a1ee9c45c167" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-zvbi.sh b/scripts.d/50-zvbi.sh index c2a40a0..3d0b166 100755 --- a/scripts.d/50-zvbi.sh +++ b/scripts.d/50-zvbi.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/zapping-vbi/zvbi" -SCRIPT_COMMIT="348a44219c9b097a60359f9821d4923bc0bbe047" +SCRIPT_COMMIT="5169a428d51c3ae8ff7b0897e8a687d8e05e37b5" ffbuild_enabled() { return 0