mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/mpv to 0.9.0-1
This commit is contained in:
parent
2a0612e9e7
commit
4eb07cafe4
1 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# - armv7 needs to be built with fPIC
|
||||
|
||||
pkgname=mpv
|
||||
pkgver=0.8.3
|
||||
pkgver=0.9.0
|
||||
pkgrel=1
|
||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,14 +16,14 @@ 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' 'jack' 'smbclient'
|
||||
'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
|
||||
)
|
||||
makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
|
||||
optdepends=('youtube-dl: for video-sharing websites playback')
|
||||
options=('!emptydirs' '!buildflags')
|
||||
install=mpv.install
|
||||
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
|
||||
md5sums=('a34ff41da1d5393ac8d6f9fbb743d3bd')
|
||||
md5sums=('df3cbee9dce0f97a5a3f901af9c64c2e')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@ -37,7 +37,6 @@ build() {
|
|||
|
||||
./waf configure --prefix=/usr \
|
||||
--confdir=/etc/mpv \
|
||||
--enable-joystick \
|
||||
--enable-zsh-comp \
|
||||
--enable-libmpv-shared \
|
||||
--enable-cdda
|
||||
|
|
Loading…
Reference in a new issue