summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorInochi Amaoto2023-07-21 07:22:50 +0800
committerInochi Amaoto2023-07-21 07:22:50 +0800
commit8057be87671c038dbcc980896f60181c61c04208 (patch)
tree4aba79107e02e1b2b68f9ab7e7405484154e9e34 /PKGBUILD
parent9991ab4b922f3ab785161892eff3a6fdb5a3be27 (diff)
downloadaur-8057be87671c038dbcc980896f60181c61c04208.tar.gz
Add wayland dmabuf support
Signed-off-by: Inochi Amaoto <libraryindexsky@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 308e8efebc7b..18bd94a92230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.35.1.r421.gc1bef0f084
+pkgver=0.35.1.r568.gfd03d0038b
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )"
arch=('x86_64')
@@ -416,6 +416,7 @@ prepare() {
'-Dcocoa=disabled'
'-Dd3d11=disabled'
'-Ddirect3d=disabled'
+ '-Ddmabuf-wayland=enabled'
'-Ddrm=enabled'
'-Degl=enabled'
'-Degl-android=disabled'