mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 14:44:41 +02:00
Update scripts
This commit is contained in:
parent
6080cbc496
commit
e59c467a5c
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
|
||||
SCRIPT_COMMIT="7ea930ba381ace6f19f7cfa59596f6fe49949aa6"
|
||||
SCRIPT_COMMIT="f2653dd9150006ded8026631bb7b85695edf6127"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win* ]] || return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/GNOME/libxml2.git"
|
||||
SCRIPT_COMMIT="e2ce828c9bb52b2fe8573d90545a490b737f4176"
|
||||
SCRIPT_COMMIT="355fbe3ab7277cd5f21a41fcb81be69ad438c5eb"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/FFTW/fftw3.git"
|
||||
SCRIPT_COMMIT="38ea230e25e69e7a3f35b957b815bac4f9aa22b0"
|
||||
SCRIPT_COMMIT="d0ce926f1523d95daed48cd7c69572e068dbbfb3"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
|
||||
SCRIPT_COMMIT="8f255c89e14219ca2489043f699797ee106ec6e9"
|
||||
SCRIPT_COMMIT="ca76683b781db5d06ef1a0e2cb62a767e7dbe626"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/fribidi/fribidi.git"
|
||||
SCRIPT_COMMIT="b54871c339dabb7434718da3fed2fa63320997e5"
|
||||
SCRIPT_COMMIT="5b9a242cbbb0cf27d20da9941667abfc63808c19"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
|
||||
SCRIPT_COMMIT="c53079fcc122de67a17e7056d03186039e2d4242"
|
||||
SCRIPT_COMMIT="91a57074652872353ded6aa74fe54213056daf40"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git"
|
||||
SCRIPT_COMMIT="d7c4fdfaa2ed5e44dc5c01cd30c0ddc19ff78fdf"
|
||||
SCRIPT_COMMIT="f3efa6f6e54740214739ba8b00e777111e781882"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
|
||||
SCRIPT_COMMIT="8de09e8f07e3272da06e62358a8116c27d235036"
|
||||
SCRIPT_COMMIT="2368105c0531069fe927989505de7d125ec58c55"
|
||||
|
||||
SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
|
||||
SCRIPT_COMMIT2="229410f86a8c8c9e0f86f195409e5481a2bae067"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/Netflix/vmaf.git"
|
||||
SCRIPT_COMMIT="97e50eae7e07cfce56b4510fb1e50d4289f5340a"
|
||||
SCRIPT_COMMIT="cf67786bd63070bd06e76cc73caa4baca128ce1f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git"
|
||||
SCRIPT_COMMIT="2f326350e849894a929296854f5290e66197c97c"
|
||||
SCRIPT_COMMIT="c48e50ad6c8723c006b2c145d8fa49ecc0651022"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://aomedia.googlesource.com/aom"
|
||||
SCRIPT_COMMIT="fbed8eca54b0e56529391ede26a13a921c3a1fb9"
|
||||
SCRIPT_COMMIT="7a2afe7f16eef73d1d79954c2704c8d7ab4772b9"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/glennrp/libpng.git"
|
||||
SCRIPT_COMMIT="e755fb79ba945fea8a318dc343e73d22a39e2f4e"
|
||||
SCRIPT_COMMIT="2fff013a6935967960a5ae626fc21432807933dd"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/AviSynth/AviSynthPlus.git"
|
||||
SCRIPT_COMMIT="d2b7c666ac7bcffe4845af91e3120ae95cc0ee77"
|
||||
SCRIPT_COMMIT="eb3c433031b180e97632ff32c199ccf980416bfc"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git"
|
||||
SCRIPT_COMMIT="3c41fa88ce0fee1fcd1cdfdf53ad8db9bcf3ad29"
|
||||
SCRIPT_COMMIT="746ab8b4f3021d7263c64d6b5d6f1e2c281c7acc"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/mstorsjo/fdk-aac.git"
|
||||
SCRIPT_COMMIT="8264e376ea6f2fdaa3813ff1a8463e368d95083c"
|
||||
SCRIPT_COMMIT="c16d5d72c99a77c8bcb788a922323b0b59035803"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == nonfree* ]] || return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/dyne/frei0r.git"
|
||||
SCRIPT_COMMIT="49f759d9e153a4e2850127e368f7aa6f40d59aaf"
|
||||
SCRIPT_COMMIT="a303b82f34feb39aa400bd1b67fd8158a179368e"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/ultravideo/kvazaar.git"
|
||||
SCRIPT_COMMIT="91f04b4be607bb3b55c087f37b83b834de4ae359"
|
||||
SCRIPT_COMMIT="f4294e000b72f483b32ab5cd4a4f5d5541466811"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/brotli.git"
|
||||
SCRIPT_COMMIT="0dff3e5b0d7f333b71bb4beac477ddb28360c7a5"
|
||||
SCRIPT_COMMIT="fef82ea10435abb1500b615b1b2c6175d429ec6c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libjxl/libjxl.git"
|
||||
SCRIPT_COMMIT="2c61440567a76497fd22a1760389b1c575ce6a84"
|
||||
SCRIPT_COMMIT="dff3f4609559512b9c1caa8c4036267ac9e0078d"
|
||||
|
||||
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="6525"
|
||||
SCRIPT_REV="6531"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://git.libssh.org/projects/libssh.git"
|
||||
SCRIPT_COMMIT="a8fe05cc4015bb0e0e6697bf9a1f7544939c27ef"
|
||||
SCRIPT_COMMIT="b3de3a33352a78214a534005e3e4f0576dcc9e17"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://chromium.googlesource.com/webm/libvpx"
|
||||
SCRIPT_COMMIT="2faf9c3e0e8c4ae9b723d3f9c8a95916d6fe8f79"
|
||||
SCRIPT_COMMIT="41ced868a69625372c95ff0b2bd5f90987516c3b"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://chromium.googlesource.com/webm/libwebp"
|
||||
SCRIPT_COMMIT="89c5b917463c07bfb5b6390b81d258c49d5fe8c6"
|
||||
SCRIPT_COMMIT="d7a0506dcc9b7cf75742e16fd2707835d7ce003d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/drobilla/serd.git"
|
||||
SCRIPT_COMMIT="abfdac2085cba93bae76d3352f2ff7e40fdf1612"
|
||||
SCRIPT_COMMIT="14196632191339b69d9db3a242a1b8be3f960669"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/drobilla/zix.git"
|
||||
SCRIPT_COMMIT="e90109eac8151498fa3b4650abc8f74a8a453c8d"
|
||||
SCRIPT_COMMIT="08954c900820320064d2e33445858e1ef5024a0b"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/oneapi-src/oneVPL.git"
|
||||
SCRIPT_COMMIT="ca5bbbb057a6e84b103aca807612afb693ad046c"
|
||||
SCRIPT_COMMIT="2274efcd3672b43297ef774f332e1fed6781381c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == *arm64 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/kcat/openal-soft.git"
|
||||
SCRIPT_COMMIT="571b546f35eead77ce109f8d4dd6c3de3199d573"
|
||||
SCRIPT_COMMIT="59c466077fd6f16af64afcc6260bb61aa4e632dc"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/cisco/openh264.git"
|
||||
SCRIPT_COMMIT="34a0d2d3e233e1764cc243c7c68ca46bb2479972"
|
||||
SCRIPT_COMMIT="cfbd5896606b91638c8871ee91776dee31625bd5"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/uclouvain/openjpeg.git"
|
||||
SCRIPT_COMMIT="6af39314bdb43cb9c7adcdbc7aa9381af42b52ba"
|
||||
SCRIPT_COMMIT="41c25e3827c68a39b9e20c1625a0b96e49955445"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
|
||||
SCRIPT_REV="19932"
|
||||
SCRIPT_REV="19989"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/xiph/rav1e.git"
|
||||
SCRIPT_COMMIT="a8ad43f1a623801e3943036607dc212ce0ba34ce"
|
||||
SCRIPT_COMMIT="b9f4275e0da18fe81c314831bfcb39867b47df14"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/breakfastquay/rubberband.git"
|
||||
SCRIPT_COMMIT="6cd48ab2c711eb32da25fd1953d6f7f1d5e2cba3"
|
||||
SCRIPT_COMMIT="9ea386261b502d321bb4ded22b27ece4e5d37c68"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/libsdl-org/SDL.git"
|
||||
SCRIPT_COMMIT="01346723455a37c1cd14bba28ebeffe268002bcd"
|
||||
SCRIPT_COMMIT="5773c347d58d07a45b33ac4ecc93fd3e6a86d483"
|
||||
SCRIPT_BRANCH="SDL2"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/Haivision/srt.git"
|
||||
SCRIPT_COMMIT="4a8067cf38656926494ae6b150cf7d148213c024"
|
||||
SCRIPT_COMMIT="5f57dde37fcaaa79f972162ccc4bba79e6b95996"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
|
||||
SCRIPT_COMMIT="a49c786a81383d2dee7c8cdc8b5d46e5df3a7845"
|
||||
SCRIPT_COMMIT="59645eea34e2815b627b8293aa3af254eddd0d69"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win32 ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/intel/libva.git"
|
||||
SCRIPT_COMMIT="63d2b2232148a493d6a5b385a1ebbbd3fa37ece3"
|
||||
SCRIPT_COMMIT="181964965d0ab11d5fd680b722d4845fbc89f5a5"
|
||||
|
||||
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.271"
|
||||
SCRIPT_COMMIT="v1.3.274"
|
||||
SCRIPT_TAGFILTER="v?.*.*"
|
||||
|
||||
ffbuild_enabled() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/google/shaderc.git"
|
||||
SCRIPT_COMMIT="37e25539ce199ecaf19fb7f7d27818716d36686d"
|
||||
SCRIPT_COMMIT="aaa44b544909600381e1a180074ed7f544e48410"
|
||||
|
||||
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="a3da0e87fa1a6aacdf32c5e729a653b60afe82af"
|
||||
SCRIPT_COMMIT="f349c91274b91c1a7c173f2df70ec53080076191"
|
||||
|
||||
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="795600a44b03fcd52c055981a403ad60ee5d027a"
|
||||
SCRIPT_COMMIT="52314e0e435fbcb731e326815d4091ed0ba27475"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://bitbucket.org/multicoreware/x265_git.git"
|
||||
SCRIPT_COMMIT="8ee01d45b05cdbc9da89b884815257807a514bc8"
|
||||
SCRIPT_COMMIT="ce8642f22123f0b8cf105c88fc1e8af9888bd345"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user