From e1cbaf963e362056815d598332d8599a83cd0954 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 31 Mar 2014 03:55:10 +0000 Subject: Mon Mar 31 03:50:18 UTC 2014 --- community/mpv/PKGBUILD | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'community/mpv') 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 # Contributor: Eivind Uggedal 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 \ -- cgit v1.2.3-54-g00ecf