summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-01-27 22:18:16 -0200
committerDaniel Bermond2017-01-27 22:18:16 -0200
commit328136569022ed65abbcb25d1099bec0f7e9bebf (patch)
tree0fef1bfae176e0d946f292b3688568ca5e0b1ec8
parent476298b0e9952d6428d11f5cabdb0d4aa4ad97d0 (diff)
downloadaur-328136569022ed65abbcb25d1099bec0f7e9bebf.tar.gz
Updated configure options to match upstream
'--enable-libswresample' was removed from upstream. '--enable-vaapi-hwaccel-new' was added in upstream. Note that it will eliminate the need for the (also new) upstream option '--enable-vaapi-hwaccel-old'.
-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 \