summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-09-27 13:10:59 -0300
committerDaniel Bermond2017-09-27 13:10:59 -0300
commite14030f6c39684794e110d4357c84fe0ee7f8b19 (patch)
treea75bb59ef4bfdabdac258423959de2806644375e
parent80baa5d19cc3391929e00bb45059e08ed5be4a38 (diff)
downloadaur-e14030f6c39684794e110d4357c84fe0ee7f8b19.tar.gz
Change order of some configure options to match upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37bc300efd51..a5e179f7da28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Sep 27 15:43:52 UTC 2017
+# Wed Sep 27 16:09:48 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.r70.g77547d7c19
- pkgrel = 1
+ pkgrel = 2
url = http://mpv.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1c4fa1945848..75b54ba21bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mpv-full-git
pkgver=0.27.0.r70.g77547d7c19
-pkgrel=1
+pkgrel=2
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -62,8 +62,8 @@ build() {
./waf configure \
--color='yes' \
--prefix='/usr' \
- --confdir='/etc/mpv' \
--progress \
+ --confdir='/etc/mpv' \
\
--enable-libmpv-shared \
--disable-libmpv-static \
@@ -79,6 +79,7 @@ build() {
--disable-test \
--disable-clang-database \
\
+ --disable-android \
--disable-uwp \
--disable-win32-internal-pthreads \
--enable-iconv \
@@ -145,7 +146,6 @@ build() {
--enable-caca \
--enable-jpeg \
--disable-direct3d \
- --disable-android \
--disable-rpi \
--disable-ios-gl \
--enable-plain-gl \