Commit graph

512 commits

Author SHA1 Message Date
BtbN
009c516860 Run ranlib on libvpx.a after install
libvpx strips it, which mangles the symbol index when LTO is enabled.
ranlib fixes it again.
2022-11-02 22:09:11 +01:00
BtbN
ec535f414f Update base Image to Ubuntu 22.10
This has newer meson, which fixes an important LTO related issue.
2022-11-02 22:06:40 +01:00
BtbN
2f0d9dbf8b Explicitly declare toolchain tools in base image 2022-11-02 22:02:09 +01:00
BtbN
1f74f0a60a Consolidate/clean up meson and cmake toolchain files 2022-11-02 21:53:03 +01:00
BtbN
782f731350 Add function for addins to generate Dockerfile header 2022-11-02 21:50:05 +01:00
BtbN
41079cb7bf Reduce duplication of toolchain name a bit 2022-10-31 21:47:07 +01:00
BtbN
18e540f47d Enable OpenAL for master builds 2022-10-31 20:44:20 +01:00
BtbN
768ded56fa Fix x/davs2 configure for recent binutils+gcc 2022-10-30 21:42:44 +01:00
BtbN
cf6565ec66 Disable unused libvpx unit-tests 2022-10-30 21:42:22 +01:00
BtbN
e768af40fb Enable gcc LTO optimization 2022-10-30 17:50:30 +01:00
BtbN
f5cf1599d6 Update OpenSSL 2022-10-30 01:27:14 +02:00
BtbN
6f44be6038 Add missing OpenAL dependency to its .pc file 2022-10-29 19:19:28 +02:00
BtbN
7028cb01c4 Add OpenAL
Needs fixes to ffmpeg configure before it can be enabled
2022-10-29 18:50:06 +02:00
BtbN
1896b0d138 Fix another use of deprecated set-output 2022-10-26 14:19:55 +02:00
mrintrepide
ef36e7e00d Enable AVX512 support for SVT-AV1 2022-10-24 14:12:41 +02:00
mrintrepide
86e25e0657 Update SVT-AV1 to v1.3.0 2022-10-24 14:12:41 +02:00
BtbN
2c3417550c Fix mfx disabling logic 2022-10-24 14:04:17 +02:00
BtbN
8fff2b2a8e Switch to onevpl by default
Closes #182
2022-10-23 22:06:09 +02:00
BtbN
f83799c36f Fix build of old glibc with default-pie gcc 2022-10-23 21:52:56 +02:00
BtbN
869e257511 Increase ct-ng log level 2022-10-23 21:52:56 +02:00
BtbN
b6b1d68d83 Revert "Bump linux64 minimum toolchain version"
This reverts commit 37f2a44634.
2022-10-23 19:20:49 +02:00
BtbN
37f2a44634 Bump linux64 minimum toolchain version
The old-old stuff finally started breaking things
2022-10-23 18:17:12 +02:00
BtbN
15babf288b Bump zlib 2022-10-23 17:17:33 +02:00
BtbN
5bd1b6a1e1 Bump ct-ng configs 2022-10-23 17:16:34 +02:00
BtbN
ce62fe2fee Fix use of deprecated set-output 2022-10-23 02:51:12 +02:00
BtbN
3b673c5169 Rename clashing but exported internal libass symbol 2022-10-19 23:33:57 +02:00
BtbN
36f1ff77a4 Disable Debug for mp3lame
c9e146e787

Closes #198
2022-10-10 13:12:36 +02:00
BtbN
bce41a5cce Disable liblzma/xz symbol versioning
Does not make a whole lot of sense for static builds to begin with,
and since 913ddc5572
it's outright broken for unknown reasons:

ld: libavcodec/libavcodec.so.59: version node not found for symbol lzma_get_progress@XZ_5.2.2
ld: failed to set dynamic section sizes: bad value
2022-10-06 14:33:36 +02:00
BtbN
17c294f25c Fix libplacebo build 2022-10-06 01:11:36 +02:00
BtbN
22440fc549 Update dependencies 2022-10-06 00:40:44 +02:00
BtbN
8bc793644e Fix rust cross-build. Again. 2022-09-12 23:47:09 +02:00
BtbN
7bb9176330 Fix rust build some more 2022-09-12 22:46:28 +02:00
BtbN
bd13b3b07d Windows fix breaks Linux-Build 2022-09-12 21:43:10 +02:00
BtbN
7d31bb2d06 Fix building latest rav1e 2022-09-12 21:27:14 +02:00
nanake
7689f421fd libssh: remove workaround
fixed as https://git.libssh.org/projects/libssh.git/commit/?id=17aec429f539517468446191e3da91df40e352d1

Signed-off-by: nanake <nanake@users.noreply.github.com>
2022-09-04 16:27:06 +02:00
BtbN
9210cc598d Add incremenal backoff and random delay to retry tool 2022-09-02 14:26:23 +02:00
BtbN
be519d8dc5 Update libdrm meson options 2022-09-01 19:22:44 +02:00
BtbN
0c02e8fe66 Rav1e still broken, revert update 2022-09-01 16:04:48 +02:00
BtbN
d7fe570326 Update dependencies 2022-09-01 15:49:07 +02:00
ZaquL
c9a6797b95
Bump uavs3d version
Old commit has been removed from history
2022-08-31 20:11:10 +02:00
ななけ
843642ae9b
Add libssh (#186)
Closes #158

Signed-off-by: nanake <nanake@users.noreply.github.com>
2022-08-21 18:56:41 +02:00
nanake
c406209c93 Add kvazaar
Closes #173

Signed-off-by: nanake <nanake@users.noreply.github.com>
2022-08-20 03:02:55 +02:00
BtbN
d4de0513b5 Only do one full build per target on PR builds 2022-08-18 10:23:25 +02:00
BtbN
512e0fe9b4 Work around weird library install overrides by onevpls build system 2022-08-17 20:50:30 +02:00
BtbN
5be16c7672 Downgrade rav1e to last working version 2022-08-16 17:11:32 +02:00
BtbN
8c1fe93e89 Update dependencies 2022-08-16 12:44:22 +02:00
BtbN
3ccb2f20b4 Add preliminary libvpl support 2022-08-12 14:29:44 +02:00
BtbN
11741adccb Retry flakey hg clone 2022-08-05 12:32:16 +02:00
BtbN
21f5e861bb Adjust build scripts after updates 2022-08-04 20:25:22 +02:00
BtbN
c7a73215c6 Update dependencies 2022-08-04 19:25:20 +02:00