Update dependencies
This commit is contained in:
		
							parent
							
								
									48f83820fb
								
							
						
					
					
						commit
						42174778e7
					
				
					 49 changed files with 50 additions and 50 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MINGW_REPO="https://github.com/mirror/mingw-w64.git"
 | 
					MINGW_REPO="https://github.com/mirror/mingw-w64.git"
 | 
				
			||||||
MINGW_COMMIT="f6b0870e4de11fd04155511606bb6e6564d38c71"
 | 
					MINGW_COMMIT="826706cbf2b01e799f495bf57d5e681da74dad37"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET == win* ]] || return -1
 | 
					    [[ $TARGET == win* ]] || return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# https://ftp.gnu.org/gnu/libiconv/
 | 
					# https://ftp.gnu.org/gnu/libiconv/
 | 
				
			||||||
ICONV_SRC="https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz"
 | 
					ICONV_SRC="https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBXML2_REPO="https://gitlab.gnome.org/GNOME/libxml2.git"
 | 
					LIBXML2_REPO="https://gitlab.gnome.org/GNOME/libxml2.git"
 | 
				
			||||||
LIBXML2_COMMIT="145170125af959c814d33899bebb57f2da2f541b"
 | 
					LIBXML2_COMMIT="a6df42e649acacb55be832222d1f3f50c66720ff"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# https://sourceforge.net/projects/freetype/files/freetype2/
 | 
					# https://sourceforge.net/projects/freetype/files/freetype2/
 | 
				
			||||||
FREETYPE_SRC="https://sourceforge.net/projects/freetype/files/freetype2/2.12.0/freetype-2.12.0.tar.xz/download"
 | 
					FREETYPE_SRC="https://sourceforge.net/projects/freetype/files/freetype2/2.12.1/freetype-2.12.1.tar.xz/download"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HARFBUZZ_REPO="https://github.com/harfbuzz/harfbuzz.git"
 | 
					HARFBUZZ_REPO="https://github.com/harfbuzz/harfbuzz.git"
 | 
				
			||||||
HARFBUZZ_COMMIT="6695bf056065f2e2e56c0e00b9740e6685a8af28"
 | 
					HARFBUZZ_COMMIT="17c80035adc61c52a9e9600664496e3e4b837e37"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBSR_REPO="https://github.com/libsndfile/libsamplerate.git"
 | 
					LIBSR_REPO="https://github.com/libsndfile/libsamplerate.git"
 | 
				
			||||||
LIBSR_COMMIT="4909e679b3e268a1403608cbd860f3895549b0d5"
 | 
					LIBSR_COMMIT="9cccc50b0e850cb1d5fed6c36e9a3b6f07a13711"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    # Dependency of GPL-Only librubberband
 | 
					    # Dependency of GPL-Only librubberband
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,10 +1,10 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HEADERS_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
 | 
					HEADERS_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
 | 
				
			||||||
HEADERS_COMMIT="dcd5bede6859d26833cd85f0d6bbcee7382dc9b3"
 | 
					HEADERS_COMMIT="def8be9d35fda35492b72f54a94515f7df8d1e9f"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LOADER_REPO="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
 | 
					LOADER_REPO="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
 | 
				
			||||||
LOADER_COMMIT="aec3952654832211636fc4af613710f80e203b0a"
 | 
					LOADER_COMMIT="5b280f69e8312c41310a72c28c66cf24830ee85a"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PULSEAUDIO_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git"
 | 
					PULSEAUDIO_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git"
 | 
				
			||||||
PULSEAUDIO_COMMIT="852c15954ee2c02b8a82cf98f2996adedf6ca0b8"
 | 
					PULSEAUDIO_COMMIT="05c06afa58e30b7958e96766d1e917099c8a4041"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET == linux* ]] || return 1
 | 
					    [[ $TARGET == linux* ]] || return 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VMAF_REPO="https://github.com/Netflix/vmaf.git"
 | 
					VMAF_REPO="https://github.com/Netflix/vmaf.git"
 | 
				
			||||||
