diff --git a/scripts.d/10-mingw.sh b/scripts.d/10-mingw.sh index 7651b5f..ecc83ff 100755 --- a/scripts.d/10-mingw.sh +++ b/scripts.d/10-mingw.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/mirror/mingw-w64.git" -SCRIPT_COMMIT="826706cbf2b01e799f495bf57d5e681da74dad37" +SCRIPT_COMMIT="b4116e310dbd1c28868972fd909568f1d9459230" ffbuild_enabled() { [[ $TARGET == win* ]] || return -1 diff --git a/scripts.d/20-libxml2.sh b/scripts.d/20-libxml2.sh index d175e78..951e40b 100755 --- a/scripts.d/20-libxml2.sh +++ b/scripts.d/20-libxml2.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.gnome.org/GNOME/libxml2.git" -SCRIPT_COMMIT="a6df42e649acacb55be832222d1f3f50c66720ff" +SCRIPT_COMMIT="c9925454fd384a17c8c03d358c6778a552e9287b" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-harfbuzz.sh b/scripts.d/45-harfbuzz.sh index eadb997..19041f4 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="17c80035adc61c52a9e9600664496e3e4b837e37" +SCRIPT_COMMIT="d8f9d517801c5c361f329764329731bc0bde950f" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-libsamplerate.sh b/scripts.d/45-libsamplerate.sh index e0858e0..a33bdce 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="9cccc50b0e850cb1d5fed6c36e9a3b6f07a13711" +SCRIPT_COMMIT="aee38d0bc797d0d1a3774ef574af1d5d248d2398" ffbuild_enabled() { # Dependency of GPL-Only librubberband diff --git a/scripts.d/45-opencl.sh b/scripts.d/45-opencl.sh index 7bc5ea3..343bbd0 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="def8be9d35fda35492b72f54a94515f7df8d1e9f" +SCRIPT_COMMIT="7f216e8aa5317a71d91bed7edc83f3620dff763d" SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" -SCRIPT_COMMIT2="5b280f69e8312c41310a72c28c66cf24830ee85a" +SCRIPT_COMMIT2="7072cf2ae9d9acb6be8f4fc956f1cdbf0675695b" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-pulseaudio.sh b/scripts.d/45-pulseaudio.sh index 9728a6d..a5c414a 100755 --- a/scripts.d/45-pulseaudio.sh +++ b/scripts.d/45-pulseaudio.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git" -SCRIPT_COMMIT="05c06afa58e30b7958e96766d1e917099c8a4041" +SCRIPT_COMMIT="eb870fcba9f1d3d9e4d0823012ff04ac2bea00ca" ffbuild_enabled() { [[ $TARGET == linux* ]] || return 1 diff --git a/scripts.d/45-vmaf.sh b/scripts.d/45-vmaf.sh index 8a3c51c..4d8906d 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="ebc457e98fec3400af87382fcae2b963a9152d91" +SCRIPT_COMMIT="8a95060b0d65fe7158d8c0ccab333ca658b0f7b5" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-x11/10-xcbproto.sh b/scripts.d/45-x11/10-xcbproto.sh index 5ac34d1..fc7b997 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="b69b997c11d863d63ee053a0ff4d62957d8ab389" +SCRIPT_COMMIT="0fc6197034c49d9fdf5607cae201f1ac3270e7de" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/10-xproto.sh b/scripts.d/45-x11/10-xproto.sh index a70fb6d..2943aa8 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="74255ccfd895e70156c45a2c51174c852b64bc71" +SCRIPT_COMMIT="912e050d8df0fc3d034c8b03d8afe37b9ce15402" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/20-libxau.sh b/scripts.d/45-x11/20-libxau.sh index 6268f81..d7d2f5c 100755 --- a/scripts.d/45-x11/20-libxau.sh +++ b/scripts.d/45-x11/20-libxau.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxau.git" -SCRIPT_COMMIT="d9443b2c57b512cfb250b35707378654d86c7dea" +SCRIPT_COMMIT="3db78d0fa60e07a4ffda61a19849ad30623f70cf" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/30-libxcb.sh b/scripts.d/45-x11/30-libxcb.sh index 9fabe30..0bb9528 100755 --- a/scripts.d/45-x11/30-libxcb.sh +++ b/scripts.d/45-x11/30-libxcb.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcb.git" -SCRIPT_COMMIT="c2c4a2cd1947e559718acdba19ef6e7db731dbeb" +SCRIPT_COMMIT="3123dfe723648c5abeab429e7cb4bd194ceeb8f6" 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 82765bf..67bd43e 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="3a30ada60c5217ada37b143b541c8e6f6284c7fa" +SCRIPT_COMMIT="9702b836862da6838d725f555e7a1d83faf51740" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/50-libxext.sh b/scripts.d/45-x11/50-libxext.sh index b41eba0..21dd006 100755 --- a/scripts.d/45-x11/50-libxext.sh +++ b/scripts.d/45-x11/50-libxext.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxext.git" -SCRIPT_COMMIT="47904063048fa6ef6e8e16219ddef4d14d5d9a4b" +SCRIPT_COMMIT="178b95c486a1abcf2395157600dc1a2da7e67441" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/60-libglvnd.sh b/scripts.d/45-x11/60-libglvnd.sh index 1560869..e583247 100755 --- a/scripts.d/45-x11/60-libglvnd.sh +++ b/scripts.d/45-x11/60-libglvnd.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git" -SCRIPT_COMMIT="8e5f0f16467cc8ce870789d9a5b6a2c3f58921c9" +SCRIPT_COMMIT="5e289fbceca18bf2145c121814a690b1a1fa276c" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-amf.sh b/scripts.d/50-amf.sh index ed20f08..9d6be95 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="9c36583841b01c23b3972005ff6db6fd4aaac1a0" +SCRIPT_COMMIT="9c7189ebb0a78e7e9287547b7898995abf268af8" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-aom.sh b/scripts.d/50-aom.sh index 86d5cf5..2eb2c33 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="67c37914286ace423a9de7fbd9f6272871061db3" +SCRIPT_COMMIT="5cbe762ad67590d3d4c49d1979a06e063b444bd5" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-avisynth.sh b/scripts.d/50-avisynth.sh index 5d44680..f8ba4f2 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="8ce63364a5105fbdf0eda6b564b67a5eb6a9cb9d" +SCRIPT_COMMIT="f6d16bbd3e26c7f84e6b3d47c551f9c2ee705b11" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-dav1d.sh b/scripts.d/50-dav1d.sh index 3fb8414..e9ba287 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="7576cd572f3ab5f6543a70dcc606e131110dbcd8" +SCRIPT_COMMIT="79bc755d19d61644360bef4402fcce69f280ea52" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-frei0r.sh b/scripts.d/50-frei0r.sh index 79d376b..90a714d 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="6a576f4538992bbbe88eba1e773d6144d22eb3ca" +SCRIPT_COMMIT="a9d15ff07e130baf3408da6e1f1b22f82e7c62b6" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-gme.sh b/scripts.d/50-gme.sh index 871b080..8411df2 100755 --- a/scripts.d/50-gme.sh +++ b/scripts.d/50-gme.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://bitbucket.org/mpyne/game-music-emu.git" -SCRIPT_COMMIT="d39b0bce47f66074c6aa85202b8cb4642fa77b78" +SCRIPT_COMMIT="6cd4bdb69be304f58c9253fb08b8362f541b3b4b" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libass.sh b/scripts.d/50-libass.sh index db6f643..ace3032 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="a2b39cde4ecb74d5e6fccab4a5f7d8ad52b2b1a4" +SCRIPT_COMMIT="7bc0c45dd58de6afa1800f8e8a94285e7535d68d" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libjxl/50-libjxl.sh b/scripts.d/50-libjxl/50-libjxl.sh index 44fec6c..2a9d942 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="ec093557b0e8f76a48b0a68356d786c664a65660" +SCRIPT_COMMIT="70278597ccdc396fea1b5bdd8a9dd4b68a60552f" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-libopus.sh b/scripts.d/50-libopus.sh index 2d5c553..f98a8c3 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="ccaaffa9a3ee427e9401c4dcf6462e378d9a4694" +SCRIPT_COMMIT="e4a74ddeb9788eab84d10660e958fe706619892f" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libvpx.sh b/scripts.d/50-libvpx.sh index f317c8a..4317ed5 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="7b1b9f7cd23e085d97c26ed026d2c817d78a14d6" +SCRIPT_COMMIT="68c68ae959bcd13a0be036ea8eb81319f96faf07" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libwebp.sh b/scripts.d/50-libwebp.sh index 81d534f..4f2357c 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="5ecee06f7a11b5b06d846196b362fb9fd39b25b2" +SCRIPT_COMMIT="5a2d929cd8a627d7a342e78ce4603167022b76af" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openh264.sh b/scripts.d/50-openh264.sh index dc976ba..4028864 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="8fe55e3f4accac7fd1af4262bcd6eff5d008396d" +SCRIPT_COMMIT="2e637867315ffeda3cd8970825ec86acc3fc4a30" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openjpeg.sh b/scripts.d/50-openjpeg.sh index 772b893..80be0f4 100755 --- a/scripts.d/50-openjpeg.sh +++ b/scripts.d/50-openjpeg.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/uclouvain/openjpeg.git" -SCRIPT_COMMIT="0535bfc3b7d5cd6fc73a7d4a6749a338fc5d7703" +SCRIPT_COMMIT="e3f07dcc07c651321ec3b5f540ef698bbe6f1906" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openmpt.sh b/scripts.d/50-openmpt.sh index 1f0481b..a44e3e4 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="17456" +SCRIPT_REV="17665" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-rav1e.sh b/scripts.d/50-rav1e.sh index 7bdbb32..b898756 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="a8d1e46e0dba460345e70a519d3becd079bb3acd" +SCRIPT_COMMIT="182bbff8c4398af56123977ac91f1f3f589fbd85" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-rubberband.sh b/scripts.d/50-rubberband.sh index 3dbea5a..846d386 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="4cff1741664918791474da9a9d41f48cc3119229" +SCRIPT_COMMIT="766cb4b061e468cd5676bcff56b61f7805cc798b" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-sdl.sh b/scripts.d/50-sdl.sh index ef455db..c3ddf2b 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="0a93ac129475ab3ce11af95969f767d60e98233a" +SCRIPT_COMMIT="06c7d22653b7fe5d0aeb9739bcb9666f9f327192" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-srt.sh b/scripts.d/50-srt.sh index f4a2f88..2502127 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="e8b713e954345291e8d6e2314d1e5094a6a14179" +SCRIPT_COMMIT="ced76c7b778c4a91d2bd9ad735ca9089dbcd3128" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-svtav1.sh b/scripts.d/50-svtav1.sh index bb30bd8..af4a610 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="1a656a3dd30499f1c548d10b03b022e4983ee53e" +SCRIPT_COMMIT="b2a5ee45ada90c8883e4de0b1a0fb47913f0ce45" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-uavs3d.sh b/scripts.d/50-uavs3d.sh index 2ac1728..62f823a 100755 --- a/scripts.d/50-uavs3d.sh +++ b/scripts.d/50-uavs3d.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/uavs3/uavs3d.git" -SCRIPT_COMMIT="7b1dd734c926a23f8134b42dbfaac4d22cd6ba1d" +SCRIPT_COMMIT="818a0cb719c0cd012f21ad0b9c5d83669e36f861" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-vaapi/30-libpciaccess.sh b/scripts.d/50-vaapi/30-libpciaccess.sh index 684754d..d610d23 100755 --- a/scripts.d/50-vaapi/30-libpciaccess.sh +++ b/scripts.d/50-vaapi/30-libpciaccess.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git" -SCRIPT_COMMIT="22a93f8b9b4a79eefbdd0b2c412526f6141ac7a8" +SCRIPT_COMMIT="1fa5d4bdfcc6fea44f9abf353d25f3a5d013f5d7" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-vaapi/40-libdrm.sh b/scripts.d/50-vaapi/40-libdrm.sh index 87c5e74..70dc6da 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="f7828dc180ba3427b5e405fab25e9846c07322bc" +SCRIPT_COMMIT="60cf6bcef1390473419df14e3214da149dbd8f99" 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 14c3c7c..1886e27 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="395e502d162fe04ccec7700bd1a58dca40328605" +SCRIPT_COMMIT="82e400e3b1615cf589568ac19689f2610ebcf244" 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 5edd9e4..d6dbd3b 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.217" +SCRIPT_COMMIT="v1.3.220" SCRIPT_TAGFILTER="v?.*.*" ffbuild_enabled() { diff --git a/scripts.d/50-vulkan/55-spirv-cross.sh b/scripts.d/50-vulkan/55-spirv-cross.sh index 8578b10..6e2d48c 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="a97bbc24c5bae15d3d2eaa2865c122e8d3be1b67" +SCRIPT_COMMIT="d8d051381f65b9606fb8016c79b7c3bab872eec3" 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 ada1af4..c1a35cf 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="db794a2fcc8214624c950752b04f6c23f8fc567d" +SCRIPT_COMMIT="32837eb1028f7d4197b02cebca9b6e0857a1dbf8" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-x265.sh b/scripts.d/50-x265.sh index c6031a9..a99205a 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="9b59d45549f460e41a852cfd276f9b89eed2112a" +SCRIPT_COMMIT="20255e6f0ead5b2ef65a520f202cedd5965f8541" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-xvid.sh b/scripts.d/50-xvid.sh index c16af3a..0db384d 100755 --- a/scripts.d/50-xvid.sh +++ b/scripts.d/50-xvid.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="http://svn.xvid.org/trunk/xvidcore" -SCRIPT_REV="2197" +SCRIPT_REV="2198" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1