From 4e5db57790dfb7243ca8b1d7c82f834a6294d8ab Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 13 Mar 2014 03:50:12 +0000 Subject: Thu Mar 13 03:41:44 UTC 2014 --- community/mpv/PKGBUILD | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'community/mpv') diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD index 0756bc09a..01f9aec9a 100644 --- a/community/mpv/PKGBUILD +++ b/community/mpv/PKGBUILD @@ -1,40 +1,32 @@ -# $Id: PKGBUILD 105849 2014-02-16 12:44:18Z bpiotrowski $ +# $Id: PKGBUILD 107066 2014-03-12 10:33:29Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Eivind Uggedal pkgname=mpv -pkgver=0.3.5 +pkgver=0.3.6 pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') license=('GPL') url='http://mpv.io' depends=( - 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' - 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' - 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav' - ) -makedepends=('mesa' 'python-docutils' 'waf') + 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' + 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland' + 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav' +) +makedepends=('mesa' 'python-docutils' 'waf' 'ladspa') options=('!emptydirs' '!buildflags') install=mpv.install source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('b3fdd3e70d6e53a14c3b1881343d2aca') +md5sums=('11a8bb5f10056b7cc0dbedd38fe6e581') build() { cd $pkgname-$pkgver waf configure --prefix=/usr \ --confdir=/etc/mpv \ - --enable-joystick \ - --enable-wayland \ - --disable-radio \ - --disable-radio-capture \ - --disable-radio-v4l2 \ - --disable-libbs2b \ - --disable-direct3d \ - --disable-corevideo \ - --disable-cocoa \ - --disable-coreaudio + --enable-joystick + waf build } -- cgit v1.2.3-54-g00ecf