Skip to content

Commit 4e5f5fd

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents dabab38 + 3e645f7 commit 4e5f5fd

37 files changed

+38
-38
lines changed

Diff for: scripts.d/10-mingw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
4-
SCRIPT_COMMIT="8fdf7c9b5c0d7fe3e01ee8cff13fac813f30d7be"
4+
SCRIPT_COMMIT="dc42231f0392f75de72e87ba0170ec60fcc6c10b"
55

66
ffbuild_enabled() {
77
[[ $TARGET == win* ]] || return -1

Diff for: scripts.d/20-libiconv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git"
4-
SCRIPT_COMMIT="17a9a0721831bc747cd2ed6d15a111ed4c7dbcb0"
4+
SCRIPT_COMMIT="ee9ea2e5bdefefbb3e8da4054805696719e4357a"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/20-libxml2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/GNOME/libxml2.git"
4-
SCRIPT_COMMIT="ae23a4ce56fc500ec5bc204c720b6d7f1c656004"
4+
SCRIPT_COMMIT="b7f30bae7b4e842ab66c8c8b3ba4a0daafd2d673"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/25-fftw3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/FFTW/fftw3.git"
4-
SCRIPT_COMMIT="394fa85ab5f8914b82b3404844444c53f5c7f095"
4+
SCRIPT_COMMIT="cab901fe465324cb46bd4953e18ddc610ade29b9"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/25-freetype.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
4-
SCRIPT_COMMIT="13d1180f4542d19557e146cc0124e51891733b0c"
4+
SCRIPT_COMMIT="7ff43d3e9f981991048a459303e431bf0c617a36"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/25-gmp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/BtbN/gmplib.git"
4-
SCRIPT_COMMIT="b686327d7de364f7722cabe4e890b5a6b0ca1e1b"
4+
SCRIPT_COMMIT="9977a1434134ff7706d1a110ec46b0da6cd07886"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/45-harfbuzz.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git"
4-
SCRIPT_COMMIT="ba1f194a1d62164be439a7f1f8ed9a87da9f7061"
4+
SCRIPT_COMMIT="3c435d86784b17e97e535c66007761689c24947a"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/45-libsamplerate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/libsndfile/libsamplerate.git"
4-
SCRIPT_COMMIT="20819b6d31907b402d33c30e4a0295ce439c06e6"
4+
SCRIPT_COMMIT="4858fb016550d677de2356486bcceda5aed85a72"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/45-opencl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
4-
SCRIPT_COMMIT="8275634cf9ec31b6484c2e6be756237cb583999d"
4+
SCRIPT_COMMIT="c860bb551eeef9a47d56286a70cea903db3d6ed2"
55

66
SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
77
SCRIPT_COMMIT2="861b68b290e76d08e7241608479c16431f529945"

Diff for: scripts.d/45-x11/40-libx11.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git"
4-
SCRIPT_COMMIT="a465588218c1643eedc35b3c24409cb775454eee"
4+
SCRIPT_COMMIT="97fb5bda3d0777380cd4b964f48771a82ef3f2a7"
55

66
ffbuild_enabled() {
77
[[ $TARGET != linux* ]] && return -1

Diff for: scripts.d/45-x11/60-libglvnd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
4-
SCRIPT_COMMIT="908086d22dc307d17d0eb35c522c35fd190718cc"
4+
SCRIPT_COMMIT="606f6627cf481ee6dcb32387edc010c502cdf38b"
55

66
ffbuild_enabled() {
77
[[ $TARGET != linux* ]] && return -1

Diff for: scripts.d/50-aom.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://aomedia.googlesource.com/aom"
4-
SCRIPT_COMMIT="5ccdc66ab6eb8eb300eda854fab4ff250b2c2f92"
4+
SCRIPT_COMMIT="4e1a5d4d08a216d71ecee10c25736abb2ffc2cdc"
55

66
ffbuild_enabled() {
77
[[ $TARGET == winarm64 ]] && return -1

Diff for: scripts.d/50-dav1d.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://code.videolan.org/videolan/dav1d.git"
4-
SCRIPT_COMMIT="c7df9a3e65a8d74c57131d379db93856c38ae47c"
4+
SCRIPT_COMMIT="da2cc7817cff218b30f2c813a8a142a43f9376bd"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-frei0r.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/dyne/frei0r.git"
4-
SCRIPT_COMMIT="fdc9f32a4f76fe9bd9ab2e90580059f057fa5c8f"
4+
SCRIPT_COMMIT="2a0d87428ce7b54c4735acc4eb5b0fe7edfc6746"
55

66
ffbuild_enabled() {
77
[[ $VARIANT == lgpl* ]] && return -1

Diff for: scripts.d/50-gme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/libgme/game-music-emu.git"
4-
SCRIPT_COMMIT="aee74cb093948a9ed041c813ab0b525f03fdda5d"
4+
SCRIPT_COMMIT="74449b553fef6528e1fd9d2dccc6413ded1d5e39"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-libass.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/libass/libass.git"
4-
SCRIPT_COMMIT="1dfb934affee2a4152619bb671a8c82ec5ccad43"
4+
SCRIPT_COMMIT="21e0ea1104deae874db24aa67a9d137da751a4e9"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-libjxl/45-brotli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/google/brotli.git"
4-
SCRIPT_COMMIT="d01a4caaa80c0072fe1b6bf073814b9400667fcc"
4+
SCRIPT_COMMIT="8a626fd486b5fbad245aec29e4e436eeb16041b3"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-libjxl/45-lcms2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/mm2/Little-CMS.git"
4-
SCRIPT_COMMIT="bec733c608d000927c444cdef204f23122e02418"
4+
SCRIPT_COMMIT="2daf5c5859e1b62b6633ca755074e4de02459241"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-libjxl/50-libjxl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/libjxl/libjxl.git"
4-
SCRIPT_COMMIT="03e9192369c8d11131b23ccdec1a25e0a7e14b44"
4+
SCRIPT_COMMIT="a00f5af111a739aff8222a00bca496afa3aa23e7"
55

66
ffbuild_enabled() {
77
[[ $ADDINS_STR == *4.4* ]] && return -1

Diff for: scripts.d/50-libopus.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/xiph/opus.git"
4-
SCRIPT_COMMIT="20568812ae92bb148fe3fb0190b7629f1c4d0b96"
4+
SCRIPT_COMMIT="2554a89e02c7fc30a980b4f7e635ceae1ecba5d6"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-libssh.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
SCRIPT_REPO="https://git.libssh.org/projects/libssh.git"
4-
SCRIPT_COMMIT="89c53e1962bbff7b8866c09895489eaaca736f39"
3+
SCRIPT_REPO="https://gitlab.com/libssh/libssh-mirror.git"
4+
SCRIPT_COMMIT="f3fe85f45ef1158c3f97a6abe804df2bcb0df352"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-libvpx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://chromium.googlesource.com/webm/libvpx"
4-
SCRIPT_COMMIT="3e713e39ae79e3b83b87ff65e54d454a3c6d3dfc"
4+
SCRIPT_COMMIT="25540b3c127f522aae382c79872d9ee03f7307f3"
55

66
ffbuild_enabled() {
77
[[ $TARGET == winarm64 ]] && return -1

Diff for: scripts.d/50-libwebp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://chromium.googlesource.com/webm/libwebp"
4-
SCRIPT_COMMIT="68ff4e1efe2edea812e865a357a6906e2e646b37"
4+
SCRIPT_COMMIT="45129ee027d0146043046f9726c3966fce0a2e70"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-onevpl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/intel/libvpl.git"
4-
SCRIPT_COMMIT="11a9bbda5b22ac1c544da59b4007bb57f737b487"
4+
SCRIPT_COMMIT="e71b1efc1263ae216569f62d018033ab5a850e00"
55

66
ffbuild_enabled() {
77
[[ $TARGET == *arm64 ]] && return -1

Diff for: scripts.d/50-openal.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/kcat/openal-soft.git"
4-
SCRIPT_COMMIT="394e133b9fef1bfbde3ee5842b489bf8e91a135b"
4+
SCRIPT_COMMIT="41e7f27337e49f72da5b2af575dca8bc3b6a23cf"
55

66
ffbuild_enabled() {
77
[[ $ADDINS_STR == *4.4* ]] && return -1

Diff for: scripts.d/50-openjpeg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/uclouvain/openjpeg.git"
4-
SCRIPT_COMMIT="7a361019800f5e3de6be375c204c03d8303fac32"
4+
SCRIPT_COMMIT="70e6263705334f854a27340e34ede11a767918ed"
55

66
ffbuild_enabled() {
77
return 0

Diff for: scripts.d/50-openmpt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://source.openmpt.org/svn/openmpt/trunk/OpenMPT"
4-
SCRIPT_REV="20696"
4+
SCRIPT_REV="20865"
55

66
ffbuild_enabled() {
77
[[ $TARGET == winarm64 ]] && return -1

Diff for: scripts.d/50-rav1e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/xiph/rav1e.git"
4-
SCRIPT_COMMIT="c7c72b5530e391211c5d5f32b16394d1c7dc00cc"
4+
SCRIPT_COMMIT="054823271c4b4923a87f1e02f7f0fd282f0b29e1"
55

66
ffbuild_enabled() {
77
[[ $TARGET == win32 ]] && return -1

Diff for: scripts.d/50-sdl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/libsdl-org/SDL.git"
4-
SCRIPT_COMMIT="8b4e389ad07ba2431a3ce56b736a63e034c5663b"
4+
SCRIPT_COMMIT="5e876db89f06a477187242e4b9c7bf65e18a6b9b"
55
SCRIPT_BRANCH="SDL2"
66

77
ffbuild_enabled() {

Diff for: scripts.d/50-svtav1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
4-
SCRIPT_COMMIT="99c4d2c1959167a5192b2bff3b80fc97a1609a62"
4+
SCRIPT_COMMIT="fcf564910dcf41ad7a798cf32cc0dc4169281904"
55

66
ffbuild_enabled() {
77
[[ $TARGET == win32 ]] && return -1

Diff for: scripts.d/50-vaapi/40-libdrm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
4-
SCRIPT_COMMIT="362b5b0a886bdfbb92d2f78708ac7a67ee449b2d"
4+
SCRIPT_COMMIT="37265ab0ad36af456b664b8656e126a6c770e61a"
55

66
ffbuild_enabled() {
77
[[ $TARGET != linux* ]] && return -1

Diff for: scripts.d/50-vulkan/45-vulkan.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
4-
SCRIPT_COMMIT="v1.3.283"
4+
SCRIPT_COMMIT="v1.3.285"
55
SCRIPT_TAGFILTER="v?.*.*"
66

77
ffbuild_enabled() {

Diff for: scripts.d/50-vulkan/55-spirv-cross.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git"
4-
SCRIPT_COMMIT="2ccc81fd826e4dd4a2db2f94b8e6eb738a89f5f1"
4+
SCRIPT_COMMIT="d47a140735cb44e511d0188a6318c365789e4699"
55

66
ffbuild_enabled() {
77
[[ $ADDINS_STR == *4.4* ]] && return -1

Diff for: scripts.d/50-vulkan/60-libplacebo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://code.videolan.org/videolan/libplacebo.git"
4-
SCRIPT_COMMIT="47ea18ef47875aafe611d47e07a6314ccc92a916"
4+
SCRIPT_COMMIT="9e1257c8262fe27a2dd9414c1dd51be9fc56608d"
55

66
ffbuild_enabled() {
77
[[ $ADDINS_STR == *4.4* ]] && return -1

Diff for: scripts.d/50-x264.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://code.videolan.org/videolan/x264.git"
4-
SCRIPT_COMMIT="7ed753b10a61d0be95f683289dfb925b800b0676"
4+
SCRIPT_COMMIT="4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1"
55

66
ffbuild_enabled() {
77
[[ $VARIANT == lgpl* ]] && return -1

Diff for: scripts.d/50-x265.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://bitbucket.org/multicoreware/x265_git.git"
4-
SCRIPT_COMMIT="53afbf5f5d6f8c081e3c56a9884eecf3e6e583bb"
4+
SCRIPT_COMMIT="8787e87020d77416f0ff0b7f3c97ac8b90332c31"
55

66
ffbuild_enabled() {
77
[[ $VARIANT == lgpl* ]] && return -1

Diff for: scripts.d/50-xvid.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ffbuild_enabled() {
99
}
1010

1111
ffbuild_dockerdl() {
12-
echo "retry-tool sh -c \"rm -rf xvid && svn checkout --username 'anonymous' --password '' '${SCRIPT_REPO}@${SCRIPT_REV}' xvid\" && cd xvid"
12+
echo "retry-tool sh -c \"rm -rf xvid && svn --non-interactive checkout --username 'anonymous' --password '' '${SCRIPT_REPO}@${SCRIPT_REV}' xvid\" && cd xvid"
1313
}
1414

1515
ffbuild_dockerbuild() {

0 commit comments

Comments
 (0)