From 8ccc3a04d5705602d776b66be96b6d2d50638101 Mon Sep 17 00:00:00 2001 From: BtbN Date: Sun, 5 Dec 2021 21:10:10 +0100 Subject: [PATCH] Update dependencies --- scripts.d/10-mingw-std-threads.sh | 0 scripts.d/10-mingw.sh | 2 +- scripts.d/25-fftw3.sh | 2 +- scripts.d/25-freetype.sh | 2 +- scripts.d/45-harfbuzz.sh | 2 +- scripts.d/45-libsamplerate.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-xproto.sh | 2 +- scripts.d/45-x11/30-libxcb.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-avisynth.sh | 2 +- scripts.d/50-dav1d.sh | 2 +- scripts.d/50-ffnvcodec.sh | 2 +- scripts.d/50-frei0r.sh | 2 +- scripts.d/50-libass.sh | 2 +- scripts.d/50-librist/40-mbedtls.sh | 2 +- scripts.d/50-libvpx.sh | 2 +- scripts.d/50-libwebp.sh | 2 +- scripts.d/50-openh264.sh | 2 +- scripts.d/50-openjpeg.sh | 2 +- scripts.d/50-openmpt.sh | 2 +- scripts.d/50-rav1e.sh | 2 +- scripts.d/50-sdl.sh | 2 +- scripts.d/50-srt.sh | 2 +- scripts.d/50-svtav1.sh | 2 +- scripts.d/50-uavs3d.sh | 2 +- scripts.d/50-vaapi/40-libdrm.sh | 2 +- scripts.d/50-vaapi/50-libva.sh | 2 +- scripts.d/50-vulkan/45-vulkan.sh | 2 +- scripts.d/50-vulkan/55-spirv-cross.sh | 2 +- scripts.d/50-x265.sh | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) mode change 100644 => 100755 scripts.d/10-mingw-std-threads.sh diff --git a/scripts.d/10-mingw-std-threads.sh b/scripts.d/10-mingw-std-threads.sh old mode 100644 new mode 100755 diff --git a/scripts.d/10-mingw.sh b/scripts.d/10-mingw.sh index c7d5821..4aa2d7f 100755 --- a/scripts.d/10-mingw.sh +++ b/scripts.d/10-mingw.sh @@ -1,7 +1,7 @@ #!/bin/bash MINGW_REPO="https://github.com/mirror/mingw-w64.git" -MINGW_COMMIT="a2eb3ea3aaa7c780c4b4ab30d71169f442788864" +MINGW_COMMIT="eac8c38c10ca4e22feb2f1e5e530b1e2daedc20f" ffbuild_enabled() { [[ $TARGET == win* ]] || return -1 diff --git a/scripts.d/25-fftw3.sh b/scripts.d/25-fftw3.sh index 87b3366..85acca8 100755 --- a/scripts.d/25-fftw3.sh +++ b/scripts.d/25-fftw3.sh @@ -1,6 +1,6 @@ #!/bin/bash -# http://fftw.org/download.html +# https://fftw.org/download.html FFTW3_SRC="https://fftw.org/fftw-3.3.10.tar.gz" FFTW3_SHA512="2d34b5ccac7b08740dbdacc6ebe451d8a34cf9d9bfec85a5e776e87adf94abfd803c222412d8e10fbaa4ed46f504aa87180396af1b108666cde4314a55610b40" diff --git a/scripts.d/25-freetype.sh b/scripts.d/25-freetype.sh index 6189c89..fcba45d 100755 --- a/scripts.d/25-freetype.sh +++ b/scripts.d/25-freetype.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://sourceforge.net/projects/freetype/files/freetype2/ -FREETYPE_SRC="https://sourceforge.net/projects/freetype/files/freetype2/2.11.0/freetype-2.11.0.tar.xz/download" +FREETYPE_SRC="https://sourceforge.net/projects/freetype/files/freetype2/2.11.1/freetype-2.11.1.tar.xz/download" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-harfbuzz.sh b/scripts.d/45-harfbuzz.sh index 7c640b8..d2cd884 100755 --- a/scripts.d/45-harfbuzz.sh +++ b/scripts.d/45-harfbuzz.sh @@ -1,7 +1,7 @@ #!/bin/bash HARFBUZZ_REPO="https://github.com/harfbuzz/harfbuzz.git" -HARFBUZZ_COMMIT="85deddb16ee6b00b0c921998e1d93c84002f5a42" +HARFBUZZ_COMMIT="70f8c57e5c72697bdd2dc84b3573e1e90a94d681" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-libsamplerate.sh b/scripts.d/45-libsamplerate.sh index 10608ec..4611ade 100755 --- a/scripts.d/45-libsamplerate.sh +++ b/scripts.d/45-libsamplerate.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBSR_REPO="https://github.com/libsndfile/libsamplerate.git" -LIBSR_COMMIT="c96f5e3de9c4488f4e6c97f59f5245f22fda22f7" +LIBSR_COMMIT="4909e679b3e268a1403608cbd860f3895549b0d5" ffbuild_enabled() { # Dependency of GPL-Only librubberband diff --git a/scripts.d/45-opencl.sh b/scripts.d/45-opencl.sh index e02c267..ac8bbe7 100755 --- a/scripts.d/45-opencl.sh +++ b/scripts.d/45-opencl.sh @@ -1,10 +1,10 @@ #!/bin/bash HEADERS_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git" -HEADERS_COMMIT="447efd3be3169fa0ef37fa481241d7b261a02412" +HEADERS_COMMIT="e3cd57376dada061bc6d5f9edfce2ea631b81214" LOADER_REPO="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" -LOADER_COMMIT="4e65bd5db0a0a87637fddc081a70d537fc2a9e70" +LOADER_COMMIT="3756f5f89fe20eadb5dd072970e748d0f944ae6f" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-vmaf.sh b/scripts.d/45-vmaf.sh index 95d2f28..af96d3f 100755 --- a/scripts.d/45-vmaf.sh +++ b/scripts.d/45-vmaf.sh @@ -1,7 +1,7 @@ #!/bin/bash VMAF_REPO="https://github.com/Netflix/vmaf.git" -VMAF_COMMIT="8f24c9ec82f9bb82d7f4eff22b290ab48f3e210f" +VMAF_COMMIT="865bd7107ca826fd3dd1ca10d8642710a5872ea6" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-x11/10-xcbproto.sh b/scripts.d/45-x11/10-xcbproto.sh index 4e3c1a3..231a2a2 100755 --- a/scripts.d/45-x11/10-xcbproto.sh +++ b/scripts.d/45-x11/10-xcbproto.sh @@ -1,7 +1,7 @@ #!/bin/bash XCBPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git" -XCBPROTO_COMMIT="c9be9015959f3d3830d847db44d39c5d21ba55b6" +XCBPROTO_COMMIT="be9c255b6baac166966429c4442ddf2c99001bf5" 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 34799a3..7296e92 100755 --- a/scripts.d/45-x11/10-xproto.sh +++ b/scripts.d/45-x11/10-xproto.sh @@ -1,7 +1,7 @@ #!/bin/bash XPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git" -XPROTO_COMMIT="57acac1d4c7967f4661fb1c9f86f48f34a46c48d" +XPROTO_COMMIT="914d8f5e0f469cd0416364dd008e9eea752bf703" 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 917693c..bf992ae 100755 --- a/scripts.d/45-x11/30-libxcb.sh +++ b/scripts.d/45-x11/30-libxcb.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBXCB_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcb.git" -LIBXCB_COMMIT="233d7b7f1f03ef18bf3955eb1f20421e745d22f0" +LIBXCB_COMMIT="43fbf03e549bf6da8d1d8522e0ceddc4d49c37c6" 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 20e89bb..d7f38cb 100755 --- a/scripts.d/45-x11/40-libx11.sh +++ b/scripts.d/45-x11/40-libx11.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBX11_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git" -LIBX11_COMMIT="2356e59ff24f8d1b25cdc4dffc5171c65dc2b86e" +LIBX11_COMMIT="934417b1e89fe715b9cf6c0d62a3867fa1f5bccb" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-amf.sh b/scripts.d/50-amf.sh index 30c5db3..ee65a2b 100755 --- a/scripts.d/50-amf.sh +++ b/scripts.d/50-amf.sh @@ -1,7 +1,7 @@ #!/bin/bash AMF_REPO="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git" -AMF_COMMIT="5359f7dba51107da19b7650e5d8a40a0f04ea6d9" +AMF_COMMIT="55e4d844b77885cc3f7832bdb3cf41a1f16950ef" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-aom.sh b/scripts.d/50-aom.sh index 87c5db4..d4f30ed 100755 --- a/scripts.d/50-aom.sh +++ b/scripts.d/50-aom.sh @@ -1,7 +1,7 @@ #!/bin/bash AOM_REPO="https://aomedia.googlesource.com/aom" -AOM_COMMIT="feb75d0bb2df222b9e23b8012e3f193aff7e1377" +AOM_COMMIT="6437950bd8a4a1479fa43acde918a2a16518f617" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-avisynth.sh b/scripts.d/50-avisynth.sh index ed8418d..ae927be 100755 --- a/scripts.d/50-avisynth.sh +++ b/scripts.d/50-avisynth.sh @@ -1,7 +1,7 @@ #!/bin/bash AVISYNTH_REPO="https://github.com/AviSynth/AviSynthPlus.git" -AVISYNTH_COMMIT="babdbc0d7b39d775e5a847c74c345dfae9844338" +AVISYNTH_COMMIT="d1b0c47bf4a9a488c6c144601bc481761a04dc74" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-dav1d.sh b/scripts.d/50-dav1d.sh index 58c9ada..1ed2603 100755 --- a/scripts.d/50-dav1d.sh +++ b/scripts.d/50-dav1d.sh @@ -1,7 +1,7 @@ #!/bin/bash DAV1D_REPO="https://code.videolan.org/videolan/dav1d.git" -DAV1D_COMMIT="a55ff11da2430ae7057862f6565ce3b5a222afdc" +DAV1D_COMMIT="7b99b0e17fbd86f0847684798b182f9122545580" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-ffnvcodec.sh b/scripts.d/50-ffnvcodec.sh index 0591f87..91e897f 100755 --- a/scripts.d/50-ffnvcodec.sh +++ b/scripts.d/50-ffnvcodec.sh @@ -1,7 +1,7 @@ #!/bin/bash FFNVCODEC_REPO="https://github.com/FFmpeg/nv-codec-headers.git" -FFNVCODEC_COMMIT="b641a195edbe3ac9788e681e22c2e2fad8aacddb" +FFNVCODEC_COMMIT="e81e2ba5e8f365d47d91c8c8688769f62614b644" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-frei0r.sh b/scripts.d/50-frei0r.sh index 832be9e..2effdb7 100755 --- a/scripts.d/50-frei0r.sh +++ b/scripts.d/50-frei0r.sh @@ -1,7 +1,7 @@ #!/bin/bash FREI0R_REPO="https://github.com/dyne/frei0r.git" -FREI0R_COMMIT="700564265acdb94497c22d5c703dc38ed9d1b649" +FREI0R_COMMIT="00f8aa085a1da0c0160f54e3eaf6b32a9db75a51" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-libass.sh b/scripts.d/50-libass.sh index 8907444..e4137f6 100755 --- a/scripts.d/50-libass.sh +++ b/scripts.d/50-libass.sh @@ -1,7 +1,7 @@ #!/bin/bash ASS_REPO="https://github.com/libass/libass.git" -ASS_COMMIT="ac2ddef8841aa2ff37ca9b83f19f15092d0cacc6" +ASS_COMMIT="f8c71aba5d14afcd6759507bad8a25037fb854b1" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-librist/40-mbedtls.sh b/scripts.d/50-librist/40-mbedtls.sh index 5ee6bed..2935c67 100755 --- a/scripts.d/50-librist/40-mbedtls.sh +++ b/scripts.d/50-librist/40-mbedtls.sh @@ -2,7 +2,7 @@ MBEDTLS_REPO="https://github.com/ARMmbed/mbedtls.git" # HEAD of development_2.x -MBEDTLS_COMMIT="1d7f7a7c6e625e48a4996bc751c39fb16a8be868" +MBEDTLS_COMMIT="1e313165f307df6ffc57ea52363eabcf148f494d" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libvpx.sh b/scripts.d/50-libvpx.sh index 3aeef12..568ab60 100755 --- a/scripts.d/50-libvpx.sh +++ b/scripts.d/50-libvpx.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBVPX_REPO="https://chromium.googlesource.com/webm/libvpx" -LIBVPX_COMMIT="c56ab7d0c6f3fb215d571db3dacc0cc908c1b53c" +LIBVPX_COMMIT="13f984c2162d8392d3fd0ffb8666ee518f60665a" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libwebp.sh b/scripts.d/50-libwebp.sh index f9ad283..778549e 100755 --- a/scripts.d/50-libwebp.sh +++ b/scripts.d/50-libwebp.sh @@ -1,7 +1,7 @@ #!/bin/bash WEBP_REPO="https://chromium.googlesource.com/webm/libwebp" -WEBP_COMMIT="35b7436a216857eabf4773681fecd8fd52bcc3e7" +WEBP_COMMIT="b6f756e82b1325f6d29725c3b0a6b90e16f042bd" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openh264.sh b/scripts.d/50-openh264.sh index 0aec784..bb12168 100755 --- a/scripts.d/50-openh264.sh +++ b/scripts.d/50-openh264.sh @@ -1,7 +1,7 @@ #!/bin/bash OPENH264_REPO="https://github.com/cisco/openh264.git" -OPENH264_COMMIT="40913c2a3a10fa3b8dc9e7685214ba1bf19fd11b" +OPENH264_COMMIT="3b13c4cd65a8b93f779ddece7deefac5102ece5e" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openjpeg.sh b/scripts.d/50-openjpeg.sh index e45a69b..a3fb2f8 100755 --- a/scripts.d/50-openjpeg.sh +++ b/scripts.d/50-openjpeg.sh @@ -1,7 +1,7 @@ #!/bin/bash OPENJPEG_REPO="https://github.com/uclouvain/openjpeg.git" -OPENJPEG_COMMIT="90481203a28d4d18052a07711d6d890ed1ab8c8a" +OPENJPEG_COMMIT="22eb737d5d5d25947cec28cf23bcb0b4a5a682a3" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openmpt.sh b/scripts.d/50-openmpt.sh index 6ea27f8..c9fdc9a 100755 --- a/scripts.d/50-openmpt.sh +++ b/scripts.d/50-openmpt.sh @@ -1,7 +1,7 @@ #!/bin/bash OPENMPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT" -OPENMPT_REV="16112" +OPENMPT_REV="16134" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-rav1e.sh b/scripts.d/50-rav1e.sh index 1aaddc4..4e3cb31 100755 --- a/scripts.d/50-rav1e.sh +++ b/scripts.d/50-rav1e.sh @@ -1,7 +1,7 @@ #!/bin/bash RAV1E_REPO="https://github.com/xiph/rav1e.git" -RAV1E_COMMIT="9417a4df1069cc066d499e04b9130ffd32019ed1" +RAV1E_COMMIT="37c13ebbe198316db221869f025546f6f633d381" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-sdl.sh b/scripts.d/50-sdl.sh index df31227..6f834b0 100755 --- a/scripts.d/50-sdl.sh +++ b/scripts.d/50-sdl.sh @@ -1,6 +1,6 @@ #!/bin/bash -SDL_SRC="https://libsdl.org/release/SDL2-2.0.16.tar.gz" +SDL_SRC="https://libsdl.org/release/SDL2-2.0.18.tar.gz" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-srt.sh b/scripts.d/50-srt.sh index f9b4f9f..e60ca2b 100755 --- a/scripts.d/50-srt.sh +++ b/scripts.d/50-srt.sh @@ -1,7 +1,7 @@ #!/bin/bash SRT_REPO="https://github.com/Haivision/srt.git" -SRT_COMMIT="d9b7988347fdbd4c9e1ae7fdc3b0bb3080aa8ae1" +SRT_COMMIT="c9a8db75e865925f156e0d1c3eeea02ec43e1208" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-svtav1.sh b/scripts.d/50-svtav1.sh index 6f90b06..b6be186 100755 --- a/scripts.d/50-svtav1.sh +++ b/scripts.d/50-svtav1.sh @@ -1,7 +1,7 @@ #!/bin/bash SVTAV1_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git" -SVTAV1_COMMIT="dd68d3992622006ee1a57739001970e29966e68d" +SVTAV1_COMMIT="3758f57f756fa2f6721460ed7b2db2ac8a5f44e0" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-uavs3d.sh b/scripts.d/50-uavs3d.sh index a33c661..9d643b8 100755 --- a/scripts.d/50-uavs3d.sh +++ b/scripts.d/50-uavs3d.sh @@ -1,7 +1,7 @@ #!/bin/bash UAVS3D_REPO="https://github.com/uavs3/uavs3d.git" -UAVS3D_COMMIT="57d20183301d4197d1c938f62f8a5911e33465d7" +UAVS3D_COMMIT="23a42eefbcde8f4d826b71f2e158f948f3e2b3ee" 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 4fa6d07..a608548 100755 --- a/scripts.d/50-vaapi/40-libdrm.sh +++ b/scripts.d/50-vaapi/40-libdrm.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBDRM_REPO="https://gitlab.freedesktop.org/mesa/drm.git" -LIBDRM_COMMIT="d77ccdf3ba6f5a396049241bff18a7a9c8329659" +LIBDRM_COMMIT="febfe0addd51a48c7c9dd7fd9ddf9b5a3b5cd7c6" 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 5bea7f6..80b21ce 100755 --- a/scripts.d/50-vaapi/50-libva.sh +++ b/scripts.d/50-vaapi/50-libva.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBVA_REPO="https://github.com/intel/libva.git" -LIBVA_COMMIT="453002ce69779c713f6f8315bedce140d34ba805" +LIBVA_COMMIT="906d70e8e04a8a7f5062053a1f01fb318deb6910" 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 2e531e0..7052810 100755 --- a/scripts.d/50-vulkan/45-vulkan.sh +++ b/scripts.d/50-vulkan/45-vulkan.sh @@ -1,7 +1,7 @@ #!/bin/bash HEADERS_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git" -HEADERS_VERSION="1.2.198" +HEADERS_VERSION="1.2.201" 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 001a1c5..a952031 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 SPIRV_CROSS_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git" -SPIRV_CROSS_COMMIT="401296d3b8fc60193e99ccabb81eb3e4fe2dd802" +SPIRV_CROSS_COMMIT="e9cc6403341baf0edd430a4027b074d0a06b782f" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-x265.sh b/scripts.d/50-x265.sh index 9c0085e..ad678ba 100755 --- a/scripts.d/50-x265.sh +++ b/scripts.d/50-x265.sh @@ -1,7 +1,7 @@ #!/bin/bash X265_REPO="https://bitbucket.org/multicoreware/x265_git.git" -X265_COMMIT="8003e43825ee83b8ef346c8c3562c508ab23f117" +X265_COMMIT="17839cc0dc5a389e27810944ae2128a65ac39318" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1