[arch-commits] Commit in mpv/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Mon Dec 23 09:31:04 UTC 2013
Date: Monday, December 23, 2013 @ 10:31:04
Author: bpiotrowski
Revision: 102876
upgpkg: mpv 0.2.4-2
- enable joystick input (FS#38239)
- enable wayland output
Modified:
mpv/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-23 07:43:29 UTC (rev 102875)
+++ PKGBUILD 2013-12-23 09:31:04 UTC (rev 102876)
@@ -4,7 +4,7 @@
pkgname=mpv
pkgver=0.2.4
-pkgrel=1
+pkgrel=2
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -28,8 +28,9 @@
./configure --prefix=/usr \
--confdir=/etc/mpv \
- --disable-lircc \
- --disable-joystick \
+ --enable-joystick \
+ --enable-wayland \
+ --disable-lirc \
--disable-radio \
--disable-radio-capture \
--disable-radio-v4l2 \
More information about the arch-commits
mailing list