Bergmann Atmet
7ca5fd2ad2
ci/mingw: pass --enable-gpl to ffmpeg's configure
...
A bunch of lavfi filters were presumably not available in mingw builds
because of this.
```
% grep -E '=(".+ |")gpl("| .+")$' configure
blackframe_filter_deps="gpl"
boxblur_filter_deps="gpl"
boxblur_opencl_filter_deps="opencl gpl"
colormatrix_filter_deps="gpl"
cover_rect_filter_deps="avcodec avformat gpl"
cropdetect_filter_deps="gpl"
delogo_filter_deps="gpl"
eq_filter_deps="gpl"
find_rect_filter_deps="avcodec avformat gpl"
fspp_filter_deps="gpl"
histeq_filter_deps="gpl"
hqdn3d_filter_deps="gpl"
interlace_filter_deps="gpl"
kerndeint_filter_deps="gpl"
mcdeint_filter_deps="avcodec gpl"
mpdecimate_filter_deps="gpl"
mptestsrc_filter_deps="gpl"
nnedi_filter_deps="gpl"
owdenoise_filter_deps="gpl"
perspective_filter_deps="gpl"
phase_filter_deps="gpl"
pp7_filter_deps="gpl"
pp_filter_deps="gpl postproc"
pullup_filter_deps="gpl"
repeatfields_filter_deps="gpl"
sab_filter_deps="gpl swscale"
signature_filter_deps="gpl avcodec avformat"
smartblur_filter_deps="gpl swscale"
spp_filter_deps="gpl avcodec"
stereo3d_filter_deps="gpl"
super2xsai_filter_deps="gpl"
tinterlace_filter_deps="gpl"
uspp_filter_deps="gpl avcodec"
vaguedenoiser_filter_deps="gpl"
postproc_deps="avutil gpl"
```
Also include built postproc in dlls.
Signed-off-by: Bergmann Atmet <BergmannAtmet@github>
2024-10-02 15:10:55 +02:00
Kacper Michajłow
171c91623d
ci/mingw: update fribidi to 1.0.16
2024-10-01 21:30:29 +02:00
Kacper Michajłow
816c17d363
ci/mingw: update harfbuzz to 10.0.1
2024-10-01 21:30:29 +02:00
Kacper Michajłow
9440ab9b88
ci/mingw: update freetype to 2.13.3
...
And change the mirror to working one.
2024-10-01 20:51:18 +02:00
sfan5
b64c53f730
ci/lint-commit-msg: make some minor adjustments to the rules
2024-09-23 19:49:43 +02:00
Kacper Michajłow
883a45fa3e
ci/msys2: disable some features for 32-bit build
...
See: 1e7737f090
2024-09-23 12:48:10 +02:00
Kacper Michajłow
0eb5e914d9
ci/win32: add dav1d
2024-09-05 16:29:16 +02:00
Kacper Michajłow
3cc3c9ced3
Revert "ci/mingw: don't run test on 32-bit binary"
...
Support for 32-bit binaries were restored.
See:
https://github.com/actions/runner-images/issues/9977
https://bugs.launchpad.net/ubuntu/+source/linux-signed-azure/+bug/2071445
https://launchpad.net/ubuntu/+source/linux-azure/6.8.0-1012.14
This reverts commit f47cbcd439
.
2024-08-16 12:57:56 +02:00
Kacper Michajłow
08935d5d21
ci/{mingw,win32}: specify nasm as it seems to be required now by libass
...
Fixes mingw and win32 builds after 1774117b80
2024-08-16 12:57:56 +02:00
Kacper Michajłow
57ed94ced0
ci/win32: update to FFmpeg 7.0
2024-08-07 13:09:21 +02:00
Kacper Michajłow
3bef4a8599
ci/{msys2,win32}: explicitly enable win32-smtc
2024-07-29 21:38:19 +02:00
sfan5
3ab989e554
ci/mingw: update dependency versions
2024-07-16 23:04:36 +02:00
Kacper Michajłow
b64521ae10
ci/openbsd: bump to 7.5 and remove libplacebo subproject
...
The available version is enough now.
2024-06-22 16:12:14 +02:00
Kacper Michajłow
2887b2e64c
meson: increase FFmpeg minimum required version to 6.1
2024-06-22 16:12:14 +02:00
Kacper Michajłow
05e870f76b
ci/msys2: compact build script
2024-06-07 21:12:38 +02:00
Kacper Michajłow
de1c0b5464
ci/msys2: re-enable 32-bit builds
...
The 32-bit builds were disabled, because some packages started
disappearing. MSYS2 is slowly phasing out 32-bit support, but since we
still support it we have to test it somehow. Recent brakage with calling
convention mismatch would be spotted a lot quicker. So enable it, but
with some, not available, packages disabled.
This reverts a56d5c7fa1
2024-06-07 21:12:38 +02:00
Kacper Michajłow
f47cbcd439
ci/mingw: don't run test on 32-bit binary
...
Ubuntu 24.04 linux-azure kernel, used on GHA, is compiled with
CONFIG_COMPAT_32BIT_TIME=n. This prevents running any 32-bit binaries
through wine, so disable tests when doing i686 build. 32-bit builds are
still tested on Windows.
See: https://github.com/actions/runner-images/issues/9977
2024-06-07 21:12:38 +02:00
Kacper Michajłow
ac5d27fce5
ci/mingw: enable javascript support
2024-06-07 20:07:29 +02:00
Kacper Michajłow
8f220067df
ci/mingw: resolve pkgconfig deprecation warning in meson
...
pkgconfig is deprecated in favor of pkg-config. Define both for
compatibility with meson < 1.3.0.
https://mesonbuild.com/Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig
2024-06-03 19:18:06 +02:00
Kacper Michajłow
bec3f606cf
ci/mingw: run meson tests
2024-06-03 19:18:06 +02:00
Kacper Michajłow
bb078b8303
ci/mingw: add exe_wrapper to cross file
...
Allows running complied binaries on build machine.
2024-06-03 19:18:06 +02:00
Kacper Michajłow
7e8c887873
ci/mingw: support encode mode
2024-06-03 19:18:06 +02:00
Kacper Michajłow
edcc72ba02
ci/mingw: use ninja for cmake builds
2024-06-03 19:18:06 +02:00
Guido Cella
4bbaa4d0d0
ci/lint: only allow specific characters in subjects
2024-05-20 20:59:10 +02:00
Guido Cella
7c4e7d8c7b
ci/lint: allow the first word after : to be an option with --
2024-05-20 20:59:10 +02:00
Guido Cella
68a5490be2
ci/lint: only allow space instead of \s or \s+
2024-05-20 20:59:10 +02:00
Kacper Michajłow
f2f62c5436
ci/mingw: use meson for libass build
2024-05-19 19:10:19 +02:00
Kacper Michajłow
0f93a6934f
ci/mingw: remove non-existent cmake option
2024-05-19 19:10:19 +02:00
Kacper Michajłow
875378ff01
ci/win32: override link args only for the target that needs them
...
Fixes compilation after USE_GAS related fixes upstream. It links
asm_offset.exe, which shouldn't use a .def file.
Fixes: 0125d35954
2024-05-19 01:29:14 +02:00
Kacper Michajłow
0125d35954
ci/win32: add Vulkan-Loader
...
vulkan-1.dll is packaged, but is not neccessary in most cases where
Vulkan Loader is already instaled by GPU driver.
2024-05-18 23:22:18 +02:00
Kacper Michajłow
2b4c64e321
ci/win32: build shaderc
...
Instead of linking binary blobs, build everything ourselves.
2024-05-18 23:22:18 +02:00
Kacper Michajłow
a0195d335d
ci/win32: enable all available projects from meson's wrapdb
...
Rubber Band is disabled because it pulls more dependencies and it is not
worth build. Might be reconsidered later.
2024-05-18 23:22:18 +02:00
Kacper Michajłow
58d9f565c4
ci/win32: add spirv-cross
2024-05-18 23:22:18 +02:00
Kacper Michajłow
8c4b081da9
ci/win32: add shaderc
...
Use pre-built binaries to reduce CI build time.
2024-05-18 23:22:18 +02:00
Kacper Michajłow
0ffabf5d45
ci: add Windows native build
...
x86_64-pc-windows-msvc build without mingw dependency. For now it lacks
some key dependencies like lua or shaderc. Will be extended in the
future.
2024-05-06 22:01:17 +02:00
Kacper Michajłow
d347ee0e91
ci/lint: use long commit hash
...
No reason to use short hash in script internally.
2024-05-05 13:54:07 +02:00
sfan5
943a50b300
ci/mingw: update dependency versions
2024-05-03 23:44:51 +02:00
Jan Ekström
e8fb386456
ci/build-mingw64: enable the SPDIF muxer
...
Useful if we want people to verify bitstreaming related changes
with our PR builds.
2024-04-04 17:03:48 +03:00
Andarwinux
bcab45149d
ci/mingw: use GAS for vulkan loader
...
this allows us to securely bundle the vulkan loader and include it in CI artifacts
2024-03-25 15:34:59 +01:00
nanahi
385031ae2d
ci/mingw: update dependency versions
2024-03-03 16:43:02 +01:00
nanahi
7d31db9e45
ci/mingw: add dav1d decoder
...
ffmpeg has built-in decoders for almost all common formats, except AV1.
dav1d allows the CI build to play AV1 videos without a hwdec-capable GPU.
2024-03-03 16:43:02 +01:00
nanahi
a81212836d
ci/mingw: enable nvdec
...
Install the nv-codec-headers to enable nvdec for ffmpeg.
This allows the CI build to enable hwdec on opengl and vulkan contexts.
2024-03-03 16:43:02 +01:00
sfan5
3e42139e13
ci: clone repos with shallow submodules
2024-02-26 23:16:48 +01:00
LaserEyess
d5dc1e8025
ci: add explicit build test for ffmpeg 4.4
...
This uses an alpine 3.15 container, which should be one of the oldest
distros that mpv master can compile on and that uses ffmpeg 4.4. Some
functionality is missing due to library versions being too old on
alpine, e.g. wayland, mujs, and pipewire.
The alpine build is also explicitly minimal, to test builds in
conditions where many common mpv features may not be available.
2024-02-26 15:37:37 +00:00
Kacper Michajłow
4f305e022f
Revert "ci/mingw: pin Vulkan version again"
...
No longer needed after commit:
e06ce6d2b4
This reverts commit 09606b9db9
.
2024-02-26 09:35:36 +01:00
LaserEyess
a0447a370e
ci: add OpenBSD
2024-02-25 14:29:18 +01:00
LaserEyess
914e56d845
ci: fix typing in lint-commit-msg.py
...
1. Explicitly add typing to lint_rules
2. Fix return type for get_commit_range()
3. Fix no-return path with get_commit_range()
2024-02-25 14:28:05 +01:00
der richter
3390dce426
github/workflows: add vulkan, mujs and urchadet to macOS dependencies
...
also explicitly enable those and remaining macOS features.
2024-02-24 20:04:16 +01:00
Dudemanguy
31a5f77ceb
ci/lint: add Reapply to the no prefix whitelist
...
You get a special award if you commit one of these.
2024-02-15 09:54:48 -06:00
sfan5
09606b9db9
ci/mingw: pin Vulkan version again
...
With 1.3.277 the AV1 decode headers have been upstreamed.
These get preferred over ffmpeg's internal non-standard header
for this extension (same name). FFmpeg currently only builds
using its own header and a patch to work with upstream ones
is in review.
For now pin vulkan at the version before that to unbreak our CI.
2024-02-12 14:42:29 +01:00