diff --git a/scripts.d/10-mingw.sh b/scripts.d/10-mingw.sh index 12145c9..b72b680 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="ee5758234f77a6b573e415b26a1d387c46717f6b" +SCRIPT_COMMIT="13f9449c11e8c2ceadde1e7f405db117055bb1d0" ffbuild_enabled() { [[ $TARGET == win* ]] || return -1 diff --git a/scripts.d/25-freetype.sh b/scripts.d/25-freetype.sh index 8c84b61..515b939 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="15f687349528fb0d7cba1ee7a8becf0af29116ec" +SCRIPT_COMMIT="ae4eb996ab1ed43a52fac19461de3bdcaf1a1742" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-gmp.sh b/scripts.d/25-gmp.sh index 59fcb7e..0ab4836 100755 --- a/scripts.d/25-gmp.sh +++ b/scripts.d/25-gmp.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gmplib.org/repo/gmp/" -SCRIPT_HGREV="261268754dec" +SCRIPT_HGREV="3ac5afa36be5" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-libogg.sh b/scripts.d/25-libogg.sh index aeeb914..5b48232 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="3069cc2bb44160982cdb21b2b8f0660c76b17572" +SCRIPT_COMMIT="db5c7a49ce7ebda47b15b78471e78fb7f2483e22" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-xz.sh b/scripts.d/25-xz.sh index 17e3619..ce6e96b 100755 --- a/scripts.d/25-xz.sh +++ b/scripts.d/25-xz.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/xz-mirror/xz.git" -SCRIPT_COMMIT="508a44372c5b0dede8863fd0d358d4a9d8645c95" +SCRIPT_COMMIT="cf118c014683069b5dbe91898acdc40f2f0a1f5d" ffbuild_enabled() { return 0 diff --git a/scripts.d/35-fontconfig.sh b/scripts.d/35-fontconfig.sh index bab6ad1..1755eec 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="b9e2f17c43c32400328259c7b4c06f89b6a44c94" +SCRIPT_COMMIT="eb0a199e0658d3ba64ff19072cb2ae39c5ca7c4c" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-harfbuzz.sh b/scripts.d/45-harfbuzz.sh index 5081c93..7034d77 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="99f4668e1969a0a688044433803b3e7797391688" +SCRIPT_COMMIT="f53ef69d5941514b06f5afbcd83709cf724eb74d" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-pulseaudio.sh b/scripts.d/45-pulseaudio.sh index 5689d26..37741b1 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="45df212d6614ad7f57d9e53616c0faac00195c86" +SCRIPT_COMMIT="3f9455411c90d2b2d1043c47ee24185fabb8e401" ffbuild_enabled() { [[ $TARGET == linux* ]] || return 1 diff --git a/scripts.d/45-vmaf.sh b/scripts.d/45-vmaf.sh index 7a3758a..0af5990 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="ea1150057190f113a2c07ded0ff4fb5a6260c1d3" +SCRIPT_COMMIT="b8cbf16603e2558dc6427e0b12d3ab99732197df" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-x11/10-xcbproto.sh b/scripts.d/45-x11/10-xcbproto.sh index 3d8708c..1726024 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="0d440c579b0f364bd655d97d1976d4eeddecf488" +SCRIPT_COMMIT="842d91316243eb1f2e208231acc1512c2cf43a1f" 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 6e3a9cb..b23858d 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="ae81c3c694b7cc0a810e55eb5d410dc8e7f55e21" +SCRIPT_COMMIT="9740bd9bfa75a858853f07b8c06dd813ef692778" 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 bf2c49e..e992eda 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="d53ad60d774176c5b057e2ed4d03a4658ee13690" +SCRIPT_COMMIT="33f3dbe3699a92e8ca18f470adac456e0b935e75" 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 5edd84d..6b5fd06 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="1f8fd7ff1cf688ec1d3b34397c6d58110bb0cae5" +SCRIPT_COMMIT="a04b84f0f7bb3a78088756759f4b9b8bb363251e" 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 e7340a6..2695b96 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="c6eded76e212419518bd955cad58c96b8653840e" +SCRIPT_COMMIT="67e82cc395f44faddd83ec3d0d21624fe91c6fc0" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/50-libxinerama.sh b/scripts.d/45-x11/50-libxinerama.sh index 64482c4..1af078e 100755 --- a/scripts.d/45-x11/50-libxinerama.sh +++ b/scripts.d/45-x11/50-libxinerama.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxinerama.git" -SCRIPT_COMMIT="f7c9b2cdd92cfcc1fcf0eb94c7fc5daaed2786f4" +SCRIPT_COMMIT="71dfee64feb84f907016940263b235a61c9e8960" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/50-libxrender.sh b/scripts.d/45-x11/50-libxrender.sh index 57ce01d..529d747 100755 --- a/scripts.d/45-x11/50-libxrender.sh +++ b/scripts.d/45-x11/50-libxrender.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxrender.git" -SCRIPT_COMMIT="f6504f02ade1d27950ad0486a2032e1d665d72b8" +SCRIPT_COMMIT="e5e23272394c90731debd7e18dd167e8c25b5c15" 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 08ee3e5..39ffba4 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="9215f347d2dce08916f250b7b57f7b26315a8fa7" +SCRIPT_COMMIT="58d49d7f1db39aa2ffb018de478bef30e2e855f6" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/60-libxrandr.sh b/scripts.d/45-x11/60-libxrandr.sh index 9c0e3f8..48c1505 100755 --- a/scripts.d/45-x11/60-libxrandr.sh +++ b/scripts.d/45-x11/60-libxrandr.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxrandr.git" -SCRIPT_COMMIT="d66693441f688867e6fd4a5d4a4bdade9a338755" +SCRIPT_COMMIT="7181160b2c32b1bb804792990783fa25c1122bae" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/45-x11/60-libxv.sh b/scripts.d/45-x11/60-libxv.sh index 7efdfa3..a26734d 100755 --- a/scripts.d/45-x11/60-libxv.sh +++ b/scripts.d/45-x11/60-libxv.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxv.git" -SCRIPT_COMMIT="ee48980aca0bc9deb61458fdb5ebda3928d944a0" +SCRIPT_COMMIT="9744d1f77b092eb4982c60e4750136fb19683545" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-aom.sh b/scripts.d/50-aom.sh index 4f43f39..787a832 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="e9efda0ceb39a8702830d536b48b400727ecded8" +SCRIPT_COMMIT="3ed9597d23f3039202de80cbba4365bd8e5cba8e" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-aribb24/25-libpng.sh b/scripts.d/50-aribb24/25-libpng.sh index 47872e5..9203848 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="12222e6fbdc90523be77633ed430144cfee22772" +SCRIPT_COMMIT="04c016d79f97eb072c601787a4bc1b039a500025" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-avisynth.sh b/scripts.d/50-avisynth.sh index 898140d..97bce98 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="f26fab3120a71c712238d6ec2f5469db65cc24a3" +SCRIPT_COMMIT="e0a3fd0f5f4b38e94c8d84d372b9ea02177b34a5" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-chromaprint.sh b/scripts.d/50-chromaprint.sh index 64c6104..3339658 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="41e23c212594ee22d30a9d64b3438efae7ab6148" +SCRIPT_COMMIT="b6d5f131e0c693ea877cbf49e0174be9fb0f9856" 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 3ecf713..7f108cc 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="cac76e4b6641dd26dd87fd749261526ae7469d3e" +SCRIPT_COMMIT="8f16314dba8bd1ec9d958bbb8bfba002967bd6a8" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-kvazaar.sh b/scripts.d/50-kvazaar.sh index d798049..2f8c737 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="a085e802ec6d24319160fec32c4027122e73580f" +SCRIPT_COMMIT="a4005046ae2ebb3c88e92ff06736ce57b60fdcc7" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libass.sh b/scripts.d/50-libass.sh index bdcbff1..cb455bd 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="44f6532daf5eb13cb1aa95f5449a77b5df1dd85b" +SCRIPT_COMMIT="52783a46c0f56ccfb66795667f069a1d2993cfcf" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libbluray.sh b/scripts.d/50-libbluray.sh index 12f2fdf..a2257a6 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="5539addbbf8c26d756fc2cb76b3919f8b73be66a" +SCRIPT_COMMIT="c923cc09c274934452f795aa06d3a5aadb31d6fb" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libjxl/45-brotli.sh b/scripts.d/50-libjxl/45-brotli.sh index 58a4602..146c16b 100755 --- a/scripts.d/50-libjxl/45-brotli.sh +++ b/scripts.d/50-libjxl/45-brotli.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/google/brotli.git" -SCRIPT_COMMIT="9801a2c5d6c67c467ffad676ac301379bb877fc3" +SCRIPT_COMMIT="6d03dfbedda1615c4cba1211f8d81735575209c8" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libjxl/50-libjxl.sh b/scripts.d/50-libjxl/50-libjxl.sh index 1a45a45..54a6276 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="004f66baa16fe13eb2b83be68ee95b60d77820ae" +SCRIPT_COMMIT="997069d111d4ba6c516580c218255c6f46c45c57" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-libssh.sh b/scripts.d/50-libssh.sh index fb439fd..c047ee8 100755 --- a/scripts.d/50-libssh.sh +++ b/scripts.d/50-libssh.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://git.libssh.org/projects/libssh.git" -SCRIPT_COMMIT="37deed27d66ba342e7e8c0a993bfe519f3967337" +SCRIPT_COMMIT="23cebfadea156aea377462eaf5971955c77d2d61" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libvpx.sh b/scripts.d/50-libvpx.sh index c160b78..0a34365 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="c03c882785dc96ed91799280e68f8998bec50b90" +SCRIPT_COMMIT="3f08aa0d0b2828b670073f808ae079acb35902a4" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libwebp.sh b/scripts.d/50-libwebp.sh index 9a10d16..0d6295a 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="e407d4b37c296643e3824d8f19466fe6211dc5eb" +SCRIPT_COMMIT="3f73e8f7ac83e97a26346886b529b61809a839f5" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/96-lv2.sh b/scripts.d/50-lilv/96-lv2.sh index fe0f919..072f0af 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="3a3da7a493507655b4d6f83878692280b48a8579" +SCRIPT_COMMIT="778c112790ae84e7deabdac84de4147baf7937a4" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/96-serd.sh b/scripts.d/50-lilv/96-serd.sh index b3acc9c..1337ebd 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="1a8312b6cc119788ea0d3f4e6ebf3a2ae2a3075f" +SCRIPT_COMMIT="655c7fcf6c7ce9f98106dfca9cff5dede749b1bd" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/97-sord.sh b/scripts.d/50-lilv/97-sord.sh index 260c429..b5a3417 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="d877d78c98d90fbf57136bb73919524e618fd859" +SCRIPT_COMMIT="96a865694af80227af1c5c8d96554f9d943687b2" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/98-sratom.sh b/scripts.d/50-lilv/98-sratom.sh index 6230a4a..65813b3 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="482374c4e4f9fee9477ee53b8fa6d51d5602f3cd" +SCRIPT_COMMIT="36fd5599e7c67f9d99046aa1570e7f0d308b7092" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/99-lilv.sh b/scripts.d/50-lilv/99-lilv.sh index a981e84..4463b00 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="3386725522269a1bbdd342cb9e3fa6fb00e0f37f" +SCRIPT_COMMIT="97876806b31fedd0ebdded6ace70270277815c68" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-onevpl.sh b/scripts.d/50-onevpl.sh index ea5e6f8..f8dcaa0 100755 --- a/scripts.d/50-onevpl.sh +++ b/scripts.d/50-onevpl.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/oneapi-src/oneVPL.git" -SCRIPT_COMMIT="250d806b58678bdce13820a2dcbc8fd73987724c" +SCRIPT_COMMIT="8b69f025de671b7bf97464f0e7fd7e2c5932dab7" ffbuild_enabled() { [[ $TARGET == *arm64 ]] && return -1 diff --git a/scripts.d/50-openal.sh b/scripts.d/50-openal.sh index 69d803c..f7b6bda 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="f1f3672f0b8c45b87fcf3b3b99868c274569eaf4" +SCRIPT_COMMIT="e9ad8571ba93dd6631a9c05a05a28ede95728d9e" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-openh264.sh b/scripts.d/50-openh264.sh index f13816c..cc52c3e 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="0c19a5c266275693484ed84edf6ff8cb7cd89d4e" +SCRIPT_COMMIT="db956674bbdfbaab5acdd3fdb4117c2fef5527e9" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openjpeg.sh b/scripts.d/50-openjpeg.sh index 96d78b2..3e75289 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="be95561917aa9b1d8ea4614820a534917cfa6bbe" +SCRIPT_COMMIT="2d606701e8b7aa83f657d113c3367508e99bd12b" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openmpt.sh b/scripts.d/50-openmpt.sh index 92fbf0e..7664cd2 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="17986" +SCRIPT_REV="18146" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-rav1e.sh b/scripts.d/50-rav1e.sh index 0938b8b..8291849 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="f9310a9aa994594f8e144d4b1d59a4034e6dff6c" +SCRIPT_COMMIT="8deb5caef2579ea155798d3040c14ca2e4b9dbc8" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 @@ -13,22 +13,12 @@ ffbuild_dockerbuild() { cd rav1e local myconf=( - --prefix="$FFBUILD_PREFIX" \ - --library-type=staticlib \ - --crt-static \ + --prefix="$FFBUILD_PREFIX" + --library-type=staticlib + --crt-static + --release ) - if [[ $TARGET == win_not_yet ]]; then - # CHECKME: back to release once lto is fixed - myconf+=( - --profile release-no-lto - ) - else - myconf+=( - --release - ) - fi - if [[ -n "$FFBUILD_RUST_TARGET" ]]; then unset PKG_CONFIG_LIBDIR diff --git a/scripts.d/50-rubberband.sh b/scripts.d/50-rubberband.sh index 36b8b6b..e623c1f 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="64d2989d28db8a171e82777f91ef4c571a58783f" +SCRIPT_COMMIT="3d3cd0454b38fe1d108375a19b5baed5c2f318fd" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-sdl.sh b/scripts.d/50-sdl.sh index 606ab28..2bd6777 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="92c71ae385d9770e7ac3db4c9a072151e923012d" +SCRIPT_COMMIT="9d1dbd2ad86805c316cf4f2ee8ab2b361be18f4d" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-srt.sh b/scripts.d/50-srt.sh index 2c228fb..9db4cc7 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="1b20a48ce1617c4a36220d173191065210ee65e1" +SCRIPT_COMMIT="f7a024a06958f8b048d70241980ee1a73c2f7c9a" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-svtav1.sh b/scripts.d/50-svtav1.sh index f5c1b72..44f7e41 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="91b94efb2809e83d9bf041d8575b32f234dfef27" +SCRIPT_COMMIT="f946d52255cce50c6f2af33489282e2b19f98508" 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 3da7c2c..34201c9 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="d193fa690415333420b435edb5782789a6f3ea57" +SCRIPT_COMMIT="935f0b4d6983f77c4f35e6d492f9f2c2d1ed57f9" 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 a2130b8..4bbe479 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="0bd3e4e94f8270e64c7fd1e361a71da4a1547b1b" +SCRIPT_COMMIT="b9ca37b3134861048986b75896c0915cbf2e97f9" 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 97f4823..4ae9a96 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="ef1df02f3ad45ac98b1fa57c373176d7c14dcc57" +SCRIPT_COMMIT="96435ffc4032a9f19e287f349f6aea5571ca080f" 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 d6c44f8..f0056b8 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.230" +SCRIPT_COMMIT="v1.3.233" SCRIPT_TAGFILTER="v?.*.*" ffbuild_enabled() { diff --git a/scripts.d/50-vulkan/50-shaderc.sh b/scripts.d/50-vulkan/50-shaderc.sh index d718b18..264afdb 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="7ea834ecc59258a5c13c3d3e6fa0582bdde7c543" +SCRIPT_COMMIT="dc9d28ae95594edaef725012acd9de15a7342048" 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 9edbb86..3c7cb10 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="f09ba2777714871bddb70d049878af34b94fa54d" +SCRIPT_COMMIT="abc31207bffbc1bef4192746af44b3be1abcff17" 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 9352b43..4d6e8f2 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="35cbea8b1b293998b5da44a1ce9d7d1f2b51da1e" +SCRIPT_COMMIT="7ac2950a13a3dc06cb83aa5f110c1e6399c6f9a0" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-x264.sh b/scripts.d/50-x264.sh index c0d4c7e..265122e 100755 --- a/scripts.d/50-x264.sh +++ b/scripts.d/50-x264.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://github.com/mirror/x264.git" -SCRIPT_COMMIT="ed0f7a634050a62c1da27c99eea710824d4c3705" +SCRIPT_COMMIT="b093bbe7d9bc642c8f24067cbdcc73bb43562eab" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-x265.sh b/scripts.d/50-x265.sh index 2e4cc7b..92412a1 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="0b75c44c10e605fe9e9ebed58f04a46271131827" +SCRIPT_COMMIT="49ab9e83b0de7394ff785cfd1c2c82eb8f148889" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1