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

Christian Hesse eworm at archlinux.org
Mon Feb 23 17:57:25 UTC 2015


    Date: Monday, February 23, 2015 @ 18:57:25
  Author: eworm
Revision: 128139

upgpkg: mpv 0.8.0-3

* enable jack and add dependency (broke with dropping pulseaudio,
  FS#43898)

Modified:
  mpv/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-23 16:06:14 UTC (rev 128138)
+++ PKGBUILD	2015-02-23 17:57:25 UTC (rev 128139)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
   'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
   'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'libxrandr'
+  'libguess' 'libxrandr' 'jack'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
 optdepends=('youtube-dl: for video-sharing websites playback')
@@ -32,6 +32,7 @@
 
   ./waf configure --prefix=/usr \
     --confdir=/etc/mpv \
+    --enable-jack \
     --enable-joystick \
     --enable-zsh-comp \
     --enable-libmpv-shared \



More information about the arch-commits mailing list