summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2016-10-30 11:25:18 +0100
committerBruno Pagani2016-10-30 11:25:18 +0100
commit48c112a3108b300a16431fb69d1a80f639e3a0c8 (patch)
treed81eee68577a6ff551ef59bd5f585bd1750457a0
parentd70e2be23ea614e5147e90db2379962bcea8ba1b (diff)
downloadaur-48c112a3108b300a16431fb69d1a80f639e3a0c8.tar.gz
upgpkg: mpv-light 0.21.0-2
Reenable vdpau-hwaccel which was forgotten in https://aur.archlinux.org/cgit/aur.git/commit/?h=mpv&id=e09aa42b047b5867a7c9401bc69b1c6450b19d13
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c2a0c022d9..a489399a05fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpv
pkgdesc = Video player based on MPlayer/mplayer2, with selection of features.
pkgver = 0.21.0
- pkgrel = 1
+ pkgrel = 2
url = http://mpv.io
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 440921773058..7522a3415a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=mpv
pkgname=mpv-light
pkgver=0.21.0
-pkgrel=1
+pkgrel=2
pkgdesc='Video player based on MPlayer/mplayer2, with selection of features.'
arch=('i686' 'x86_64')
license=('GPL')
@@ -57,7 +57,7 @@ build() {
--enable-vdpau \
--enable-vdpau-gl-x11 \
--disable-caca \
- --disable-vdpau-hwaccel \
+ --enable-vdpau-hwaccel \
--disable-tv \
--disable-tv-v4l2 \
--disable-libv4l2 \