Skip to content

Commit

Permalink
update deps (partial)
Browse files Browse the repository at this point in the history
waiting for upstream
  • Loading branch information
Uranite committed Oct 23, 2024
1 parent 8638d76 commit 8fb07bb
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 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="8f7b5ce363fbfa9d66a38034525cf0fdae4385a3"
SCRIPT_COMMIT="e9a763950a041de47d6f9f8b6c4cebb28d463dae"

ffbuild_enabled() {
[[ $TARGET == win* ]] || 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="eed6782cbb4651876e3c8b27ea53273f230ee8e2"
SCRIPT_COMMIT="f017cafc5e65de591d76c9cbd4e2298c42b042a3"

SCRIPT_REPO2="https://git.savannah.gnu.org/git/gnulib.git"
SCRIPT_COMMIT2="cc292ecda26359d5a80989bdbd1633f2f0721628"
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="c82745878da1acef2ce6bd7e17a8d59b8612d509"
SCRIPT_COMMIT="0ae7e607370cc66218ccfacf5de4db8a35424c2f"

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

SCRIPT_REPO="https://github.com/BtbN/gmplib.git"
SCRIPT_COMMIT="9977a1434134ff7706d1a110ec46b0da6cd07886"
SCRIPT_COMMIT="a37099c122488caf8c0afa48f21b38d8b98e7ffc"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/25-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="d67833a3c5db7999820a73e356327d47ec76bea9"
SCRIPT_COMMIT="b7c0f9d2dd0641822eed7a2316109aeb19bf650b"

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="211cc5f2ea5523f9dc2430de4fd8e5b423465e86"
SCRIPT_COMMIT="10414731e585b0fe0305fdc384f6a85d11f90e8e"

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="b6196986d7f17cd5d6aebec88b527726b1493a9c"
SCRIPT_COMMIT="e5139c51aaf7ea5ba2d8a54c946b084fc950498f"

ffbuild_enabled() {
return 0
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="d95b69e03d9401ad9f3532eaab14066427761c35"
SCRIPT_COMMIT="e00fc5070a5a950e963da8c9b1a68bcfa7fac387"

ffbuild_enabled() {
return 0
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="d7ea44d5f04cc476dee83ef439a847172f7a6bd1"
SCRIPT_COMMIT="af7cb6a643db810536605feab1402654a9818569"

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="0f153064bfa4bb69e86f3f2383f2f421f2360319"
SCRIPT_COMMIT="ae99ac32f61e0db92a45179579030a23fe1b5770"

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="f2ebbce6d0978d2d84f840196b03ee35a3ca1736"
SCRIPT_COMMIT="df1f1a47f90e71fbe68b1fe57bd021ac2320579b"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-x11/50-libxxf86vm.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/libxxf86vm.git"
SCRIPT_COMMIT="546c0e93adc535dfaaa66277928887c8dc1f8e13"
SCRIPT_COMMIT="1c93aceb217b6db55328506c271ccdded3a5a307"

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="3588c60e2657cc9cbcff5b5ea089b08276049e5d"
SCRIPT_COMMIT="8e271daf1d6991337a87dec9355a2f11994d7292"

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

SCRIPT_REPO="https://github.com/glennrp/libpng.git"
SCRIPT_COMMIT="d3cf9b6e22fca25273e87d0b11882a7f886c97fe"
SCRIPT_COMMIT="c1cc0f3f4c3d4abd11ca68c59446a29ff6f95003"

ffbuild_enabled() {
return 0
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="21d9f29d388c230a7fe4e964397399247162bd5e"
SCRIPT_COMMIT="ef4aff75b0b56a8e1af996458ae653c0728a1596"

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="5298859c298d3c570d8d7e3b883a0d63490659b8"
SCRIPT_COMMIT="6a759836e5e76bb7b69b0ac244eea76b0d290512"

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="5c54a6dedf6bebefa3a2dbbcf0164bb5616d4ba8"
SCRIPT_COMMIT="47a261e0b1579558184499ae5aadd0a04b1fb76f"

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="57dd9253b9bc0d1875584666b3c151636925e338"
SCRIPT_COMMIT="c6355600c5932e3a9f1b95a4cadfa9b718fbec8f"

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="ff6dea5e1a72b8a2aeb7fc3656857d86a420ab89"
SCRIPT_COMMIT="7db26934e4156597cb0586bb4d2e44dccdde1a59"

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

SCRIPT_REPO="https://github.com/ARMmbed/mbedtls.git"
SCRIPT_COMMIT="v3.6.1"
SCRIPT_COMMIT="v3.6.2"
SCRIPT_TAGFILTER="v3.*"

ffbuild_enabled() {
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://gitlab.com/libssh/libssh-mirror.git"
SCRIPT_COMMIT="48d474f78c5f68471bf412a7dbf508ef52f77664"
SCRIPT_COMMIT="7712c7d0f97241c68e520d600b5857ebfcfd7439"

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="b15d2ac26f3a67a835c5c0d8ac4f07e12902e608"
SCRIPT_COMMIT="f7ccdd15c0eaa6edb315d16f48017c6c430604dc"

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="874069042ead095f8a8d6bdd35b9b145ce80af43"
SCRIPT_COMMIT="dfdcb7f95ca280b2555020115b8f288a5a3453c2"

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

SCRIPT_REPO="https://github.com/lv2/lv2.git"
SCRIPT_COMMIT="70e5ebad012d13ff3443b0a5f7fb402ee3212fcb"
SCRIPT_COMMIT="e81bab5250071e489f2577e33fccd5f7b8077fd2"

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

SCRIPT_REPO="https://github.com/drobilla/serd.git"
SCRIPT_COMMIT="4256d4693dfbdc9b69cb010832a0d8a463d590b4"
SCRIPT_COMMIT="a61ef8637ce45958e1f735cdfd6199d0eed3a84f"

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

SCRIPT_REPO="https://github.com/drobilla/zix.git"
SCRIPT_COMMIT="50c73ad346fb63eb6d057dcc7d1351c95e12e83d"
SCRIPT_COMMIT="336aad280221ce643255032e948acccc27e7204f"

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

SCRIPT_REPO="https://github.com/drobilla/sord.git"
SCRIPT_COMMIT="7d98c65702a2f835acb7e4387b08cfdaa6ed0b8a"
SCRIPT_COMMIT="e71b831791c2a8820fe0580adfc555d5dc4b3a1a"

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

SCRIPT_REPO="https://github.com/lv2/sratom.git"
SCRIPT_COMMIT="834ba6b9f7843cf29db69d9cbe567982e9a6e357"
SCRIPT_COMMIT="ce5688253e1ef06cd9551f563f70aab2cd487197"

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

SCRIPT_REPO="https://github.com/lv2/lilv.git"
SCRIPT_COMMIT="da373a717d026dddec8a14f19ffd5cf3f318cdc8"
SCRIPT_COMMIT="0a2de34d4fdcedf87e101a309aaa180fcdf18fcc"

ffbuild_enabled() {
return 0
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="7898f70b441ff7d4ac78f3bdeb46992dfbea298f"
SCRIPT_COMMIT="c2a15a0c7c5ec8dc774b110de1cbe54b26fe0c3f"

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="3668daf135dea7d18737b01ce32774a7a2ffba32"
SCRIPT_COMMIT="f70c905b824207da9c5b01902cec429335d05674"

ffbuild_enabled() {
return 0
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="09a4111ff5e4fd803927ba47ad2c96551d4fd2f3"
SCRIPT_COMMIT="0b743163beb4a981fc8855f6e44ef0662025bd4e"

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="48e08a5113ced935451833e554d39f8fca31276f"
SCRIPT_COMMIT="ce06adba878d25b52115a71f13182f3be96a979c"

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="e4126d8d6f24804fddc5dbb9821f1866b97d66b0"
SCRIPT_COMMIT="52714d506324ac0d745d23155f1c6c860cc492a4"
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="a7b3711a8a862e697f641b296743cc7c921f5fba"
SCRIPT_COMMIT="c1803bba86c4af288931aa35b2a6233ac5eab657"

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

SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
SCRIPT_COMMIT="c0a08f06aec84c3be102e57a56e01d639be253bb"
SCRIPT_COMMIT="e68e9b8013f0cb5630afd156d330dc9665d9d98f"

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

SCRIPT_REPO="https://github.com/intel/libva.git"
SCRIPT_COMMIT="01153523f25ac703e7ce2afc0023788a90f6c1bb"
SCRIPT_COMMIT="25381db75af9ff7bb15eb08b4bda95d09cf669b0"

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

SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
SCRIPT_COMMIT="v1.3.297"
SCRIPT_COMMIT="v1.3.299"
SCRIPT_TAGFILTER="v?.*.*"

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

SCRIPT_REPO="https://github.com/google/shaderc.git"
SCRIPT_COMMIT="d2564ba5989c9de1a76714b3e59ec60595e9be50"
SCRIPT_COMMIT="740fd36a94f18358fae387588b405ae27058627a"

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

SCRIPT_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git"
SCRIPT_COMMIT="b28b3559d3882f918825cd90342dcfa955770bad"
SCRIPT_COMMIT="e670b39cfced2f7258c73dc7cd708c6c639beaf0"

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

SCRIPT_REPO="https://code.videolan.org/videolan/libplacebo.git"
SCRIPT_COMMIT="756220c3ee760eb62c0b89172e80f713f89fe571"
SCRIPT_COMMIT="118d8106640796d3f2ceb55f8634a32a58a47aa2"

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

SCRIPT_REPO="https://github.com/fraunhoferhhi/vvenc.git"
SCRIPT_COMMIT="0e7d4d34b00eedfccc79a3014f9701ae3599dcc0"
SCRIPT_COMMIT="3f2dcf49193ac804634ae95adfa6f17236329b86"

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

SCRIPT_REPO="https://code.videolan.org/videolan/x264.git"
SCRIPT_COMMIT="c24e06c2e184345ceb33eb20a15d1024d9fd3497"
SCRIPT_COMMIT="80c1c47cb221aa2d94a204a3e4cdd35aa335790e"

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

SCRIPT_REPO="https://bitbucket.org/multicoreware/x265_git.git"
SCRIPT_COMMIT="26d2bab0063cee453b7d8012e76539a7786c032f"
SCRIPT_COMMIT="487105dcd21d0f36a7a9e0ec50de85577b9bed04"

ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
Expand Down
Loading

0 comments on commit 8fb07bb

Please sign in to comment.