From 4375ff99adaa054b97f3dc2cf5adec81820292dd Mon Sep 17 00:00:00 2001 From: nanake Date: Tue, 18 May 2021 11:38:16 +0900 Subject: [PATCH] Update dependencies Signed-off-by: nanake --- scripts.d/20-libxml2.sh | 2 +- scripts.d/25-libogg.sh | 2 +- scripts.d/45-harfbuzz.sh | 2 +- scripts.d/45-libsamplerate.sh | 2 +- scripts.d/45-libudfread.sh | 2 +- scripts.d/45-libvorbis.sh | 2 +- scripts.d/45-opencl.sh | 2 +- scripts.d/45-vmaf.sh | 2 +- scripts.d/45-vulkan.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-glslang.sh | 2 +- scripts.d/50-libass.sh | 2 +- scripts.d/50-libbluray.sh | 2 +- scripts.d/50-libopus.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-openjpeg.sh | 2 +- scripts.d/50-rav1e.sh | 2 +- scripts.d/50-srt.sh | 2 +- scripts.d/50-svtav1.sh | 2 +- scripts.d/50-uavs3d.sh | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/scripts.d/20-libxml2.sh b/scripts.d/20-libxml2.sh index 8a701f0..d7c2020 100755 --- a/scripts.d/20-libxml2.sh +++ b/scripts.d/20-libxml2.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBXML2_REPO="https://gitlab.gnome.org/GNOME/libxml2.git" -LIBXML2_COMMIT="fb08d9fe837ab64934e6ddc66d442e599c805ca4" +LIBXML2_COMMIT="bfd2f4300fb348a0fb8265a17546a0eb8bdec719" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-libogg.sh b/scripts.d/25-libogg.sh index 3287dff..2ea8c2f 100755 --- a/scripts.d/25-libogg.sh +++ b/scripts.d/25-libogg.sh @@ -1,7 +1,7 @@ #!/bin/bash OGG_REPO="https://github.com/xiph/ogg.git" -OGG_COMMIT="31bd3f2707fb7dbae539a7093ba1fc4b2b37d84e" +OGG_COMMIT="369657ca2eb36131cbd53359b4d365e2b48054de" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-harfbuzz.sh b/scripts.d/45-harfbuzz.sh index fe5a5d6..7abe003 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="596f4258d0b6464a8186263625a2da1b16014bdd" +HARFBUZZ_COMMIT="5e0ec33b3d9379b78084cd59a9ebed3fc583eed6" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-libsamplerate.sh b/scripts.d/45-libsamplerate.sh index ee9539b..a0c0998 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="0278ebe9c3da2dfb960cfc62aea192c3cff06866" +LIBSR_COMMIT="70423ce8c77b8cb32c5ee18dd30e866ebafd22f3" ffbuild_enabled() { # Dependency of GPL-Only librubberband diff --git a/scripts.d/45-libudfread.sh b/scripts.d/45-libudfread.sh index 78fe3bd..ca45081 100755 --- a/scripts.d/45-libudfread.sh +++ b/scripts.d/45-libudfread.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBUDFREAD_REPO="https://code.videolan.org/videolan/libudfread.git" -LIBUDFREAD_COMMIT="2ba6fa9a0acfcb1c65284d4e923be57982841b39" +LIBUDFREAD_COMMIT="a35513813819efadca82c4b90edbe1407b1b9e05" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-libvorbis.sh b/scripts.d/45-libvorbis.sh index 849438b..d40b622 100755 --- a/scripts.d/45-libvorbis.sh +++ b/scripts.d/45-libvorbis.sh @@ -1,7 +1,7 @@ #!/bin/bash VORBIS_REPO="https://github.com/xiph/vorbis.git" -VORBIS_COMMIT="4e1155cc77a2c672f3dd18f9a32dbf1404693289" +VORBIS_COMMIT="84c023699cdf023a32fa4ded32019f194afcdad0" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-opencl.sh b/scripts.d/45-opencl.sh index 91c922f..920bf12 100755 --- a/scripts.d/45-opencl.sh +++ b/scripts.d/45-opencl.sh @@ -1,7 +1,7 @@ #!/bin/bash HEADERS_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git" -HEADERS_COMMIT="23710f1b99186065c1768fc3098ba681adc0f253" +HEADERS_COMMIT="1d3dc4e7562ac56ee8ab00607af7bd55fb091f22" LOADER_REPO="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" LOADER_COMMIT="9b5e3849b49a1448996c8b96ba086cd774d987db" diff --git a/scripts.d/45-vmaf.sh b/scripts.d/45-vmaf.sh index b0acbd0..42669e7 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="e23732666b24792fee70afbb830b2f1805db30d6" +VMAF_COMMIT="b6e5932881609e87a38168a804276bc8690eac4b" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-vulkan.sh b/scripts.d/45-vulkan.sh index e921038..de756d4 100755 --- a/scripts.d/45-vulkan.sh +++ b/scripts.d/45-vulkan.sh @@ -1,7 +1,7 @@ #!/bin/bash LOADER_REPO="https://github.com/KhronosGroup/Vulkan-Loader.git" -LOADER_COMMIT="7ea01c139ffc7c33cd12bd258c1bc8bf530c6d2d" +LOADER_COMMIT="a132dee142c0d6bf54d09d50ed7fff28f4b491ef" ffbuild_enabled() { # The various graphics systems(xcb, xlib, wayland, ...) need figured out first diff --git a/scripts.d/50-amf.sh b/scripts.d/50-amf.sh index b40bd84..299e7c1 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="c7f58ee7853a3736670873e068180f6d83a81c7b" +AMF_COMMIT="6898a97d641f41fa77b66aac5f400bf4ddcc0685" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-aom.sh b/scripts.d/50-aom.sh index fa18771..733107e 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="8c1aa3050e5ab883bc86e9c772be73b6d2b9d23c" +AOM_COMMIT="a862e205850b10e859434b59000abc1eb9bf51a2" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-avisynth.sh b/scripts.d/50-avisynth.sh index 475f398..232ba06 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="927e7a3fdd4428c44c58df216df5bdffc095f8b0" +AVISYNTH_COMMIT="e18e487c8374f645330ef30c0a613601fe22f9d4" ffbuild_enabled() { [[ $VARIANT == gpl* ]] || return -1 diff --git a/scripts.d/50-dav1d.sh b/scripts.d/50-dav1d.sh index 036ba6c..d3e1bb9 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="6c6d25d355b78556d231b1a5633ded2ddb9e3774" +DAV1D_COMMIT="8636b4f2bb79ec7c2f711218ff6bcdd02a2f3f1a" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-ffnvcodec.sh b/scripts.d/50-ffnvcodec.sh index 87b6bf9..1e4b572 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="315ad740ac77282c7cea67ba31f2e4b373132919" +FFNVCODEC_COMMIT="7adf160d25b7f311e6aa5b8c56ef0f57061801c0" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-glslang.sh b/scripts.d/50-glslang.sh index 720234f..219aa36 100755 --- a/scripts.d/50-glslang.sh +++ b/scripts.d/50-glslang.sh @@ -1,7 +1,7 @@ #!/bin/bash GLSLANG_REPO="https://github.com/KhronosGroup/glslang.git" -GLSLANG_COMMIT="5878bcb17e43bf22cecaf6095900a33ff7f53445" +GLSLANG_COMMIT="202c8abae0a3cb1ae725b3c97e3be3b24d1dadb0" ffbuild_enabled() { # Pointless without Vulkan diff --git a/scripts.d/50-libass.sh b/scripts.d/50-libass.sh index 73b55f9..3d6099d 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="49f116ab1fa4386f6a5191f322ac29872279516e" +ASS_COMMIT="b9f34688f6ef1988136ba5e90a91ae8ac9b8a55f" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libbluray.sh b/scripts.d/50-libbluray.sh index 8f3d4c0..ffd410f 100755 --- a/scripts.d/50-libbluray.sh +++ b/scripts.d/50-libbluray.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBBLURAY_REPO="https://code.videolan.org/videolan/libbluray.git" -LIBBLURAY_COMMIT="7aae20a6a1660e2ed2d13246ea511809489cc25c" +LIBBLURAY_COMMIT="311f09286e94565e1acb2e98bb7afaa903d6be13" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libopus.sh b/scripts.d/50-libopus.sh index 30c14ae..3d33937 100755 --- a/scripts.d/50-libopus.sh +++ b/scripts.d/50-libopus.sh @@ -1,7 +1,7 @@ #!/bin/bash OPUS_REPO="https://github.com/xiph/opus.git" -OPUS_COMMIT="7b05f44f4baadf34d8d1073f4ff69f1806d5cdb4" +OPUS_COMMIT="dfd6c88aaa54a03a61434c413e30c217eb98f1d5" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libvpx.sh b/scripts.d/50-libvpx.sh index 3d650b6..88f5274 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="8b3e575a45792fe490b5bc08c3fe08f01553756b" +LIBVPX_COMMIT="4808d831dbc4e9ff83fa0efe11207bc135c6d6f5" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libwebp.sh b/scripts.d/50-libwebp.sh index d1986ed..1d28926 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="25ae67b3de2ba941ff19ee0e90655b591faf048e" +WEBP_COMMIT="6fb4cddc93f2b9daf85a313b81303eca5519ac51" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-lilv/96-serd.sh b/scripts.d/50-lilv/96-serd.sh index d62d57e..91e5988 100755 --- a/scripts.d/50-lilv/96-serd.sh +++ b/scripts.d/50-lilv/96-serd.sh @@ -1,7 +1,7 @@ #!/bin/bash SERD_REPO="https://github.com/drobilla/serd.git" -SERD_COMMIT="36f1cecc1fdb803bf04d2ab60bd13dd257a9e525" +SERD_COMMIT="652371c2f3700e0ec9927fd93e80fa21338a7b29" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openjpeg.sh b/scripts.d/50-openjpeg.sh index c3fa832..6101b15 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="0bda7188b7b545232a341f1d978b1e4feda46fc2" +OPENJPEG_COMMIT="b6b8d28b3a85b74ff5415565cff2c20c019ca3c5" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-rav1e.sh b/scripts.d/50-rav1e.sh index 7cfcc87..2fc1fb3 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="d6e4b5c714f107f9cc6991d44927fd029ba53a72" +RAV1E_COMMIT="df8b712b068826ee7fec04bb0b5829289fd4c6fa" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-srt.sh b/scripts.d/50-srt.sh index 055221a..8731ca9 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="60ae6e56014b5ee48c8e25eda4d7fcc2e28f79cc" +SRT_COMMIT="0921da6cfd6e7c0f88e0a0400f05ded660af1e07" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-svtav1.sh b/scripts.d/50-svtav1.sh index 8cc7873..643b768 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="3971c982311d49f9355dc8dccdcf8d21b70fa624" +SVTAV1_COMMIT="99b647b1284b812bc36fbb17606f6fce8a48874b" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-uavs3d.sh b/scripts.d/50-uavs3d.sh index 19f0219..fc9ee56 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="85a165fadca9e2d8bd0d25febc1fed96cdcf8351" +UAVS3D_COMMIT="26b088ed51a8c3f7ed73e2a70321777c8aff5a8a" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1