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

Christian Hesse eworm at archlinux.org
Thu Apr 14 14:07:45 UTC 2016


    Date: Thursday, April 14, 2016 @ 16:07:45
  Author: eworm
Revision: 171002

upgpkg: mpv 1:0.17.0-2

* (re)enable encoding support (FS#48915)

Modified:
  mpv/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-14 13:52:06 UTC (rev 171001)
+++ PKGBUILD	2016-04-14 14:07:45 UTC (rev 171002)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -38,9 +38,10 @@
 
   ./waf configure --prefix=/usr \
     --confdir=/etc/mpv \
-    --enable-zsh-comp \
+    --enable-cdda \
+    --enable-encoding \
     --enable-libmpv-shared \
-    --enable-cdda
+    --enable-zsh-comp
 
   ./waf build
 }



More information about the arch-commits mailing list