summaryrefslogtreecommitdiff
path: root/community/mpv/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/mpv/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/mpv/PKGBUILD')
-rw-r--r--community/mpv/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
index 4ea19c68e..1c1b87aa8 100644
--- a/community/mpv/PKGBUILD
+++ b/community/mpv/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 100387 2013-11-03 11:15:18Z bpiotrowski $
+# $Id: PKGBUILD 102925 2013-12-24 08:38:45Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
pkgname=mpv
-pkgver=0.2.2
-pkgrel=1
+pkgver=0.2.4
+pkgrel=3
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -12,24 +12,21 @@ url='http://mpv.io'
depends=(
'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libxinerama'
'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua51'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
)
makedepends=('mesa' 'python-docutils')
options=(!emptydirs)
install=mpv.install
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('632d1ee368fe7355563047bbdcd7b08a')
+md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
build() {
- unset CFLAGS
- unset LDFLAGS
-
cd $pkgname-$pkgver
./configure --prefix=/usr \
--confdir=/etc/mpv \
- --disable-lircc \
- --disable-joystick \
+ --enable-joystick \
+ --enable-wayland \
--disable-radio \
--disable-radio-capture \
--disable-radio-v4l2 \