diff --git a/scripts.d/10-mingw-std-threads.sh b/scripts.d/10-mingw-std-threads.sh index 3dd0179..1a2ad30 100755 --- a/scripts.d/10-mingw-std-threads.sh +++ b/scripts.d/10-mingw-std-threads.sh @@ -1,7 +1,7 @@ #!/bin/bash MINGW_STD_THREADS_REPO="https://github.com/meganz/mingw-std-threads.git" -MINGW_STD_THREADS_COMMIT="f73afbe664bf3beb93a01274246de80d543adf6e" +MINGW_STD_THREADS_COMMIT="7e2507915900f5589febf0d8972cd5c9c03191f2" ffbuild_enabled() { [[ $TARGET == win* ]] || return -1 diff --git a/scripts.d/10-mingw.sh b/scripts.d/10-mingw.sh index 0cbdb03..3a4325b 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="a95307f5b065799b39fab72ca656eeaaa4deaf99" +MINGW_COMMIT="99c95def1dcafdd7a2faa671942bdd17cc19864d" ffbuild_enabled() { [[ $TARGET == win* ]] || return -1 diff --git a/scripts.d/10-xorg-macros.sh b/scripts.d/10-xorg-macros.sh index 328b9e5..e378e3b 100755 --- a/scripts.d/10-xorg-macros.sh +++ b/scripts.d/10-xorg-macros.sh @@ -1,7 +1,7 @@ #!/bin/bash XORGMACROS_REPO="https://gitlab.freedesktop.org/xorg/util/macros.git" -XORGMACROS_COMMIT="b8766308d2f78bc572abe5198007cf7aeec9b761" +XORGMACROS_COMMIT="0326ba3c4caa34116c0e7e4af98661858cf25d1c" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/20-libxml2.sh b/scripts.d/20-libxml2.sh index d40b99c..0456322 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="dea91c97debeac7c1aaf9c19f79029809e23a353" +LIBXML2_COMMIT="48ed5a74bdf24c630b99b063fa79b1a79c2ae5f3" ffbuild_enabled() { return 0 diff --git a/scripts.d/25-fribidi.sh b/scripts.d/25-fribidi.sh index e201e1f..873d044 100755 --- a/scripts.d/25-fribidi.sh +++ b/scripts.d/25-fribidi.sh @@ -1,7 +1,7 @@ #!/bin/bash FRIBIDI_REPO="https://github.com/fribidi/fribidi.git" -FRIBIDI_COMMIT="859aa1bd9ecdf58957f5a7af747ae3b6bd418c1c" +FRIBIDI_COMMIT="cffa3047a0db9f4cd391d68bf98ce7b7425be245" ffbuild_enabled() { return 0 diff --git a/scripts.d/35-fontconfig.sh b/scripts.d/35-fontconfig.sh index 1a15464..6a2c0b9 100755 --- a/scripts.d/35-fontconfig.sh +++ b/scripts.d/35-fontconfig.sh @@ -1,6 +1,6 @@ #!/bin/bash -FONTCONFIG_SRC="https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.94.tar.xz" +FONTCONFIG_SRC="https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.96.tar.xz" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-harfbuzz.sh b/scripts.d/45-harfbuzz.sh index 2ca7598..5863d4f 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="6da4b80e5f303bf40c295c4888ba3dc48bd28f4b" +HARFBUZZ_COMMIT="924dd71de3c8444125f532655a8647c713f0cdc0" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-opencl.sh b/scripts.d/45-opencl.sh index 8da8a7f..cc83cb9 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="59ac4dc2f282286d8db83143686cfe37ec658b84" +HEADERS_COMMIT="dcd5bede6859d26833cd85f0d6bbcee7382dc9b3" LOADER_REPO="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" -LOADER_COMMIT="169f05d026e65948b30cfe2200595fda92198cf7" +LOADER_COMMIT="cd7d07cfa667d8d959b4272be45cf217a65c2948" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-pulseaudio.sh b/scripts.d/45-pulseaudio.sh index 25104be..b8d436e 100755 --- a/scripts.d/45-pulseaudio.sh +++ b/scripts.d/45-pulseaudio.sh @@ -1,7 +1,7 @@ #!/bin/bash PULSEAUDIO_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git" -PULSEAUDIO_COMMIT="bc3a07dd4f4cd62166c214085cced42d5a2ae2a8" +PULSEAUDIO_COMMIT="5af2afba85b8cc33b12189a8b0d40cfc4477ed89" ffbuild_enabled() { [[ $TARGET == linux* ]] || return 1 diff --git a/scripts.d/45-vmaf.sh b/scripts.d/45-vmaf.sh index 5ef8829..625f9e8 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="511222075f9bbce332174f96b9f97dc3b493126b" +VMAF_COMMIT="9e1fb0bbc218855dc695166d77aea0a14e6d3527" ffbuild_enabled() { return 0 diff --git a/scripts.d/45-x11/30-libxcb.sh b/scripts.d/45-x11/30-libxcb.sh index c554e50..0adda53 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="43fbf03e549bf6da8d1d8522e0ceddc4d49c37c6" +LIBXCB_COMMIT="ddafdba11f6919e6fcf977c09c78b06f94de47aa" 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 408a30f..ffc7836 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="4c96f3567a8d045ee57b886fddc9618b71282530" +LIBX11_COMMIT="4f9eb32709dca705f02ca771bbd47d6c08aba5e0" 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 c726ac0..35904c2 100755 --- a/scripts.d/45-x11/60-libglvnd.sh +++ b/scripts.d/45-x11/60-libglvnd.sh @@ -1,7 +1,7 @@ #!/bin/bash GLVND_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git" -GLVND_COMMIT="8f3c5b17a21e2222ab3e5fd38870b915815aca49" +GLVND_COMMIT="c8ee0055dfad919e92e92631c5a4a0af68dca9eb" ffbuild_enabled() { [[ $TARGET != linux* ]] && return -1 diff --git a/scripts.d/50-amf.sh b/scripts.d/50-amf.sh index cd48b91..f58736d 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="31f23e282bac75283e1d2aeb71ff689e37cc56ed" +AMF_COMMIT="06b0e29a372b0c491f87ff285ca92be2844dc039" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-aom.sh b/scripts.d/50-aom.sh index 528140e..d10220c 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="f4360277b5ddcd192696780178db440ac2922319" +AOM_COMMIT="493cf67c62441838a56c5ea6f8dfbf6777e3cee7" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-avisynth.sh b/scripts.d/50-avisynth.sh index 37e1519..8e287e4 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="193de815cee777ecc586ff9af35ac546f17d5687" +AVISYNTH_COMMIT="c6d9cf4aa062a150995b8ef00eb8f46e7a2caec8" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-dav1d.sh b/scripts.d/50-dav1d.sh index 9b9af46..7621b29 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="f266b3b29526474e3789e4627dc8073e8a76ad24" +DAV1D_COMMIT="887fa1d718df42aac1ac102580c14eb655979ac6" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-ffnvcodec.sh b/scripts.d/50-ffnvcodec.sh index 91e897f..dc037fc 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="e81e2ba5e8f365d47d91c8c8688769f62614b644" +FFNVCODEC_COMMIT="84483da70d903239d4536763fde8c7e6c4e80784" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-frei0r.sh b/scripts.d/50-frei0r.sh index c2ff659..9881cfb 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="e48da90c4ebd285fa2399cfb71851f07bd3d919a" +FREI0R_COMMIT="febd73874dab6be330398a3b55112451b36ee939" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-libass.sh b/scripts.d/50-libass.sh index 9fe20e4..46bc994 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="0d170d9a1d7e7fee948141eac988c1e6391dfc62" +ASS_COMMIT="ba6bcb3a9c2f06272ca1ff1a65f52dc5bc4528b0" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libopus.sh b/scripts.d/50-libopus.sh index 7079a33..d671fb8 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="12a356e431d1b2d3531d3d73de330bf9ee9be48b" +OPUS_COMMIT="37aba6e9b382f7dbdb7916adbc335704cf2992e8" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-librist/50-librist.sh b/scripts.d/50-librist/50-librist.sh index eb3bc8b..2d0cc2c 100755 --- a/scripts.d/50-librist/50-librist.sh +++ b/scripts.d/50-librist/50-librist.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBRIST_REPO="https://code.videolan.org/rist/librist.git" -LIBRIST_COMMIT="0b1aaf995c4cad83d562ec7887180cc6ee132c84" +LIBRIST_COMMIT="6356dde85e97398be8b60a44ee4341e847ce4d5f" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libvpx.sh b/scripts.d/50-libvpx.sh index b15d70b..f1a3eb1 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="6b68c81892baddb514a8e1247c50f0b35786f5aa" +LIBVPX_COMMIT="3b21aeac8b7d5a52b6360d878cb4df593e87113e" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-libwebp.sh b/scripts.d/50-libwebp.sh index cb056d8..39fae69 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="ec497b753238218979c63a8b4169a57808afebf2" +WEBP_COMMIT="0fa0ea5488ab37f229b42c363c73c4bae3d90386" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openh264.sh b/scripts.d/50-openh264.sh index ae0d14d..80c6218 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="a8094d85f5dd5ef112fbcfec2974e18fd0387c0b" +OPENH264_COMMIT="cb2321f67c0347737353d53e7456001dca6f485b" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openjpeg.sh b/scripts.d/50-openjpeg.sh index 9c1c179..87b14ef 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="fe2fa707161b2025ef82c325b9110c08bd0e812e" +OPENJPEG_COMMIT="6a29f5a9e3a1e2dbf1e3df22b7e449bc1db20b5c" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-openmpt.sh b/scripts.d/50-openmpt.sh index 4c30e55..17825a1 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="16393" +OPENMPT_REV="17047" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-rav1e.sh b/scripts.d/50-rav1e.sh index 226355a..d69b455 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="5a5711e1aa716bf1958211e57d9da4759105d425" +RAV1E_COMMIT="4c863c575420d900618b25cd75f2e52253cecf30" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-rubberband.sh b/scripts.d/50-rubberband.sh index 2bc3c31..64268f1 100755 --- a/scripts.d/50-rubberband.sh +++ b/scripts.d/50-rubberband.sh @@ -1,7 +1,7 @@ #!/bin/bash RUBBERBAND_REPO="https://github.com/breakfastquay/rubberband.git" -RUBBERBAND_COMMIT="3a6d8a8c762dc903b5951ca015e09db4940965de" +RUBBERBAND_COMMIT="30e63d33ace7c12e2f5feb6838a7c9d4c3a9392f" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-sdl.sh b/scripts.d/50-sdl.sh index 4467fd7..a959bf9 100755 --- a/scripts.d/50-sdl.sh +++ b/scripts.d/50-sdl.sh @@ -1,7 +1,7 @@ #!/bin/bash SDL_REPO="https://github.com/libsdl-org/SDL.git" -SDL_COMMIT="d0de4c625ad26ef5401665ca26b5f2c0fb76e91b" +SDL_COMMIT="98353533e51e2ea90768c9c43f1d08296cd434f7" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-srt.sh b/scripts.d/50-srt.sh index e84c166..0e9a92f 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="3d26644e2b029b7da94713e1fd16e77006acc715" +SRT_COMMIT="7d77d417c24c3233340a94da1613512d19ba4194" ffbuild_enabled() { return 0 diff --git a/scripts.d/50-svtav1.sh b/scripts.d/50-svtav1.sh index 38d259c..41cbc6a 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="fdf4f36867bba068e221965d12c5975c509845da" +SVTAV1_COMMIT="af222120c8cf605722f5143a224ee883f6e674fd" ffbuild_enabled() { [[ $TARGET == win32 ]] && return -1 diff --git a/scripts.d/50-uavs3d.sh b/scripts.d/50-uavs3d.sh index 9d643b8..322d5ef 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="23a42eefbcde8f4d826b71f2e158f948f3e2b3ee" +UAVS3D_COMMIT="e58e199ccc50163c20df114db7e3950295c3e2ed" 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 c623beb..67d2520 100755 --- a/scripts.d/50-vaapi/30-libpciaccess.sh +++ b/scripts.d/50-vaapi/30-libpciaccess.sh @@ -1,7 +1,7 @@ #!/bin/bash LIBPCIACCESS_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git" -LIBPCIACCESS_COMMIT="9c01fdd7c02d8b9b5003e659ebca0b3643bd47c4" +LIBPCIACCESS_COMMIT="4ef1660667425c0f171949aacae9d07b10a40d7f" 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 e8e78ba..f587cd3 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="440e2d7a34de5c839c4d6d758b21b1bc359255d5" +LIBDRM_COMMIT="8376362245e5cc61e4fa4932ecbcc5cc1566e98f" 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 9ced75a..4cf6ace 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="63c6378c76e471fcccddd386785c4bc21f6357a4" +LIBVA_COMMIT="9e4bdc5c4f7f8549187badb8a5111c1b07c3c41c" 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 3633b73..dc15561 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.203" +HEADERS_VERSION="1.3.206" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-vulkan/50-shaderc.sh b/scripts.d/50-vulkan/50-shaderc.sh index 4e91116..9e96f80 100755 --- a/scripts.d/50-vulkan/50-shaderc.sh +++ b/scripts.d/50-vulkan/50-shaderc.sh @@ -1,7 +1,7 @@ #!/bin/bash SHADERC_REPO="https://github.com/google/shaderc.git" -SHADERC_COMMIT="4864297864494780c4424c625e1d987e9321ba00" +SHADERC_COMMIT="96b1dd72a827304817470274a470c4d3b2293451" 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 a952031..4216665 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="e9cc6403341baf0edd430a4027b074d0a06b782f" +SPIRV_CROSS_COMMIT="c08ee860c8ad4f020b19f9a372013e99cd4a00d9" 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 e03203f..c028df8 100755 --- a/scripts.d/50-vulkan/60-libplacebo.sh +++ b/scripts.d/50-vulkan/60-libplacebo.sh @@ -1,7 +1,7 @@ #!/bin/bash PLACEBO_REPO="https://code.videolan.org/videolan/libplacebo.git" -PLACEBO_COMMIT="b26044055920ede23884b5bb2be0d97ea4d4bf9d" +PLACEBO_COMMIT="c71bbe1cc86bee7d679af05120b67b44947a6ea2" ffbuild_enabled() { [[ $ADDINS_STR == *4.4* ]] && return -1 diff --git a/scripts.d/50-x264.sh b/scripts.d/50-x264.sh index 6b7c5dc..6870132 100755 --- a/scripts.d/50-x264.sh +++ b/scripts.d/50-x264.sh @@ -1,7 +1,7 @@ #!/bin/bash X264_REPO="https://github.com/mirror/x264.git" -X264_COMMIT="5585eafe31c2299163dcb206e05e18be7dd93098" +X264_COMMIT="bfc87b7a330f75f5c9a21e56081e4b20344f139e" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-x265.sh b/scripts.d/50-x265.sh index ad678ba..d5c40bc 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="17839cc0dc5a389e27810944ae2128a65ac39318" +X265_COMMIT="7a57090483c6d251e2a2515ead59d0bc002e2346" ffbuild_enabled() { [[ $VARIANT == lgpl* ]] && return -1 diff --git a/scripts.d/50-zimg.sh b/scripts.d/50-zimg.sh index 9c30a99..1b83ae7 100755 --- a/scripts.d/50-zimg.sh +++ b/scripts.d/50-zimg.sh @@ -1,7 +1,7 @@ #!/bin/bash ZIMG_REPO="https://github.com/sekrit-twc/zimg.git" -ZIMG_COMMIT="71e6c2a32b27a4ee5f69856b8a05bbc7808de90c" +ZIMG_COMMIT="9a6f2f019df34f60a5464ca5724ea795c1189f95" ffbuild_enabled() { return 0