summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-10-11 16:57:22 -0300
committerDaniel Bermond2017-10-11 16:57:22 -0300
commitd36a4a52d8de144701fb313f3ee153f666e3f439 (patch)
treebc3e50017e5eab2cac9cc62b382546654a7b6ff1
parentf8dba748ebc6dd0cf485cfd1486f1e8c24ac080d (diff)
downloadaur-d36a4a52d8de144701fb313f3ee153f666e3f439.tar.gz
New upstream options for wayland
--enable-wayland-scanner --enable-wayland-protocols
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db736ff5d8ec..e7b133aae08d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 28 16:13:59 UTC 2017
+# Wed Oct 11 19:57:08 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
- pkgver = 0.27.0.r74.g791b9c4024
+ pkgver = 0.27.0.r227.g91ebc34344
pkgrel = 1
url = http://mpv.io/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 255e54ab22dd..a3bbf71da3a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# CUDA is x86_64 only and so it will not be available in i686 builds.
pkgname=mpv-full-git
-pkgver=0.27.0.r74.g791b9c4024
+pkgver=0.27.0.r227.g91ebc34344
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
@@ -123,6 +123,8 @@ build() {
--disable-cocoa \
--enable-drm \
--enable-gbm \
+ --enable-wayland-scanner \
+ --enable-wayland-protocols \
--enable-wayland \
--enable-x11 \
--enable-xv \