Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed May 2, 2024
1 parent 1a3e916 commit ba57a46
Show file tree
Hide file tree
Showing 52 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion scripts.d/10-mingw.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
SCRIPT_COMMIT="14315e632e362c6925737ccdf62eb11af63e2ef6"
SCRIPT_COMMIT="8fdf7c9b5c0d7fe3e01ee8cff13fac813f30d7be"

ffbuild_enabled() {
[[ $TARGET == win* ]] || return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/10-xorg-macros.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/util/macros.git"
SCRIPT_COMMIT="1031f8cc5c7a170e278372ccdf2e70151b096ef7"
SCRIPT_COMMIT="7ed2b3798c030bd1729b699b446b43aba2ec606e"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/20-libiconv.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git"
SCRIPT_COMMIT="317dfadc6c68b3465205873b140200e5b0d0256f"
SCRIPT_COMMIT="17a9a0721831bc747cd2ed6d15a111ed4c7dbcb0"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/20-libxml2.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/GNOME/libxml2.git"
SCRIPT_COMMIT="fe3cbf897ef510ef5b4842a82106dfd7ea987ec2"
SCRIPT_COMMIT="ae23a4ce56fc500ec5bc204c720b6d7f1c656004"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/20-zlib.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/madler/zlib.git"
SCRIPT_COMMIT="d201f04c72b0881220f5ba75ca19fd0e19fa848b"
SCRIPT_COMMIT="0f51fb4933fc9ce18199cb2554dacea8033e7fd3"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/25-fftw3.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/FFTW/fftw3.git"
SCRIPT_COMMIT="981f553dc276b6d73a49916d503068fdb928a9a3"
SCRIPT_COMMIT="394fa85ab5f8914b82b3404844444c53f5c7f095"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/25-freetype.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
SCRIPT_COMMIT="f42ce25563b73fed0123d18a2556b9ba01d2c76b"
SCRIPT_COMMIT="13d1180f4542d19557e146cc0124e51891733b0c"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/25-fribidi.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/fribidi/fribidi.git"
SCRIPT_COMMIT="bfb0385ef862cd40af7d5d33648fbb4bfe8eee65"
SCRIPT_COMMIT="bca04dc3cd3af85a9d9220c430737333634d622a"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/35-fontconfig.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
SCRIPT_COMMIT="c6849aca73c60c3fcba5c6e4e2cb2d7b59050dd2"
SCRIPT_COMMIT="3b4641ae7a7bf961221cd7b55cc0e25d9d1a6365"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-harfbuzz.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git"
SCRIPT_COMMIT="63973005bc07aba599b47fdd4cf788647b601ccd"
SCRIPT_COMMIT="ba1f194a1d62164be439a7f1f8ed9a87da9f7061"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-opencl.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
SCRIPT_COMMIT="59452533d2afa817bc2dc0da4f783097f4cdbcb0"
SCRIPT_COMMIT="8275634cf9ec31b6484c2e6be756237cb583999d"

SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
SCRIPT_COMMIT2="861b68b290e76d08e7241608479c16431f529945"
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-pulseaudio.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git"
SCRIPT_COMMIT="84f5b742e39ba3e375bac9144e0243b7331f4019"
SCRIPT_COMMIT="c1990dd02647405b0c13aab59f75d05cbb202336"

ffbuild_enabled() {
[[ $TARGET == linux* ]] || return 1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-vmaf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/Netflix/vmaf.git"
SCRIPT_COMMIT="dea9a7704a976d19aa13dc8b3d47759ce7105a85"
SCRIPT_COMMIT="b24c3d685617e7a38b1521a2731d360240f13081"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-x11/10-xcbproto.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
SCRIPT_COMMIT="1388374c7149114888a6a5cd6e9bf6ad4b42adf8"
SCRIPT_COMMIT="77d7fc04da729ddc5ed4aacf30253726fac24dca"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-x11/10-xproto.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
SCRIPT_COMMIT="67469711055522b8adb2d795b01e7ba98cb8816c"
SCRIPT_COMMIT="68de489ec6c2fb6f8cfc47b0bba7edd0f9942f17"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-x11/10-xtrans.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxtrans.git"
SCRIPT_COMMIT="806f04c6e4529358f160e53135baf105e4ecf3b8"
SCRIPT_COMMIT="656d27ed32af4082e8062c1d7c42b65ea3a6b80f"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-x11/30-libxcb.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcb.git"
SCRIPT_COMMIT="86a478032ba93f30adbc0ce96eecd3420fdf7ed1"
SCRIPT_COMMIT="622152ee42a310876f10602601206954b8d0613e"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-x11/40-libx11.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git"
SCRIPT_COMMIT="9afd55ada5d7a3c1d3ed23ff8451629a1d989a7f"
SCRIPT_COMMIT="a465588218c1643eedc35b3c24409cb775454eee"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-x11/50-libxi.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxi.git"
SCRIPT_COMMIT="57ce2e8ba4c1f1bc5792e14bc7082f3ebd0915be"
SCRIPT_COMMIT="56b11459f833df8f324587847534a548b070da94"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-amf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git"
SCRIPT_COMMIT="5b32766b801434be61350c292127a9ac022b1268"
SCRIPT_COMMIT="e1acd43bb000f7e0c3a2bd022a145aa931169bc6"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-aom.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://aomedia.googlesource.com/aom"
SCRIPT_COMMIT="d4043476019a88e108d125f4168fd0533887af56"
SCRIPT_COMMIT="5ccdc66ab6eb8eb300eda854fab4ff250b2c2f92"

ffbuild_enabled() {
[[ $TARGET == winarm64 ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-avisynth.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/AviSynth/AviSynthPlus.git"
SCRIPT_COMMIT="85057371294405f745f5c51b7a39fa0e3fdde821"
SCRIPT_COMMIT="2b55ba40ec22652d72121fcef56b46da1fc2e427"

ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-dav1d.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git"
SCRIPT_COMMIT="abc8a1689fbefec880bb3c0064c66afcb1e9d4b9"
SCRIPT_COMMIT="c7df9a3e65a8d74c57131d379db93856c38ae47c"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-frei0r.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/dyne/frei0r.git"
SCRIPT_COMMIT="36e7da5d9e1f8b8cac9e97e204db1c5834fee580"
SCRIPT_COMMIT="fdc9f32a4f76fe9bd9ab2e90580059f057fa5c8f"

ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-gme.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/libgme/game-music-emu.git"
SCRIPT_COMMIT="c2c31572947840ea306d623849318fbb97232d42"
SCRIPT_COMMIT="aee74cb093948a9ed041c813ab0b525f03fdda5d"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-kvazaar.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/ultravideo/kvazaar.git"
SCRIPT_COMMIT="d8c96881a92258dad799db8ce5a60138f16b4898"
SCRIPT_COMMIT="ea09af533a035f454c56a11c80f8cd067207c81b"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-libass.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/libass/libass.git"
SCRIPT_COMMIT="e51781341493e0312f0c7fee66372f0365f7b962"
SCRIPT_COMMIT="1dfb934affee2a4152619bb671a8c82ec5ccad43"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-libjxl/45-brotli.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/google/brotli.git"
SCRIPT_COMMIT="9351fa7ffb9d5aa133dc8f8b14e175cace52d9e4"
SCRIPT_COMMIT="d01a4caaa80c0072fe1b6bf073814b9400667fcc"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-libjxl/45-lcms2.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/mm2/Little-CMS.git"
SCRIPT_COMMIT="46355888b823b563db928faec59b0312a05e1143"
SCRIPT_COMMIT="bec733c608d000927c444cdef204f23122e02418"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-libjxl/50-libjxl.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/libjxl/libjxl.git"
SCRIPT_COMMIT="5e689eb20b9967d589035f7bffd516490670fb5f"
SCRIPT_COMMIT="03e9192369c8d11131b23ccdec1a25e0a7e14b44"

ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-libopus.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/xiph/opus.git"
SCRIPT_COMMIT="95dbea83486b90256785aa3c75dd2827f591a34c"
SCRIPT_COMMIT="20568812ae92bb148fe3fb0190b7629f1c4d0b96"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-libssh.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://git.libssh.org/projects/libssh.git"
SCRIPT_COMMIT="07cb0be12f4a3d5691f6a580343cb94d658decf5"
SCRIPT_COMMIT="89c53e1962bbff7b8866c09895489eaaca736f39"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-libvpx.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://chromium.googlesource.com/webm/libvpx"
SCRIPT_COMMIT="ccefddef33a0d8c7d9101b7c01e4b6259858ae6a"
SCRIPT_COMMIT="3e713e39ae79e3b83b87ff65e54d454a3c6d3dfc"

ffbuild_enabled() {
[[ $TARGET == winarm64 ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-libwebp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://chromium.googlesource.com/webm/libwebp"
SCRIPT_COMMIT="6c484cbf92e81a5673b24485ac02d211f69be5b7"
SCRIPT_COMMIT="68ff4e1efe2edea812e865a357a6906e2e646b37"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-onevpl.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/intel/libvpl.git"
SCRIPT_COMMIT="383b5caac6df614e76ade5a07c4f53be702e9176"
SCRIPT_COMMIT="11a9bbda5b22ac1c544da59b4007bb57f737b487"

ffbuild_enabled() {
[[ $TARGET == *arm64 ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-openal.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/kcat/openal-soft.git"
SCRIPT_COMMIT="e95c370435ba3757ab3dce44b57eb18e23aef7b8"
SCRIPT_COMMIT="394e133b9fef1bfbde3ee5842b489bf8e91a135b"

ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-openh264.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/cisco/openh264.git"
SCRIPT_COMMIT="c59550a2147c255cc8e09451f6deb96de2526b6d"
SCRIPT_COMMIT="1c2388750acf8646ca75a6038a544d5f8f47dca8"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-openjpeg.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/uclouvain/openjpeg.git"
SCRIPT_COMMIT="0fe2a2c591ee9e91dd9ba3334a015386c780e86b"
SCRIPT_COMMIT="7a361019800f5e3de6be375c204c03d8303fac32"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-openmpt.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
SCRIPT_REV="20481"
SCRIPT_REV="20696"

ffbuild_enabled() {
[[ $TARGET == winarm64 ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-rav1e.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/xiph/rav1e.git"
SCRIPT_COMMIT="f3dd0499f2e6c246d531ab1aab46c1e0bb30b4da"
SCRIPT_COMMIT="c7c72b5530e391211c5d5f32b16394d1c7dc00cc"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-rubberband.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/breakfastquay/rubberband.git"
SCRIPT_COMMIT="69154761641b20e4258ca26a6938769ded47b046"
SCRIPT_COMMIT="5d296019ff0fd6085fea0838155b0449a4606397"

ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-sdl.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/libsdl-org/SDL.git"
SCRIPT_COMMIT="4d91f0e796b146c3bcf2cda22251b1e56cc0ebfb"
SCRIPT_COMMIT="8b4e389ad07ba2431a3ce56b736a63e034c5663b"
SCRIPT_BRANCH="SDL2"

ffbuild_enabled() {
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-srt.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/Haivision/srt.git"
SCRIPT_COMMIT="84b5bb8c2bfd331ac55aba70fe09e5d3cbb00dee"
SCRIPT_COMMIT="38a3a165a1af92f6423de8c97646de07cba5e120"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-svtav1.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
SCRIPT_COMMIT="a2312121b5547200a5eb62eac49b7abc53613867"
SCRIPT_COMMIT="99c4d2c1959167a5192b2bff3b80fc97a1609a62"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
Expand Down

0 comments on commit ba57a46

Please sign in to comment.