mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/mpv to 0.8.2-1
This commit is contained in:
parent
c0b4a7c49a
commit
56993a9ab7
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - armv7 needs to be built with fPIC
|
# - armv7 needs to be built with fPIC
|
||||||
|
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
pkgver=0.8.1
|
pkgver=0.8.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -23,7 +23,7 @@ optdepends=('youtube-dl: for video-sharing websites playback')
|
||||||
options=('!emptydirs' '!buildflags')
|
options=('!emptydirs' '!buildflags')
|
||||||
install=mpv.install
|
install=mpv.install
|
||||||
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
|
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
|
||||||
md5sums=('1790d2d267c92c61b1309adb4f9c46d6')
|
md5sums=('6437a04dbcfe42efc13cdd37c979b954')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
@ -37,7 +37,6 @@ build() {
|
||||||
|
|
||||||
./waf configure --prefix=/usr \
|
./waf configure --prefix=/usr \
|
||||||
--confdir=/etc/mpv \
|
--confdir=/etc/mpv \
|
||||||
--enable-jack \
|
|
||||||
--enable-joystick \
|
--enable-joystick \
|
||||||
--enable-zsh-comp \
|
--enable-zsh-comp \
|
||||||
--enable-libmpv-shared \
|
--enable-libmpv-shared \
|
||||||
|
|
Loading…
Reference in a new issue