summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2016-06-16 00:10:18 -0400
committerPhilip Sequeira2016-06-16 00:10:18 -0400
commita646d827160607de8c0b4a47adee60aca5afaad9 (patch)
tree38ea162eef73bf0f5702fb9fe59e64419183e28f
parentf39e84a229abce6ce03b5eb0340f26d494f626bd (diff)
downloadaur-a646d827160607de8c0b4a47adee60aca5afaad9.tar.gz
remove --enable-gpl3 (soon to be removed upstream)
The functionality it provides is already possible with user shaders: https://github.com/bjin/mpv-prescalers (I'm doing this now because I'm going out of town soon and don't want the package to break if upstream removes the flag while I'm gone.)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34aadbc25cfa..8e63eaeee830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 01:13:25 UTC 2016
+# Thu Jun 16 04:09:55 UTC 2016
pkgbase = mpv-git
pkgdesc = Video player based on MPlayer/mplayer2 (git version)
- pkgver = 43170.g304d9d5
+ pkgver = 43403.g5700da4
pkgrel = 1
url = https://mpv.io
install = mpv.install
@@ -10,7 +10,7 @@ pkgbase = mpv-git
arch = x86_64
arch = armv6h
arch = armv7h
- license = GPL3
+ license = GPL
makedepends = git
makedepends = python-docutils
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 83dceb08ce22..1f8f8c01b829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,11 @@
pkgname=mpv-git
_gitname=mpv
-pkgver=43170.g304d9d5
+pkgver=43403.g5700da4
pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2 (git version)'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
-license=('GPL3')
+license=('GPL')
url='https://mpv.io'
_undetected_depends=('hicolor-icon-theme')
depends=('ffmpeg' "${_undetected_depends[@]}")
@@ -55,8 +55,7 @@ build() {
./waf configure --prefix=/usr \
--confdir=/etc/mpv \
--enable-zsh-comp \
- --enable-libmpv-shared \
- --enable-gpl3
+ --enable-libmpv-shared
./waf build
}