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 25, 2024
2 parents e75d110 + 093f5e8 commit 200cc4d
Show file tree
Hide file tree
Showing 46 changed files with 42 additions and 42 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="e3a3dc588a6358bda826934d3adfeaa316792534"
SCRIPT_COMMIT="c0313ec3381521db6c5e3aca746ff1e3e29208d7"

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

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="f017cafc5e65de591d76c9cbd4e2298c42b042a3"
SCRIPT_COMMIT="ef22b8c17144737d4c082363bd59cc0e551e77fd"

SCRIPT_REPO2="https://git.savannah.gnu.org/git/gnulib.git"
SCRIPT_COMMIT2="108fd1f92a42c424685f3cb7937bb323b9795263"
SCRIPT_COMMIT2="2f2a5bb27baa5623f3229a6215c4b96a573fb9ed"

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="d476828316d05d54c6fd6a068b121b30c147b5cd"
SCRIPT_COMMIT="ef24c4c7502169f016dcd2a26923dbaf3216748c"

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="0ae7e607370cc66218ccfacf5de4db8a35424c2f"
SCRIPT_COMMIT="3f3e3de34ee3613d621b643c58a40b93148e0932"

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

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="e6eb25e5be9929e446bd61ba9aa572677eb26f41"
SCRIPT_COMMIT="3bb79f0a4ac7977942d75a16a9e7ac9cb353509d"

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

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="e00fc5070a5a950e963da8c9b1a68bcfa7fac387"
SCRIPT_COMMIT="8cde19dcb0f96e11a3cfb17809f10ae23623bca7"

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

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

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

ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/45-x11/60-libxcursor.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/libxcursor.git"
SCRIPT_COMMIT="833735e3232e28153411b3703dfe51883edf47ea"
SCRIPT_COMMIT="8ae6cf61b18ecddf26f72a07bbfbd1ea9f022c36"

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

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-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="b7dbabd0c6bd2069e2bb2d31c127622a8b919d06"
SCRIPT_COMMIT="452cea0511397719e9d1861dc8cb47a73a591623"

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-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="b528b26fd4ccffaa6692890ea174b26dd321e278"
SCRIPT_COMMIT="9178c72e59112c40b6b45a54c03e47c245b80cdd"

ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
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="4df64d060a8a89b2cd54678190426079bb9d49a6"
SCRIPT_COMMIT="159cefc9074a9b816d62c6b4251521ab515ecaca"

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="664952333f675eb189b9d8dfefb1d33538cc41f6"
SCRIPT_COMMIT="841f672884d2d67aae9dcf4725860aafadc5da2b"

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="c75a82336eeaa19c2632193c63d52c9435542182"
SCRIPT_COMMIT="91abcceaffb0d0921f208381ab2b60fee59de79c"

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="adeeccc415f7c18e6a1732d4c9d6d905ed8e2f9b"
SCRIPT_COMMIT="8a39b30133c880c873ca7e2bd0911f5c8dcda49f"

ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
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="209dcef550fb8d1bf0117583f274e1d2241db7e8"
SCRIPT_COMMIT="c526858020ce14c1ef156c0c68a655ba8dfe8b00"

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="861590192fed3627e80605be080f79aa2678a005"
SCRIPT_COMMIT="d2e5b69b025fce75fb67a0135c4febd9711834e0"

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

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="dfdcb7f95ca280b2555020115b8f288a5a3453c2"
SCRIPT_COMMIT="4c85d860ea4ebddd47e4718880036268a80c1492"

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

SCRIPT_REPO="https://github.com/zeromq/libzmq.git"
SCRIPT_COMMIT="0ed7a08cd946e0832ac4655b7a76c09ac221f63b"
SCRIPT_COMMIT="1f7580ab7d5c2508de30ba8dcbbf2fd103daab5c"

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

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="e60d8f6cf42bab9cdadf126b134e67df17eab416"
SCRIPT_COMMIT="0534897c68317cfc12cde0ae3af6683350fd08b0"

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="336aad280221ce643255032e948acccc27e7204f"
SCRIPT_COMMIT="39e30fdc4016337c5e41413600e337879949fac5"

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="e71b831791c2a8820fe0580adfc555d5dc4b3a1a"
SCRIPT_COMMIT="af0663da39d5526b081ab6a6c791240958c7032d"

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="ce5688253e1ef06cd9551f563f70aab2cd487197"
SCRIPT_COMMIT="18c968e208a38320cb22acd88df2b9093e1590d5"

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="0a2de34d4fdcedf87e101a309aaa180fcdf18fcc"
SCRIPT_COMMIT="a6bb43656b4a891c93a70772f00774579885286c"

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

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="f70c905b824207da9c5b01902cec429335d05674"
SCRIPT_COMMIT="6746bc48f1ee9b3165200a8fad329acfdf01621b"

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="362ec6c92dbc0f563810fafe552e4fa0d9fde024"
SCRIPT_COMMIT="05de3bfdfed79f4e56d041bb970c5ec4f4c84716"

ffbuild_enabled() {
return 0
Expand Down
Empty file modified scripts.d/50-openmpt.sh
100755 → 100644
Empty file.
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="67b537cef43a804cdad2f0d917e58b0e3fc81fe0"
SCRIPT_COMMIT="ba433e4a5d9857ff56233d20c688962c23140ef0"
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="7df2805a5d993395a4d92d56a4bf1a79711aea1b"
SCRIPT_COMMIT="5f16494f584e52b08a5dcdc55fe891d01d02f3a4"

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

ffbuild_enabled() {
[[ $TARGET == win32 ]] && 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.300"
SCRIPT_COMMIT="v1.3.302"
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="ddac450a36a3be28a2c2173f26703249dd83cfdf"
SCRIPT_COMMIT="9634bcd356c257e72a06bc995e1d40964d6a8375"

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="d1d4adbefd411fc4721a2fece15a7f4aaa3dcdfa"
SCRIPT_COMMIT="9040e0d25dc545a6d725276bdbd0362791c81f14"

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="118d8106640796d3f2ceb55f8634a32a58a47aa2"
SCRIPT_COMMIT="5788a82f459f617a999c4d56278d54d0edfc7b81"

ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
Expand Down
Empty file modified scripts.d/50-vvenc.sh
100755 → 100644
Empty file.
Empty file modified scripts.d/50-x265.sh
100755 → 100644
Empty file.

0 comments on commit 200cc4d

Please sign in to comment.