[arch-commits] Commit in mpv/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Dec 24 08:38:30 UTC 2013


    Date: Tuesday, December 24, 2013 @ 09:38:30
  Author: bpiotrowski
Revision: 102924

upgpkg: mpv 0.2.4-3

- re-enable lirc support

Modified:
  mpv/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-24 07:14:38 UTC (rev 102923)
+++ PKGBUILD	2013-12-24 08:38:30 UTC (rev 102924)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,9 +21,6 @@
 md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
 
 build() {
-  unset CFLAGS
-  unset LDFLAGS
-
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr \
@@ -30,7 +27,6 @@
     --confdir=/etc/mpv \
     --enable-joystick \
     --enable-wayland \
-    --disable-lirc \
     --disable-radio \
     --disable-radio-capture \
     --disable-radio-v4l2 \




More information about the arch-commits mailing list