mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/mpv to 0.17.0-2
This commit is contained in:
parent
a5baec7c29
commit
821326f574
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue