mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Update dependencies
This commit is contained in:
parent
e714d9c1e2
commit
e86d3b06a8
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
|
||||
SCRIPT_COMMIT="cb7f42e05b94cbb1d94edcebdbfb47b652a45484"
|
||||
SCRIPT_COMMIT="7ea930ba381ace6f19f7cfa59596f6fe49949aa6"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win* ]] || return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/GNOME/libxml2.git"
|
||||
SCRIPT_COMMIT="6f78efb0fa9c332b9532d4b4e207629309608c17"
|
||||
SCRIPT_COMMIT="e2ce828c9bb52b2fe8573d90545a490b737f4176"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/madler/zlib.git"
|
||||
SCRIPT_COMMIT="ac8f12c97d1afd9bafa9c710f827d40a407d3266"
|
||||
SCRIPT_COMMIT="643e17b7498d12ab8d15565662880579692f769d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
|
||||
SCRIPT_COMMIT="a0e10a87f5d4f5e2cb9774f3f20ef3c8bd6b81b3"
|
||||
SCRIPT_COMMIT="8f255c89e14219ca2489043f699797ee106ec6e9"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/BtbN/gmplib.git"
|
||||
SCRIPT_COMMIT="4d1134815388572ac20d0f85471a6542db2e86ab"
|
||||
SCRIPT_COMMIT="9dff3be5f5bd1f417a81a482bb59f4b25c33cc8a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/openssl/openssl.git"
|
||||
SCRIPT_COMMIT="openssl-3.0.11"
|
||||
SCRIPT_COMMIT="openssl-3.0.12"
|
||||
SCRIPT_TAGFILTER="openssl-3.0.*"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
|
||||
SCRIPT_COMMIT="a264a2c0ca0be120c0fd2325f0d67ca4d5e81bd0"
|
||||
SCRIPT_COMMIT="c53079fcc122de67a17e7056d03186039e2d4242"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git"
|
||||
SCRIPT_COMMIT="156de3c048237c5953d96ed5e7bdb53261456692"
|
||||
SCRIPT_COMMIT="d7c4fdfaa2ed5e44dc5c01cd30c0ddc19ff78fdf"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libsndfile/libsamplerate.git"
|
||||
SCRIPT_COMMIT="22bd06eb114850ebe31981eb794d150a95439fef"
|
||||
SCRIPT_COMMIT="20819b6d31907b402d33c30e4a0295ce439c06e6"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
|
||||
SCRIPT_COMMIT="9ce9a722ba06ea87487cd08bd2001276e2aef8cd"
|
||||
SCRIPT_COMMIT="8de09e8f07e3272da06e62358a8116c27d235036"
|
||||
|
||||
SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
|
||||
SCRIPT_COMMIT2="229410f86a8c8c9e0f86f195409e5481a2bae067"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git"
|
||||
SCRIPT_COMMIT="13ef02da1bc55b8a36ff35ca5f9d15cf7495932a"
|
||||
SCRIPT_COMMIT="81a6cc4967d1f19cef800932b10ade7f896ee2ea"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == linux* ]] || return 1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/Netflix/vmaf.git"
|
||||
SCRIPT_COMMIT="af31e4cd8059dbd9b8a51c5752096c2585be7792"
|
||||
SCRIPT_COMMIT="97e50eae7e07cfce56b4510fb1e50d4289f5340a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcb.git"
|
||||
SCRIPT_COMMIT="02a7bbed391859c79864b9aacf040d84f103d38a"
|
||||
SCRIPT_COMMIT="3c946010c8521497b0fba2c8bc9bde184622345a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxext.git"
|
||||
SCRIPT_COMMIT="e8db0fc7c047ccdd6c11381681b184bbe9ea8270"
|
||||
SCRIPT_COMMIT="6cb21433d745abea3a161a6fc8e141f7e08b2c27"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
|
||||
SCRIPT_COMMIT="62176c235ceca2c20f30777f5bc4195bd70391c4"
|
||||
SCRIPT_COMMIT="908086d22dc307d17d0eb35c522c35fd190718cc"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://aomedia.googlesource.com/aom"
|
||||
SCRIPT_COMMIT="dcde09ef547cdd8f4c5cf3190daaa45a191ef3b4"
|
||||
SCRIPT_COMMIT="fbed8eca54b0e56529391ede26a13a921c3a1fb9"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/AviSynth/AviSynthPlus.git"
|
||||
SCRIPT_COMMIT="eba18dca254bbc250a5da8ba517ea3f19a8a3767"
|
||||
SCRIPT_COMMIT="d2b7c666ac7bcffe4845af91e3120ae95cc0ee77"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git"
|
||||
SCRIPT_COMMIT="fd4ecc2fd870fa267e1995600dddf212c6e49300"
|
||||
SCRIPT_COMMIT="3c41fa88ce0fee1fcd1cdfdf53ad8db9bcf3ad29"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/mstorsjo/fdk-aac.git"
|
||||
SCRIPT_COMMIT="4de681c193d45b14f87efc30e3e3f02d389387b5"
|
||||
SCRIPT_COMMIT="8264e376ea6f2fdaa3813ff1a8463e368d95083c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == nonfree* ]] || return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libgme/game-music-emu.git"
|
||||
SCRIPT_COMMIT="d597f00256a861f478ec88efa77dd8ab7f783345"
|
||||
SCRIPT_COMMIT="6880d46552919f95604c87e5df14c13216927418"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/xqq/libaribcaption.git"
|
||||
SCRIPT_COMMIT="0a3a209d3f0b3650b92941248b9701bf69584a1f"
|
||||
SCRIPT_COMMIT="41a014d245adf66f425a8317a031477dd1f80c67"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libass/libass.git"
|
||||
SCRIPT_COMMIT="e64390522d9501a2c7e6a51c31a5b2a1f3a35cd1"
|
||||
SCRIPT_COMMIT="c047dd2ea16f73abb4f448e6db3637158c1226d0"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/brotli.git"
|
||||
SCRIPT_COMMIT="53947c15f57774f34f31c0dc485e5a7f5fd9794c"
|
||||
SCRIPT_COMMIT="0dff3e5b0d7f333b71bb4beac477ddb28360c7a5"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libjxl/libjxl.git"
|
||||
SCRIPT_COMMIT="d3a69dbeef78f036969a2500f949f931df857e17"
|
||||
SCRIPT_COMMIT="2c61440567a76497fd22a1760389b1c575ce6a84"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://svn.code.sf.net/p/lame/svn/trunk/lame"
|
||||
SCRIPT_REV="6507"
|
||||
SCRIPT_REV="6525"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/xiph/opus.git"
|
||||
SCRIPT_COMMIT="101a71e03bbf860aaafb7090a0e440675cb27660"
|
||||
SCRIPT_COMMIT="c85499757c148fede8604cffa12454206b6138ba"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/ARMmbed/mbedtls.git"
|
||||
SCRIPT_COMMIT="v3.5.0"
|
||||
SCRIPT_COMMIT="v3.5.1"
|
||||
SCRIPT_TAGFILTER="v3.*"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://code.videolan.org/rist/librist.git"
|
||||
SCRIPT_COMMIT="8fc343a3bc12a3f631d7f38c817604328b7ec7e1"
|
||||
SCRIPT_COMMIT="1e805500dc14a507598cebdd49557c32e514899f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.libssh.org/projects/libssh.git"
|
||||
SCRIPT_COMMIT="66144f6f60074772c096889498e972a5d5eeb85d"
|
||||
SCRIPT_COMMIT="a8fe05cc4015bb0e0e6697bf9a1f7544939c27ef"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://chromium.googlesource.com/webm/libvpx"
|
||||
SCRIPT_COMMIT="974c14578ca3a2ee411ef1dbf0e55ca2c33da036"
|
||||
SCRIPT_COMMIT="2faf9c3e0e8c4ae9b723d3f9c8a95916d6fe8f79"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://chromium.googlesource.com/webm/libwebp"
|
||||
SCRIPT_COMMIT="deadc339d59dfe64a00b51decce2f6d9337ddeec"
|
||||
SCRIPT_COMMIT="89c5b917463c07bfb5b6390b81d258c49d5fe8c6"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/drobilla/zix.git"
|
||||
SCRIPT_COMMIT="b6243fb916e645d403d5efd0a189ebff5a8250c8"
|
||||
SCRIPT_COMMIT="e90109eac8151498fa3b4650abc8f74a8a453c8d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/kcat/openal-soft.git"
|
||||
SCRIPT_COMMIT="09b0d6091d9ef125fa7aac7514018f54793430b3"
|
||||
SCRIPT_COMMIT="571b546f35eead77ce109f8d4dd6c3de3199d573"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/cisco/openh264.git"
|
||||
SCRIPT_COMMIT="15d02fc4dd89bde3fd50d0986c3c2e79ea2f3fac"
|
||||
SCRIPT_COMMIT="34a0d2d3e233e1764cc243c7c68ca46bb2479972"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
|
||||
SCRIPT_REV="19867"
|
||||
SCRIPT_REV="19932"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/xiph/rav1e.git"
|
||||
SCRIPT_COMMIT="7f01f3c606df5be1c6ea52a653f085fccbd64b4d"
|
||||
SCRIPT_COMMIT="a8ad43f1a623801e3943036607dc212ce0ba34ce"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libsdl-org/SDL.git"
|
||||
SCRIPT_COMMIT="d47c286b12eccee479ba57c8897092c6277ef962"
|
||||
SCRIPT_COMMIT="01346723455a37c1cd14bba28ebeffe268002bcd"
|
||||
SCRIPT_BRANCH="SDL2"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/Haivision/srt.git"
|
||||
SCRIPT_COMMIT="8d8825fc4c9e727d6cc453f9a7d4358e7ad061ea"
|
||||
SCRIPT_COMMIT="4a8067cf38656926494ae6b150cf7d148213c024"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
|
||||
SCRIPT_COMMIT="a6f0981c2b82aea05205b96bfebb1e6cd53790de"
|
||||
SCRIPT_COMMIT="a49c786a81383d2dee7c8cdc8b5d46e5df3a7845"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git"
|
||||
SCRIPT_COMMIT="6cd5a4afbb70868c7746de8d50dea59e02e9acf2"
|
||||
SCRIPT_COMMIT="c74d0a4b630f115e797cbb159ac13e0dc78f31f5"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
|
||||
SCRIPT_COMMIT="5254fd1146b95a86fef1bb8e950d0146d829f3c4"
|
||||
SCRIPT_COMMIT="02a41cf302a69f0cd94aae96ec01d98b9398076e"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/intel/libva.git"
|
||||
SCRIPT_COMMIT="45afd79ae4b887ad06cfca7316ada5c2688513f9"
|
||||
SCRIPT_COMMIT="63d2b2232148a493d6a5b385a1ebbbd3fa37ece3"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* && $TARGET == win* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
|
||||
SCRIPT_COMMIT="v1.3.269"
|
||||
SCRIPT_COMMIT="v1.3.271"
|
||||
SCRIPT_TAGFILTER="v?.*.*"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/shaderc.git"
|
||||
SCRIPT_COMMIT="0d6f72f3ec57fe68377363d9e810385e6b6e37e1"
|
||||
SCRIPT_COMMIT="37e25539ce199ecaf19fb7f7d27818716d36686d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git"
|
||||
SCRIPT_COMMIT="637cff3d05892801daa43c93907e17151c7dfd31"
|
||||
SCRIPT_COMMIT="a3da0e87fa1a6aacdf32c5e729a653b60afe82af"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://code.videolan.org/videolan/libplacebo.git"
|
||||
SCRIPT_COMMIT="a59333c614c6c9e971abfdeec50bee5355882456"
|
||||
SCRIPT_COMMIT="795600a44b03fcd52c055981a403ad60ee5d027a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user