mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
ci/openbsd: bump to 7.5 and remove libplacebo subproject
The available version is enough now.
This commit is contained in:
parent
2887b2e64c
commit
b64521ae10
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -413,10 +413,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Test in OpenBSD VM
|
- name: Test in OpenBSD VM
|
||||||
uses: cross-platform-actions/action@v0.23.0
|
uses: cross-platform-actions/action@v0.24.0
|
||||||
with:
|
with:
|
||||||
operating_system: openbsd
|
operating_system: openbsd
|
||||||
version: '7.4'
|
version: '7.5'
|
||||||
run: |
|
run: |
|
||||||
sudo pkg_add -U \
|
sudo pkg_add -U \
|
||||||
cmake \
|
cmake \
|
||||||
@ -428,6 +428,7 @@ jobs:
|
|||||||
libcdio-paranoia \
|
libcdio-paranoia \
|
||||||
libdvdnav \
|
libdvdnav \
|
||||||
libiconv \
|
libiconv \
|
||||||
|
libplacebo \
|
||||||
libv4l \
|
libv4l \
|
||||||
libxkbcommon \
|
libxkbcommon \
|
||||||
luajit \
|
luajit \
|
||||||
@ -454,7 +455,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Test in FreeBSD VM
|
- name: Test in FreeBSD VM
|
||||||
uses: cross-platform-actions/action@v0.23.0
|
uses: cross-platform-actions/action@v0.24.0
|
||||||
with:
|
with:
|
||||||
operating_system: freebsd
|
operating_system: freebsd
|
||||||
version: '14.0'
|
version: '14.0'
|
||||||
|
@ -1,14 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# libplacebo on openBSD is too old; use a subproject
|
# FFmpeg on openBSD (4.4.4) is too old; use a subproject
|
||||||
rm -rf subprojects
|
rm -rf subprojects
|
||||||
mkdir -p subprojects
|
mkdir -p subprojects
|
||||||
git clone https://code.videolan.org/videolan/libplacebo.git \
|
|
||||||
--recurse-submodules --shallow-submodules \
|
|
||||||
--depth=1 --recurse-submodules subprojects/libplacebo
|
|
||||||
|
|
||||||
# FFmpeg on openBSD (4.4.4) is too old; use a subproject
|
|
||||||
cat <<EOF > subprojects/ffmpeg.wrap
|
cat <<EOF > subprojects/ffmpeg.wrap
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git
|
url = https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git
|
||||||
|
Loading…
Reference in New Issue
Block a user