mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mpv to 0.8.0-3
This commit is contained in:
parent
557a632d69
commit
3f166e1429
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=mpv
|
||||
pkgver=0.8.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -16,7 +16,7 @@ depends=(
|
|||
'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
|
||||
'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
|
||||
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
|
||||
'libguess' 'libxrandr'
|
||||
'libguess' 'libxrandr' 'jack'
|
||||
)
|
||||
makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
|
||||
optdepends=('youtube-dl: for video-sharing websites playback')
|
||||
|
@ -37,6 +37,7 @@ build() {
|
|||
|
||||
./waf configure --prefix=/usr \
|
||||
--confdir=/etc/mpv \
|
||||
--enable-jack \
|
||||
--enable-joystick \
|
||||
--enable-zsh-comp \
|
||||
--enable-libmpv-shared \
|
||||
|
|
Loading…
Reference in a new issue