mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mpv to 0.26.0-3
This commit is contained in:
parent
1c4ad7ae24
commit
c52fa5428f
1 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=0.26.0
|
pkgver=0.26.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
_waf_version=1.8.12
|
_waf_version=1.8.12
|
||||||
pkgdesc='a free, open source, and cross-platform media player'
|
pkgdesc='a free, open source, and cross-platform media player'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -19,7 +19,7 @@ depends=(
|
||||||
'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
|
'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
|
||||||
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
|
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
|
||||||
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
|
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
|
||||||
'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
|
'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
|
||||||
)
|
)
|
||||||
makedepends=('mesa' 'python-docutils' 'ladspa')
|
makedepends=('mesa' 'python-docutils' 'ladspa')
|
||||||
optdepends=('youtube-dl: for video-sharing websites playback')
|
optdepends=('youtube-dl: for video-sharing websites playback')
|
||||||
|
@ -48,7 +48,6 @@ build() {
|
||||||
./waf configure --prefix=/usr \
|
./waf configure --prefix=/usr \
|
||||||
--confdir=/etc/mpv \
|
--confdir=/etc/mpv \
|
||||||
--enable-cdda \
|
--enable-cdda \
|
||||||
--enable-cplugins \
|
|
||||||
--enable-dvb \
|
--enable-dvb \
|
||||||
--enable-dvdnav \
|
--enable-dvdnav \
|
||||||
--enable-encoding \
|
--enable-encoding \
|
||||||
|
|
Loading…
Reference in a new issue