summaryrefslogtreecommitdiff
path: root/community/mpv
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-31 03:55:10 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-31 03:55:10 +0000
commite1cbaf963e362056815d598332d8599a83cd0954 (patch)
tree898641ef879a5a61aaad412c11d08c04467f9f9f /community/mpv
parent5077e205a00f5babff7ecf515d82b1a0bac4379e (diff)
Mon Mar 31 03:50:18 UTC 2014
Diffstat (limited to 'community/mpv')
-rw-r--r--community/mpv/PKGBUILD21
1 files changed, 13 insertions, 8 deletions
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
index aad5cd3a3..20320b54e 100644
--- a/community/mpv/PKGBUILD
+++ b/community/mpv/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 108557 2014-03-28 15:46:57Z bpiotrowski $
+# $Id: PKGBUILD 108621 2014-03-30 17:03:31Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
pkgname=mpv
-pkgver=0.3.6
-pkgrel=2
+pkgver=0.3.7
+pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -14,25 +14,30 @@ depends=(
'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
)
-makedepends=('mesa' 'python-docutils' 'waf' 'ladspa')
+makedepends=('mesa' 'python-docutils' 'ladspa')
options=('!emptydirs' '!buildflags')
install=mpv.install
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('11a8bb5f10056b7cc0dbedd38fe6e581')
+md5sums=('0e1398c324775998b0e60fdb11b9e06d')
+
+prepare() {
+ cd $pkgname-$pkgver
+ ./bootstrap.py
+}
build() {
cd $pkgname-$pkgver
- waf configure --prefix=/usr \
+ ./waf configure --prefix=/usr \
--confdir=/etc/mpv \
--enable-joystick
- waf build
+ ./waf build
}
package() {
cd $pkgname-$pkgver
- waf install --destdir="$pkgdir"
+ ./waf install --destdir="$pkgdir"
install -d "$pkgdir"/usr/share/doc/mpv/examples
install -m644 etc/{input,example}.conf \