diff --git a/scripts.d/10-mingw.sh b/scripts.d/10-mingw.sh index 8e55814a2..17ad19472 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="8f7b5ce363fbfa9d66a38034525cf0fdae4385a3" +SCRIPT_COMMIT="e9a763950a041de47d6f9f8b6c4cebb28d463dae" ffbuild_enabled() { [[ $TARGET == win* ]] || return -1 diff --git a/scripts.d/20-libiconv.sh b/scripts.d/20-libiconv.sh index 22b915d83..4c6c20067 100755 --- a/scripts.d/20-libiconv.sh +++ b/scripts.d/20-libiconv.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git" -SCRIPT_COMMIT="eed6782cbb4651876e3c8b27ea53273f230ee8e2" +SCRIPT_COMMIT="f017cafc5e65de591d76c9cbd4e2298c42b042a3" SCRIPT_REPO2="https://git.savannah.gnu.org/git/gnulib.git" SCRIPT_COMMIT2="cc292ecda26359d5a80989bdbd1633f2f0721628" diff --git a/scripts.d/25-freetype.sh b/scripts.d/25-freetype.sh index d6921eb9d..e2d897aa3 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="c82745878da1acef2ce6bd7e17a8d59b8612d509" +SCRIPT_COMMIT="0ae7e607370cc66218ccfacf5de4db8a35424c2f" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-gmp.sh b/scripts.d/25-gmp.sh index 5a87d77c3..77193d114 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="9977a1434134ff7706d1a110ec46b0da6cd07886" +SCRIPT_COMMIT="a37099c122488caf8c0afa48f21b38d8b98e7ffc" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-libxml2.sh b/scripts.d/25-libxml2.sh index 5eb497577..8a17d2a0e 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="d67833a3c5db7999820a73e356327d47ec76bea9" +SCRIPT_COMMIT="b7c0f9d2dd0641822eed7a2316109aeb19bf650b" ffbuild_enabled() { return 0 diff --git a/scripts.d/35-fontconfig.sh b/scripts.d/35-fontconfig.sh index 1c3328c4d..a8df380bf 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="211cc5f2ea5523f9dc2430de4fd8e5b423465e86" +SCRIPT_COMMIT="10414731e585b0fe0305fdc384f6a85d11f90e8e" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-harfbuzz.sh b/scripts.d/45-harfbuzz.sh index 0ae01bb02..7b6db6e95 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="b6196986d7f17cd5d6aebec88b527726b1493a9c" +SCRIPT_COMMIT="e5139c51aaf7ea5ba2d8a54c946b084fc950498f" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-vmaf.sh b/scripts.d/45-vmaf.sh index bc51bdcf5..72ecd98de 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="d95b69e03d9401ad9f3532eaab14066427761c35" +SCRIPT_COMMIT="e00fc5070a5a950e963da8c9b1a68bcfa7fac387" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-x11/10-xproto.sh b/scripts.d/45-x11/10-xproto.sh index 338a4c962..924e2a9c4 100755 --- a/scripts.d/45-x11/10-xproto.sh +++ b/scripts.d/45-x11/10-xproto.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git" -SCRIPT_COMMIT="d7ea44d5f04cc476dee83ef439a847172f7a6bd1" +SCRIPT_COMMIT="af7cb6a643db810536605feab1402654a9818569" 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 1405c67d5..63df7412f 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="0f153064bfa4bb69e86f3f2383f2f421f2360319" +SCRIPT_COMMIT="ae99ac32f61e0db92a45179579030a23fe1b5770" 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 ad4731f4f..761944c02 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="f2ebbce6d0978d2d84f840196b03ee35a3ca1736" +SCRIPT_COMMIT="df1f1a47f90e71fbe68b1fe57bd021ac2320579b" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/50-libxxf86vm.sh b/scripts.d/45-x11/50-libxxf86vm.sh index 2b04b8be8..0c7b19f10 100755 --- a/scripts.d/45-x11/50-libxxf86vm.sh +++ b/scripts.d/45-x11/50-libxxf86vm.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxxf86vm.git" -SCRIPT_COMMIT="546c0e93adc535dfaaa66277928887c8dc1f8e13" +SCRIPT_COMMIT="1c93aceb217b6db55328506c271ccdded3a5a307" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-amf.sh b/scripts.d/50-amf.sh index a32e013fe..ad4f09c9e 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="3588c60e2657cc9cbcff5b5ea089b08276049e5d" +SCRIPT_COMMIT="8e271daf1d6991337a87dec9355a2f11994d7292" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-aribb24/25-libpng.sh b/scripts.d/50-aribb24/25-libpng.sh index 5fb388a2b..b6757e45f 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="d3cf9b6e22fca25273e87d0b11882a7f886c97fe" +SCRIPT_COMMIT="c1cc0f3f4c3d4abd11ca68c59446a29ff6f95003" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-dav1d.sh b/scripts.d/50-dav1d.sh index 40c7269d4..9dee3321d 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="21d9f29d388c230a7fe4e964397399247162bd5e" +SCRIPT_COMMIT="ef4aff75b0b56a8e1af996458ae653c0728a1596" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libass.sh b/scripts.d/50-libass.sh index ac4a80f59..6b4c1efd1 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="5298859c298d3c570d8d7e3b883a0d63490659b8" +SCRIPT_COMMIT="6a759836e5e76bb7b69b0ac244eea76b0d290512" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libjxl/45-lcms2.sh b/scripts.d/50-libjxl/45-lcms2.sh index 092cd1c87..ca7ed8539 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="5c54a6dedf6bebefa3a2dbbcf0164bb5616d4ba8" +SCRIPT_COMMIT="47a261e0b1579558184499ae5aadd0a04b1fb76f" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libjxl/50-libjxl.sh b/scripts.d/50-libjxl/50-libjxl.sh index 9c14e4a4d..6fe82b69e 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="57dd9253b9bc0d1875584666b3c151636925e338" +SCRIPT_COMMIT="c6355600c5932e3a9f1b95a4cadfa9b718fbec8f" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-libopus.sh b/scripts.d/50-libopus.sh index 3c8d32160..c822d0bbe 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="ff6dea5e1a72b8a2aeb7fc3656857d86a420ab89" +SCRIPT_COMMIT="7db26934e4156597cb0586bb4d2e44dccdde1a59" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-librist/40-mbedtls.sh b/scripts.d/50-librist/40-mbedtls.sh index 47e1f662e..716a965e0 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.1" +SCRIPT_COMMIT="v3.6.2" SCRIPT_TAGFILTER="v3.*" ffbuild_enabled() { diff --git a/scripts.d/50-libssh.sh b/scripts.d/50-libssh.sh index 9ac39cf91..1b38c84a1 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="48d474f78c5f68471bf412a7dbf508ef52f77664" +SCRIPT_COMMIT="7712c7d0f97241c68e520d600b5857ebfcfd7439" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libvpx.sh b/scripts.d/50-libvpx.sh index df1534e1e..8a9cda9af 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="b15d2ac26f3a67a835c5c0d8ac4f07e12902e608" +SCRIPT_COMMIT="f7ccdd15c0eaa6edb315d16f48017c6c430604dc" ffbuild_enabled() { [[ $TARGET == winarm64 ]] && return -1 diff --git a/scripts.d/50-libwebp.sh b/scripts.d/50-libwebp.sh index 9236a7641..d3c252ad0 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="874069042ead095f8a8d6bdd35b9b145ce80af43" +SCRIPT_COMMIT="dfdcb7f95ca280b2555020115b8f288a5a3453c2" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/96-lv2.sh b/scripts.d/50-lilv/96-lv2.sh index ef6df9118..c60354c5f 100755 --- a/scripts.d/50-lilv/96-lv2.sh +++ b/scripts.d/50-lilv/96-lv2.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/lv2/lv2.git" -SCRIPT_COMMIT="70e5ebad012d13ff3443b0a5f7fb402ee3212fcb" +SCRIPT_COMMIT="e81bab5250071e489f2577e33fccd5f7b8077fd2" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/96-serd.sh b/scripts.d/50-lilv/96-serd.sh index cde95b924..196a71176 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="4256d4693dfbdc9b69cb010832a0d8a463d590b4" +SCRIPT_COMMIT="a61ef8637ce45958e1f735cdfd6199d0eed3a84f" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/96-zix.sh b/scripts.d/50-lilv/96-zix.sh index 05c38dd44..1cebe5ccb 100755 --- a/scripts.d/50-lilv/96-zix.sh +++ b/scripts.d/50-lilv/96-zix.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/drobilla/zix.git" -SCRIPT_COMMIT="50c73ad346fb63eb6d057dcc7d1351c95e12e83d" +SCRIPT_COMMIT="336aad280221ce643255032e948acccc27e7204f" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/97-sord.sh b/scripts.d/50-lilv/97-sord.sh index 5ce468529..28da0b189 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="7d98c65702a2f835acb7e4387b08cfdaa6ed0b8a" +SCRIPT_COMMIT="e71b831791c2a8820fe0580adfc555d5dc4b3a1a" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/98-sratom.sh b/scripts.d/50-lilv/98-sratom.sh index a455bb6ae..a2c971dc2 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="834ba6b9f7843cf29db69d9cbe567982e9a6e357" +SCRIPT_COMMIT="ce5688253e1ef06cd9551f563f70aab2cd487197" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/99-lilv.sh b/scripts.d/50-lilv/99-lilv.sh index 51354cdaa..fa59e4d1a 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="da373a717d026dddec8a14f19ffd5cf3f318cdc8" +SCRIPT_COMMIT="0a2de34d4fdcedf87e101a309aaa180fcdf18fcc" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openal.sh b/scripts.d/50-openal.sh index c33f45dfd..7399bc874 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="7898f70b441ff7d4ac78f3bdeb46992dfbea298f" +SCRIPT_COMMIT="c2a15a0c7c5ec8dc774b110de1cbe54b26fe0c3f" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-openh264.sh b/scripts.d/50-openh264.sh index 3252d4473..957658946 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="3668daf135dea7d18737b01ce32774a7a2ffba32" +SCRIPT_COMMIT="f70c905b824207da9c5b01902cec429335d05674" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-rav1e.sh b/scripts.d/50-rav1e.sh index ff3fe228e..14490a7df 100755 --- a/scripts.d/50-rav1e.sh +++ b/scripts.d/50-rav1e.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/xiph/rav1e.git" -SCRIPT_COMMIT="09a4111ff5e4fd803927ba47ad2c96551d4fd2f3" +SCRIPT_COMMIT="0b743163beb4a981fc8855f6e44ef0662025bd4e" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-rubberband.sh b/scripts.d/50-rubberband.sh index 919d269a0..a6825bd83 100755 --- a/scripts.d/50-rubberband.sh +++ b/scripts.d/50-rubberband.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/breakfastquay/rubberband.git" -SCRIPT_COMMIT="48e08a5113ced935451833e554d39f8fca31276f" +SCRIPT_COMMIT="ce06adba878d25b52115a71f13182f3be96a979c" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-sdl.sh b/scripts.d/50-sdl.sh index 21873d0b2..794b0fc85 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="e4126d8d6f24804fddc5dbb9821f1866b97d66b0" +SCRIPT_COMMIT="52714d506324ac0d745d23155f1c6c860cc492a4" SCRIPT_BRANCH="SDL2" ffbuild_enabled() { diff --git a/scripts.d/50-srt.sh b/scripts.d/50-srt.sh index 7522c30b5..5ced1c2e4 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="a7b3711a8a862e697f641b296743cc7c921f5fba" +SCRIPT_COMMIT="c1803bba86c4af288931aa35b2a6233ac5eab657" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-vaapi/40-libdrm.sh b/scripts.d/50-vaapi/40-libdrm.sh index 1e502e49d..6bfb0414e 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="c0a08f06aec84c3be102e57a56e01d639be253bb" +SCRIPT_COMMIT="e68e9b8013f0cb5630afd156d330dc9665d9d98f" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-vaapi/50-libva.sh b/scripts.d/50-vaapi/50-libva.sh index 5107a1504..2c8dca0b4 100755 --- a/scripts.d/50-vaapi/50-libva.sh +++ b/scripts.d/50-vaapi/50-libva.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/intel/libva.git" -SCRIPT_COMMIT="01153523f25ac703e7ce2afc0023788a90f6c1bb" +SCRIPT_COMMIT="25381db75af9ff7bb15eb08b4bda95d09cf669b0" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* && $TARGET == win* ]] && return -1 diff --git a/scripts.d/50-vulkan/45-vulkan.sh b/scripts.d/50-vulkan/45-vulkan.sh index 61e4d1940..100204073 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.3.297" +SCRIPT_COMMIT="v1.3.299" SCRIPT_TAGFILTER="v?.*.*" ffbuild_enabled() { diff --git a/scripts.d/50-vulkan/50-shaderc.sh b/scripts.d/50-vulkan/50-shaderc.sh index 8dfa756c1..f96e9b431 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="d2564ba5989c9de1a76714b3e59ec60595e9be50" +SCRIPT_COMMIT="740fd36a94f18358fae387588b405ae27058627a" 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 ccf4118f7..da8e2e170 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="b28b3559d3882f918825cd90342dcfa955770bad" +SCRIPT_COMMIT="e670b39cfced2f7258c73dc7cd708c6c639beaf0" 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 65f83f0df..0c5350a65 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="756220c3ee760eb62c0b89172e80f713f89fe571" +SCRIPT_COMMIT="118d8106640796d3f2ceb55f8634a32a58a47aa2" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-vvenc.sh b/scripts.d/50-vvenc.sh index e7e1a2651..b2ecf7f5c 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="0e7d4d34b00eedfccc79a3014f9701ae3599dcc0" +SCRIPT_COMMIT="3f2dcf49193ac804634ae95adfa6f17236329b86" ffbuild_enabled() { [[ $TARGET != *32 ]] || return -1 diff --git a/scripts.d/50-x264.sh b/scripts.d/50-x264.sh index a37db9c97..0aad0e925 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="c24e06c2e184345ceb33eb20a15d1024d9fd3497" +SCRIPT_COMMIT="80c1c47cb221aa2d94a204a3e4cdd35aa335790e" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-x265.sh b/scripts.d/50-x265.sh index 5ca84343c..0e1ffef2c 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="26d2bab0063cee453b7d8012e76539a7786c032f" +SCRIPT_COMMIT="487105dcd21d0f36a7a9e0ec50de85577b9bed04" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-zimg.sh b/scripts.d/50-zimg.sh index d46381605..1fdf3590e 100755 --- a/scripts.d/50-zimg.sh +++ b/scripts.d/50-zimg.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://bitbucket.org/the-sekrit-twc/zimg.git" -SCRIPT_COMMIT="f44905d14c0436959b31fcc70e25ebfeb793e757" +SCRIPT_COMMIT="801b872a9de2a9f4c7cbbf5a4e6536b39a1608cd" ffbuild_enabled() { return 0