Skip to content

Commit 7b6432a

Browse files
committed
Update dependencies
1 parent 9a80ab2 commit 7b6432a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+55
-59
lines changed

scripts.d/10-mingw.sh

Lines changed: 1 addition & 1 deletion
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="833753684d3a520ebcd3cd73e614c97bbb55ffb8"
4+
SCRIPT_COMMIT="cb7f42e05b94cbb1d94edcebdbfb47b652a45484"
55

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

scripts.d/20-libxml2.sh

Lines changed: 1 addition & 1 deletion
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="d7cfe356500906fad0f3b3d186e1abbd5489a23c"
4+
SCRIPT_COMMIT="6f78efb0fa9c332b9532d4b4e207629309608c17"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/20-zlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/madler/zlib.git"
4-
SCRIPT_COMMIT="79a0e447a0dfa32979420cb21cfb96d684b2c9d5"
4+
SCRIPT_COMMIT="ac8f12c97d1afd9bafa9c710f827d40a407d3266"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/25-freetype.sh

Lines changed: 1 addition & 1 deletion
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="c4073d82517eff48458e166a6edfb0618b221a4d"
4+
SCRIPT_COMMIT="a0e10a87f5d4f5e2cb9774f3f20ef3c8bd6b81b3"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/25-gmp.sh

Lines changed: 1 addition & 1 deletion
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="3fe7fa49330acf6c23010575eaada2cd1197c586"
4+
SCRIPT_COMMIT="4d1134815388572ac20d0f85471a6542db2e86ab"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/35-fontconfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
4-
SCRIPT_COMMIT="16eff2de2350144a08cdb8bec06fd4b0fe3f586b"
4+
SCRIPT_COMMIT="a264a2c0ca0be120c0fd2325f0d67ca4d5e81bd0"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/45-harfbuzz.sh

Lines changed: 1 addition & 1 deletion
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="d698133743caffe9611b57137cd5027ce076613f"
4+
SCRIPT_COMMIT="156de3c048237c5953d96ed5e7bdb53261456692"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/45-opencl.sh

Lines changed: 1 addition & 1 deletion
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="10aaadf55d582934661ca9d66956696cf1d836dc"
4+
SCRIPT_COMMIT="9ce9a722ba06ea87487cd08bd2001276e2aef8cd"
55

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

scripts.d/45-vmaf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/Netflix/vmaf.git"
4-
SCRIPT_COMMIT="265263ffd51b4c7d3c585a2a9dd7d541b2ddfece"
4+
SCRIPT_COMMIT="af31e4cd8059dbd9b8a51c5752096c2585be7792"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/45-x11/10-xcbproto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
4-
SCRIPT_COMMIT="98eeebfc2d7db5377b85437418fb942ea30ffc0d"
4+
SCRIPT_COMMIT="1388374c7149114888a6a5cd6e9bf6ad4b42adf8"
55

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

0 commit comments

Comments
 (0)