VMAF_COMMIT="e495579fc8f70f75a27961905a544d6dbd55dedf"
 | 
					VMAF_COMMIT="ebc457e98fec3400af87382fcae2b963a9152d91"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
XCBPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
 | 
					XCBPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
 | 
				
			||||||
XCBPROTO_COMMIT="70ca65fa35c3760661b090bc4b2601daa7a099b8"
 | 
					XCBPROTO_COMMIT="b69b997c11d863d63ee053a0ff4d62957d8ab389"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET != linux* ]] && return -1
 | 
					    [[ $TARGET != linux* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
XPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
 | 
					XPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
 | 
				
			||||||
XPROTO_COMMIT="8c8bbb903410e39140727867a26bbe501f77de8f"
 | 
					XPROTO_COMMIT="74255ccfd895e70156c45a2c51174c852b64bc71"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET != linux* ]] && return -1
 | 
					    [[ $TARGET != linux* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBXTRANS_REPO="https://gitlab.freedesktop.org/xorg/lib/libxtrans.git"
 | 
					LIBXTRANS_REPO="https://gitlab.freedesktop.org/xorg/lib/libxtrans.git"
 | 
				
			||||||
LIBXTRANS_COMMIT="3b5df889f58a99980a35a7b4a18eb4e7d2abeac4"
 | 
					LIBXTRANS_COMMIT="3309c75906a56de86607f59481304b3a2812162f"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET != linux* ]] && return -1
 | 
					    [[ $TARGET != linux* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBXCB_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcb.git"
 | 
					LIBXCB_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcb.git"
 | 
				
			||||||
LIBXCB_COMMIT="ddafdba11f6919e6fcf977c09c78b06f94de47aa"
 | 
					LIBXCB_COMMIT="c2c4a2cd1947e559718acdba19ef6e7db731dbeb"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET != linux* ]] && return -1
 | 
					    [[ $TARGET != linux* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBX11_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git"
 | 
					LIBX11_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git"
 | 
				
			||||||
LIBX11_COMMIT="35d1513bc7fdd3ac6f5807feb601efc34ac19163"
 | 
					LIBX11_COMMIT="3a30ada60c5217ada37b143b541c8e6f6284c7fa"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET != linux* ]] && return -1
 | 
					    [[ $TARGET != linux* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GLVND_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
 | 
					GLVND_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
 | 
				
			||||||
GLVND_COMMIT="5024e5796ea16baf6f9203b1414c870a30b20474"
 | 
					GLVND_COMMIT="8e5f0f16467cc8ce870789d9a5b6a2c3f58921c9"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET != linux* ]] && return -1
 | 
					    [[ $TARGET != linux* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AMF_REPO="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git"
 | 
					AMF_REPO="https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git"
 | 
				
			||||||
AMF_COMMIT="053040d662b4d88d9994dc706b948ee409292537"
 | 
					AMF_COMMIT="9c36583841b01c23b3972005ff6db6fd4aaac1a0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AOM_REPO="https://aomedia.googlesource.com/aom"
 | 
					AOM_REPO="https://aomedia.googlesource.com/aom"
 | 
				
			||||||
AOM_COMMIT="93e83ff473b20e983c6b9bf6ba8d208c70a31188"
 | 
					AOM_COMMIT="67c37914286ace423a9de7fbd9f6272871061db3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AVISYNTH_REPO="https://github.com/AviSynth/AviSynthPlus.git"
 | 
					AVISYNTH_REPO="https://github.com/AviSynth/AviSynthPlus.git"
 | 
				
			||||||
AVISYNTH_COMMIT="23f945532f22c75fa1c8e7b99c129b25b88f1cc8"
 | 
					AVISYNTH_COMMIT="8ce63364a5105fbdf0eda6b564b67a5eb6a9cb9d"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $VARIANT == lgpl* ]] && return -1
 | 
					    [[ $VARIANT == lgpl* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DAV1D_REPO="https://code.videolan.org/videolan/dav1d.git"
 | 
					DAV1D_REPO="https://code.videolan.org/videolan/dav1d.git"
 | 
				
			||||||
DAV1D_COMMIT="bfc1178f911543739fe50697998d9df69ad2f201"
 | 
					DAV1D_COMMIT="7576cd572f3ab5f6543a70dcc606e131110dbcd8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FDK_REPO="https://github.com/mstorsjo/fdk-aac.git"
 | 
					FDK_REPO="https://github.com/mstorsjo/fdk-aac.git"
 | 
				
			||||||
FDK_COMMIT="072f2cdafdd2bb7ed2d630d09c2a5697a4aec53d"
 | 
					FDK_COMMIT="3f864cce9736cc8e9312835465fae18428d76295"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $VARIANT == nonfree* ]] || return -1
 | 
					    [[ $VARIANT == nonfree* ]] || return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FREI0R_REPO="https://github.com/dyne/frei0r.git"
 | 
					FREI0R_REPO="https://github.com/dyne/frei0r.git"
 | 
				
			||||||
