Commit graph

544 commits

Author SHA1 Message Date
BtbN
2fe73c5aab Bump avisynth 2023-07-20 15:29:53 +02:00
BtbN
683e3a4dc9 Bump libjxl 2023-07-10 22:40:41 +02:00
BtbN
7a5bf0c0bb Switch to gmplib github mirror 2023-07-09 19:44:10 +02:00
BtbN
a7ae13efb7 Fix cache invalidation on commit update 2023-07-08 20:11:09 +02:00
BtbN
6c86fdaad0 Downgrade libjxl, they removed deprecated stuff 2023-07-08 19:26:54 +02:00
BtbN
49684930d2 Jxl has a new submodule 2023-07-08 19:26:54 +02:00
BtbN
71c3a919b8 Update dependencies 2023-07-08 19:26:54 +02:00
Chad Kimes
20172ca00a Use GH_REPO build-arg in target-base builds 2023-06-30 22:26:18 +02:00
nihil-admirari
0e9c6f8e4d Package man 2023-06-23 21:11:59 +02:00
BtbN
0071c270bb Specify dlltool in meson cross files 2023-06-21 14:04:39 +02:00
BtbN
9465728b3b Disable doxgen for xz 2023-06-21 13:50:46 +02:00
BtbN
547eee9db4 Update dependencies 2023-06-21 13:44:00 +02:00
BtbN
be992fa253 Be more generous with cache image retention
Avoid pointless rebuilds on revert or other situations.
2023-06-21 00:55:45 +02:00
BtbN
0598fb3dba Make final dl cache image FROM scratch 2023-06-21 00:38:32 +02:00
BtbN
73f17b7213 Force C locale in Dockerfile generation
Turns out bash sorting behaviour differs between locales, causing cache
mismatches...
2023-06-21 00:06:33 +02:00
BtbN
91b977f84d Simplify download Dockerfile generation 2023-06-20 23:58:06 +02:00
BtbN
8c336b4dec Add more explicit cache image name 2023-06-20 23:44:31 +02:00
BtbN
3e75fcc0e4 Enable new DL-Cache in Workflow 2023-06-18 21:47:40 +02:00
BtbN
61debb00e5 Switch to a more direct Dockerfile.dl generation
Otherwise the entire build cache effectively invalidates the moment one
script changes..
2023-06-18 21:25:52 +02:00
BtbN
c3fec1bd50 Add infrastructure for caching downloads in separate image 2023-06-18 19:57:13 +02:00
BtbN
78191a73a6 Add fork-guard into workflow 2023-06-18 12:20:47 +02:00
BtbN
d75466340a Use old release version of gmp again
Their hg server is way too flakey to rely on, download a release tarball
from GNU mirror instead.

I hope no important fixes are missed due to the loss of update
automation this causes.
2023-06-16 20:36:29 +02:00
BtbN
1ae971430e Update ct-ng configs 2023-06-04 01:29:42 +02:00
BtbN
a197b3f9ca Do full clone for mingw
SF's git server seems to be incapable of bandwidth saving single-commit
clones.
2023-06-02 17:42:44 +02:00
BtbN
915d6e0afa Switch mingw-w64 to official git repo
The Github mirror seems to be broken, maybe switch back once it's
revived.

Closes #276
2023-05-29 23:09:09 +02:00
BtbN
ccda3224ff Update Ubuntu base version 2023-05-29 15:29:46 +02:00
BtbN
67723fc5c2 iconv: Force autogen to use hostcc to build its stuff 2023-05-29 15:29:31 +02:00
BtbN
0d1bf557c8 Update dependencies 2023-05-29 14:10:36 +02:00
BtbN
9f930118ab Remove libmfx support
Intel discontinued support for it. There will be no security fixes and
updates for it anymore.

Unfortunately this means that older versions of ffmpeg will be losing
support for QSV hardware acceleration, but it's either that or knowingly
leaving people open to security issues.
2023-05-29 14:07:27 +02:00
BtbN
94dcf28fad
Fix vidstab commit variable 2023-05-15 18:55:30 +02:00
bitraid
c02dbf2722 Fix variable name of fftw3 build script 2023-05-15 13:26:59 +02:00
BtbN
5ab621cb66 Update OpenSSL to 3.0 2023-04-30 23:46:30 +02:00
BtbN
e2acf44a52 Add explicit enable step to vulkan script dir 2023-04-19 14:18:03 +02:00
BtbN
8a04456211 Disable libplacebo for all current versions 2023-04-19 11:42:25 +02:00
BtbN
341ed9f992 Update dependencies 2023-04-18 16:23:16 +02:00
BtbN
5e54b68d5e Update mbedtls 2023-03-28 14:52:55 +02:00
BtbN
ccbc205c57
Increate latest re-release delay again 2023-03-28 12:46:57 +02:00
BtbN
01980b12aa Update ct-ng config 2023-03-22 18:26:58 +01:00
BtbN
a1fdcf77ae Downgrade libplacebo again 2023-03-19 18:16:36 +01:00
BtbN
521d708a8e Update dependencies 2023-03-19 12:26:11 +01:00
BtbN
13129c7061 Allow cleanup step to fail 2023-03-18 15:12:08 +01:00
BtbN
1b3fd62fbf Do package cleanup as part of build workflow 2023-03-18 14:58:57 +01:00
BtbN
ffa7c41e0f Work around PAT existence check 2023-03-18 14:30:26 +01:00
BtbN
c6c7051948 Use PAT for cleanup 2023-03-18 14:27:17 +01:00
BtbN
b78f798c9f Add cleanup workflow 2023-03-18 14:20:02 +01:00
BtbN
3aaec67422 Retry flaky iconv clone 2023-03-16 17:48:38 +01:00
BtbN
f0568e9a9a
Update readme for 6.0 addin
Closes #246
2023-03-12 17:16:25 +01:00
nyanmisaka
a6e38b38fd Fix the path to fontconfig configuration file
instead of using the install prefix + /etc or /var

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-03-12 17:06:30 +01:00
BtbN
193f55691b
Remove libvpl debugging leftover 2023-03-08 23:19:42 +01:00
BtbN
0e5f512f8a Add 6.0 to builds
Will probably drop 4.4 if this causes build times to be too crazy, or if
it exhausts the asset size limit.
2023-03-03 18:55:03 +01:00