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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Jun 26 18:21:03 UTC 2014


    Date: Thursday, June 26, 2014 @ 20:21:03
  Author: bpiotrowski
Revision: 113643

upgpkg: mpv 0.4.0-2

- enable zsh completion  (FS#40983)
- drop portaudio support
- add enca and libguess for autodetection of subtitles encoding
- explicitly enable cdda support

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-26 17:45:39 UTC (rev 113642)
+++ PKGBUILD	2014-06-26 18:21:03 UTC (rev 113643)
@@ -4,15 +4,16 @@
 
 pkgname=mpv
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 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' 'libgl'
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
   'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa')
 options=('!emptydirs' '!buildflags')
@@ -30,7 +31,10 @@
 
   ./waf configure --prefix=/usr \
     --confdir=/etc/mpv \
-    --enable-joystick
+    --enable-joystick \
+    --enable-zsh-comp \
+    --enable-libmpv-shared \
+    --enable-cdda
 
   ./waf build
 }




More information about the arch-commits mailing list