FREI0R_COMMIT="114a72f438fa04c5d12593e38dac148dbb9ce10c"
 | 
					FREI0R_COMMIT="6a576f4538992bbbe88eba1e773d6144d22eb3ca"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $VARIANT == lgpl* ]] && return -1
 | 
					    [[ $VARIANT == lgpl* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GME_REPO="https://bitbucket.org/mpyne/game-music-emu.git"
 | 
					GME_REPO="https://bitbucket.org/mpyne/game-music-emu.git"
 | 
				
			||||||
GME_COMMIT="b3d158a30492181fd7c38ef795c8d4dcfd77eaa9"
 | 
					GME_COMMIT="d39b0bce47f66074c6aa85202b8cb4642fa77b78"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ASS_REPO="https://github.com/libass/libass.git"
 | 
					ASS_REPO="https://github.com/libass/libass.git"
 | 
				
			||||||
ASS_COMMIT="0e0f9da2edc8eead93f9bf0ac4ef0336ad646ea7"
 | 
					ASS_COMMIT="a2b39cde4ecb74d5e6fccab4a5f7d8ad52b2b1a4"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBBLURAY_REPO="https://code.videolan.org/videolan/libbluray.git"
 | 
					LIBBLURAY_REPO="https://code.videolan.org/videolan/libbluray.git"
 | 
				
			||||||
LIBBLURAY_COMMIT="0540b1c1c53f9813f99233208c5ccccd87004f98"
 | 
					LIBBLURAY_COMMIT="8f26777b1ce124ff761f80ef52d6be10bcea323e"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BROTLI_REPO="https://github.com/google/brotli.git"
 | 
					BROTLI_REPO="https://github.com/google/brotli.git"
 | 
				
			||||||
BROTLI_COMMIT="f4153a09f87cbb9c826d8fc12c74642bb2d879ea"
 | 
					BROTLI_COMMIT="9801a2c5d6c67c467ffad676ac301379bb877fc3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
JXL_REPO="https://github.com/libjxl/libjxl.git"
 | 
					JXL_REPO="https://github.com/libjxl/libjxl.git"
 | 
				
			||||||
JXL_COMMIT="bd48652dba3469244af489e48c645307191cc039"
 | 
					JXL_COMMIT="ec093557b0e8f76a48b0a68356d786c664a65660"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
					    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBVPX_REPO="https://chromium.googlesource.com/webm/libvpx"
 | 
					LIBVPX_REPO="https://chromium.googlesource.com/webm/libvpx"
 | 
				
			||||||
LIBVPX_COMMIT="618739f59f5d3505ff76a1a82eb198bed4ec989d"
 | 
					LIBVPX_COMMIT="7b1b9f7cd23e085d97c26ed026d2c817d78a14d6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WEBP_REPO="https://chromium.googlesource.com/webm/libwebp"
 | 
					WEBP_REPO="https://chromium.googlesource.com/webm/libwebp"
 | 
				
			||||||
WEBP_COMMIT="dc3841e077c522be3a011a50d78c717d2656eab9"
 | 
					WEBP_COMMIT="5ecee06f7a11b5b06d846196b362fb9fd39b25b2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LV2_REPO="https://github.com/lv2/lv2.git"
 | 
					LV2_REPO="https://github.com/lv2/lv2.git"
 | 
				
			||||||
LV2_COMMIT="6cefc7df1a6158c79d23029df183c09b10b88cad"
 | 
					LV2_COMMIT="d97a1a4daff228bdd62c68859959d13077e47026"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SERD_REPO="https://github.com/drobilla/serd.git"
 | 
					SERD_REPO="https://github.com/drobilla/serd.git"
 | 
				
			||||||
SERD_COMMIT="c05fdaa19be53ef618435d3629122a4ebdc7cb63"
 | 
					SERD_COMMIT="272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SORD_REPO="https://github.com/drobilla/sord.git"
 | 
					SORD_REPO="https://github.com/drobilla/sord.git"
 | 
				
			||||||
SORD_COMMIT="d2efdb2d026216449599350b55c2c85c0d3efb89"
 | 
					SORD_COMMIT="ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SRATOM_REPO="https://github.com/lv2/sratom.git"
 | 
					SRATOM_REPO="https://github.com/lv2/sratom.git"
 | 
				
			||||||
SRATOM_COMMIT="c46452c83d442de137fa6470ba544e3ba142e923"
 | 
					SRATOM_COMMIT="8cf09feee6895ba0760f8c24db6416dac9006dc3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LILV_REPO="https://github.com/lv2/lilv.git"
 | 
					LILV_REPO="https://github.com/lv2/lilv.git"
 | 
				
			||||||
LILV_COMMIT="71a2ff5170caaa052814cce19b3de927d10d0e24"
 | 
					LILV_COMMIT="c36d3451278555134de850fc548d743b6da2179a"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OPENH264_REPO="https://github.com/cisco/openh264.git"
 | 
					OPENH264_REPO="https://github.com/cisco/openh264.git"
 | 
				
			||||||
OPENH264_COMMIT="0819f288dc5fc24fb34089113bc230aea65c8375"
 | 
					OPENH264_COMMIT="8fe55e3f4accac7fd1af4262bcd6eff5d008396d"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OPENJPEG_REPO="https://github.com/uclouvain/openjpeg.git"
 | 
					OPENJPEG_REPO="https://github.com/uclouvain/openjpeg.git"
 | 
				
			||||||
OPENJPEG_COMMIT="6a29f5a9e3a1e2dbf1e3df22b7e449bc1db20b5c"
 | 
					OPENJPEG_COMMIT="0535bfc3b7d5cd6fc73a7d4a6749a338fc5d7703"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OPENMPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
 | 
					OPENMPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
 | 
				
			||||||
OPENMPT_REV="17268"
 | 
					OPENMPT_REV="17456"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RAV1E_REPO="https://github.com/xiph/rav1e.git"
 | 
					RAV1E_REPO="https://github.com/xiph/rav1e.git"
 | 
				
			||||||
RAV1E_COMMIT="d2bc4d20db705b364f8bb7ed0da5cfabf8a985e2"
 | 
					RAV1E_COMMIT="a8d1e46e0dba460345e70a519d3becd079bb3acd"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET == win32 ]] && return -1
 | 
					    [[ $TARGET == win32 ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUBBERBAND_REPO="https://github.com/breakfastquay/rubberband.git"
 | 
					RUBBERBAND_REPO="https://github.com/breakfastquay/rubberband.git"
 | 
				
			||||||
RUBBERBAND_COMMIT="95371b882b01af86132d17be739de82d2fadf6d7"
 | 
					RUBBERBAND_COMMIT="4cff1741664918791474da9a9d41f48cc3119229"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $VARIANT == lgpl* ]] && return -1
 | 
					    [[ $VARIANT == lgpl* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SDL_REPO="https://github.com/libsdl-org/SDL.git"
 | 
					SDL_REPO="https://github.com/libsdl-org/SDL.git"
 | 
				
			||||||
SDL_COMMIT="981e1e3c4489add5bf6d4df5415af3cf1ef2773d"
 | 
					SDL_COMMIT="0a93ac129475ab3ce11af95969f767d60e98233a"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SRT_REPO="https://github.com/Haivision/srt.git"
 | 
					SRT_REPO="https://github.com/Haivision/srt.git"
 | 
				
			||||||
SRT_COMMIT="c76f43df6887b414799211441b733fc2a94abdf5"
 | 
					SRT_COMMIT="fba72ac4d7d5ebf2cad5ddf10ee8fae8953af3f9"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SVTAV1_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
 | 
					SVTAV1_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
 | 
				
			||||||
SVTAV1_COMMIT="98aba736053ba0cb00112db88a7f39f16bd64080"
 | 
					SVTAV1_COMMIT="1a656a3dd30499f1c548d10b03b022e4983ee53e"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET == win32 ]] && return -1
 | 
					    [[ $TARGET == win32 ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBDRM_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
 | 
					LIBDRM_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
 | 
				
			||||||
LIBDRM_COMMIT="d95b12e7e3ed6a22f284afbc5d2356365b820ea8"
 | 
					LIBDRM_COMMIT="f83ad09dc04c9f918ee8836bac9d88dac5de6745"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET != linux* ]] && return -1
 | 
					    [[ $TARGET != linux* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBVA_REPO="https://github.com/intel/libva.git"
 | 
					LIBVA_REPO="https://github.com/intel/libva.git"
 | 
				
			||||||
LIBVA_COMMIT="aeba58590726ab08b924e6a2ad0078d74c5dd01b"
 | 
					LIBVA_COMMIT="395e502d162fe04ccec7700bd1a58dca40328605"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $TARGET != linux* ]] && return -1
 | 
					    [[ $TARGET != linux* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HEADERS_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
 | 
					HEADERS_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
 | 
				
			||||||
HEADERS_VERSION="1.3.212"
 | 
					HEADERS_VERSION="1.3.217"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
					    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SHADERC_REPO="https://github.com/google/shaderc.git"
 | 
					SHADERC_REPO="https://github.com/google/shaderc.git"
 | 
				
			||||||
SHADERC_COMMIT="96b1dd72a827304817470274a470c4d3b2293451"
 | 
					SHADERC_COMMIT="7e2cfcf2b75c245fa3ceaf2e276180cbf8f107ea"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
					    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SPIRV_CROSS_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git"
 | 
					SPIRV_CROSS_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git"
 | 
				
			||||||
SPIRV_CROSS_COMMIT="d7cae5e7cd326ca0ebfb2a7ac4e634a63ecfe19f"
 | 
					SPIRV_CROSS_COMMIT="a97bbc24c5bae15d3d2eaa2865c122e8d3be1b67"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
					    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PLACEBO_REPO="https://code.videolan.org/videolan/libplacebo.git"
 | 
					PLACEBO_REPO="https://code.videolan.org/videolan/libplacebo.git"
 | 
				
			||||||
PLACEBO_COMMIT="f85c3c0791271089a3b1df2b5d6948cd1cb8c63e"
 | 
					PLACEBO_COMMIT="93c54f9a45ba9b85eadd64d1ab58b12896138cd2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
					    [[ $ADDINS_STR == *4.4* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
X264_REPO="https://github.com/mirror/x264.git"
 | 
					X264_REPO="https://github.com/mirror/x264.git"
 | 
				
			||||||
X264_COMMIT="bfc87b7a330f75f5c9a21e56081e4b20344f139e"
 | 
					X264_COMMIT="baee400fa9ced6f5481a728138fed6e867b0ff7f"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    [[ $VARIANT == lgpl* ]] && return -1
 | 
					    [[ $VARIANT == lgpl* ]] && return -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ZIMG_REPO="https://github.com/sekrit-twc/zimg.git"
 | 
					ZIMG_REPO="https://github.com/sekrit-twc/zimg.git"
 | 
				
			||||||
ZIMG_COMMIT="b97c086a5b767423b678d922cb62c675df56290e"
 | 
					ZIMG_COMMIT="51c3c7f750c2af61955377faad56e3ba1b03589f"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue