summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Boulanger2023-05-20 18:13:57 -0400
committerWilliam Boulanger2023-05-20 18:13:57 -0400
commit357ec71de9428b8424b719d6ddffdcae1f31ad4e (patch)
tree216fb9a69678441aa55d4f521f547ab4989c3f5d /PKGBUILD
parent5be7b008932f79375f369b5a3841f2f7b3bcfbd3 (diff)
downloadaur-357ec71de9428b8424b719d6ddffdcae1f31ad4e.tar.gz
Enabled libplacebo-next
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fad0413263a..fa2fa72aaea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,9 @@ depends=(
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'mujs'
'libdvdnav' 'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
'zlib' 'vapoursynth' 'openal' 'vulkan-icd-loader' 'shaderc'
- 'libplacebo' 'libxpresent' 'pipewire' 'zimg' 'ffmpeg' 'sndio' 'libsixel'
+ 'libxpresent' 'pipewire' 'zimg' 'ffmpeg' 'sndio' 'libsixel'
# AUR:
- 'spirv-cross'
+ 'spirv-cross' 'libplacebo-git'
)
makedepends=('git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
'wayland-protocols' 'meson')
@@ -49,8 +49,6 @@ pkgver() {
}
build() {
- # TODO Reenable libplacebo-next when its arch package
- # reaches the required version
arch-meson mpv build \
-Dgpl='true' \
-Dcplayer='true' \
@@ -118,7 +116,7 @@ build() {
-Dgl-x11='enabled' \
-Djpeg='enabled' \
-Dlibplacebo='enabled' \
- -Dlibplacebo-next='disabled' \
+ -Dlibplacebo-next='enabled' \
-Drpi='disabled' \
-Dsdl2-video='enabled' \
-Dshaderc='enabled' \