community/mpv to 0.17.0-2

This commit is contained in:
Kevin Mihelich 2016-04-14 18:02:50 +00:00
parent a5baec7c29
commit 821326f574

View file

@ -9,7 +9,7 @@
pkgname=mpv
epoch=1
pkgver=0.17.0
pkgrel=1
pkgrel=2
_waf_version=1.8.12
pkgdesc='a free, open source, and cross-platform media player'
arch=('i686' 'x86_64')
@ -43,9 +43,10 @@ build() {
./waf configure --prefix=/usr \
--confdir=/etc/mpv \
--enable-zsh-comp \
--enable-libmpv-shared \
--enable-cdda \
--enable-encoding \
--enable-libmpv-shared \
--enable-zsh-comp \
--enable-egl-x11
./waf build