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

Jan de Groot jgc at nymeria.archlinux.org
Tue Jan 14 11:43:04 UTC 2014


    Date: Tuesday, January 14, 2014 @ 12:43:03
  Author: jgc
Revision: 204035

upgpkg: xine-lib 1.2.4-2

libcdio rebuild
Add gdk-pixbuf2 makedepends/optdepends. Shows up in checkpkg, so previous version was built with this enabled

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-14 11:19:45 UTC (rev 204034)
+++ PKGBUILD	2014-01-14 11:43:03 UTC (rev 204035)
@@ -3,7 +3,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A multimedia playback engine"
 arch=('i686' 'x86_64')
 url="http://www.xine-project.org"
@@ -11,7 +11,7 @@
 depends=('libxvmc' 'ffmpeg' 'libxinerama')
 makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
              'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
-             'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu')
+             'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 'gdk-pixbuf2')
 optdepends=('imagemagick: for using the imagemagick plugin' \
             'jack: for using the jack plugin' \
             'vcdimager: for using the vcd plugin' \
@@ -29,7 +29,8 @@
             'libbluray: for using the bluray plugin' \
             'gnome-vfs: for using the gnome-vfs plugin' \
             'libvdpau: for using the VDPAU plugin' \
-            'smbclient: for using the samba plugin')
+            'smbclient: for using the samba plugin' \
+            'gdk-pixbuf2: for using the gdk-pixbuf plugin')
 source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
 sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504')
 




More information about the arch-commits mailing list