[arch-commits] Commit in xine-lib/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sun Sep 11 23:43:02 UTC 2011
Date: Sunday, September 11, 2011 @ 19:43:02
Author: eric
Revision: 137835
upgpkg: xine-lib 1.1.19-4
Make libmodplug optdepends a depends (close FS#25853)
Modified:
xine-lib/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-11 21:21:44 UTC (rev 137834)
+++ PKGBUILD 2011-09-11 23:43:02 UTC (rev 137835)
@@ -3,13 +3,13 @@
pkgname=xine-lib
pkgver=1.1.19
-pkgrel=3
+pkgrel=4
pkgdesc="A multimedia playback engine"
arch=('i686' 'x86_64')
url="http://www.xine-project.org"
license=('LGPL' 'GPL')
-depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa' 'libmodplug'
+depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 'aalib')
optdepends=('imagemagick: for using the imagemagick plugin' \
'smbclient: for using the smb plugin' \
@@ -19,7 +19,6 @@
'mesa: for using the opengl plugin' \
'libpulse: for using the pulseaudio plugin' \
'speex: for using the speex plugin' \
- 'libmodplug: for using the modplug plugin' \
'v4l-utils: for using the v4l plugin' \
'wavpack: for using the wavpack plugin' \
'faad2: for using the faad plugin' \
More information about the arch-commits
mailing list