Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BtbN/FFmpeg-Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Nov 5, 2024
2 parents 3f6bfe7 + 3ca3ec4 commit 7230e6e
Show file tree
Hide file tree
Showing 52 changed files with 51 additions and 49 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="e3a3dc588a6358bda826934d3adfeaa316792534"

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="91ece2a5f6408d34074522c8588ef1c53478daa0"
SCRIPT_COMMIT="b9f5184ed2e9c019d867ced99020e22abb7c2e53"

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
4 changes: 2 additions & 2 deletions scripts.d/20-libiconv.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/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"
SCRIPT_COMMIT2="108fd1f92a42c424685f3cb7937bb323b9795263"

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="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="869e3fd421835e4350e920834b8b0a556e06245e"

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="e6eb25e5be9929e446bd61ba9aa572677eb26f41"

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="5e32b5ca8fe430132b87c0eee6a1c056d37c35eb"

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

SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
SCRIPT_COMMIT="862f06c64c222b683f22a872120fc066040dd2c8"
SCRIPT_COMMIT="4ea6df132107e3b4b9407f903204b5522fdffcd6"

SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
SCRIPT_COMMIT2="804b6f040503c47148bee535230070da6b857ae4"
SCRIPT_COMMIT2="92280246c8e30795f08362425510d6acfc5c3f0d"

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="d312424a6f2d5bff18f150dfecfc632b334fb878"

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="41bc1a9dbe5b634489539f7779078d4a3b35df5e"

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
Empty file modified scripts.d/50-aom.sh
100755 → 100644
Empty file.
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-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="b2225100a27da3e110b546700394342bd2001ec5"
SCRIPT_COMMIT="b7dbabd0c6bd2069e2bb2d31c127622a8b919d06"

ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
Expand Down
Empty file modified scripts.d/50-dav1d.sh
100755 → 100644
Empty file.
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="4df64d060a8a89b2cd54678190426079bb9d49a6"

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="350100a5bb9d9671aca85213b2ec7a70a361b0cd"
SCRIPT_COMMIT="664952333f675eb189b9d8dfefb1d33538cc41f6"

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="c75a82336eeaa19c2632193c63d52c9435542182"

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="adeeccc415f7c18e6a1732d4c9d6d905ed8e2f9b"

ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
Expand Down
Empty file modified scripts.d/50-libopus.sh
100755 → 100644
Empty file.
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-librist/50-librist.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://code.videolan.org/rist/librist.git"
SCRIPT_COMMIT="1e805500dc14a507598cebdd49557c32e514899f"
SCRIPT_COMMIT="209dcef550fb8d1bf0117583f274e1d2241db7e8"

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://gitlab.com/libssh/libssh-mirror.git"
SCRIPT_COMMIT="48d474f78c5f68471bf412a7dbf508ef52f77664"
SCRIPT_COMMIT="861590192fed3627e80605be080f79aa2678a005"

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="50020b39ab0f45f7a7330c8603be34733823a178"

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="caf4cdcd8e7d2254b91e7022225552a89ccc9ea9"

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="e60d8f6cf42bab9cdadf126b134e67df17eab416"

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="492dab4a42083ad849ca9f3db745be68d151d4ac"

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="a19a891b3619ecea00f5c402006fe95b9c4d8a7f"

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="67b537cef43a804cdad2f0d917e58b0e3fc81fe0"
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="7df2805a5d993395a4d92d56a4bf1a79711aea1b"

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="13a54d08f161bd1ff21a6259b8ed54b279691d6e"
SCRIPT_COMMIT="6e69def4ec283fe0b71195671245c3b768bebdef"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
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="f314a43f146d2cc4a86329cf6797178aa6ae5cc4"

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.300"
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="ddac450a36a3be28a2c2173f26703249dd83cfdf"

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

0 comments on commit 7230e6e

Please sign in to comment.