summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c3b5404bc2..a78217bcb17d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 10 19:50:48 UTC 2016
+# Sat Jan 28 00:16:30 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (Git version with all possible libs)
- pkgver = 0.22.0.r54.g82855be
+ pkgver = 0.23.0.r154.g9c90c902c1
pkgrel = 1
url = http://mpv.io/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 73e3b43c840a..1aa3619e826d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
# x86_64: all from i686 and ffmpeg-full-git
pkgname=mpv-full-git
-pkgver=0.22.0.r54.g82855be
+pkgver=0.23.0.r154.g9c90c902c1
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (Git version with all possible libs)'
arch=('i686' 'x86_64')
@@ -74,6 +74,7 @@ build() {
--disable-html-build \
--disable-pdf-build \
\
+ --enable-cplugins \
--enable-vf-dlopen-filters \
--enable-zsh-comp \
--disable-test \
@@ -98,7 +99,6 @@ build() {
--enable-vapoursynth \
--enable-vapoursynth-lazy \
--enable-libarchive \
- --enable-libswresample \
--enable-libavdevice \
--lua=52arch \
\
@@ -157,6 +157,7 @@ build() {
--enable-gl \
\
--enable-vaapi-hwaccel \
+ --enable-vaapi-hwaccel-new \
--disable-videotoolbox-hwaccel \
--disable-videotoolbox-gl \
--enable-vdpau-hwaccel \