summaryrefslogtreecommitdiff
path: root/community/mpv
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-13 03:50:12 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-13 03:50:12 +0000
commit4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (patch)
tree5fa56a9aaad99bff3be377187b518aa7938dd746 /community/mpv
parent5d4b5782f03734e12c907cbc7e4b8c35926e9554 (diff)
Thu Mar 13 03:41:44 UTC 2014
Diffstat (limited to 'community/mpv')
-rw-r--r--community/mpv/PKGBUILD28
1 files changed, 10 insertions, 18 deletions
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 <bpiotrowski@archlinux.org>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
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
}