summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInochi Amaoto2023-07-21 07:22:50 +0800
committerInochi Amaoto2023-07-21 07:22:50 +0800
commit8057be87671c038dbcc980896f60181c61c04208 (patch)
tree4aba79107e02e1b2b68f9ab7e7405484154e9e34
parent9991ab4b922f3ab785161892eff3a6fdb5a3be27 (diff)
downloadaur-8057be87671c038dbcc980896f60181c61c04208.tar.gz
Add wayland dmabuf support
Signed-off-by: Inochi Amaoto <libraryindexsky@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71005816e234..aa290851ac79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-full-build-git
pkgdesc = Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )
- pkgver = 0.35.1.r421.gc1bef0f084
+ pkgver = 0.35.1.r568.gfd03d0038b
pkgrel = 1
url = http://mpv.io
arch = x86_64
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'