[arch-commits] CVS update of extra/multimedia/xine-lib (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Mon Oct 8 18:35:48 UTC 2007
Date: Monday, October 8, 2007 @ 14:35:48
Author: aaron
Path: /home/cvs-extra/extra/multimedia/xine-lib
Modified: PKGBUILD (1.5 -> 1.6)
upgpkg: xine-lib 1.1.8-1
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Index: extra/multimedia/xine-lib/PKGBUILD
diff -u extra/multimedia/xine-lib/PKGBUILD:1.5 extra/multimedia/xine-lib/PKGBUILD:1.6
--- extra/multimedia/xine-lib/PKGBUILD:1.5 Sun Jul 29 13:18:43 2007
+++ extra/multimedia/xine-lib/PKGBUILD Mon Oct 8 14:35:47 2007
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD,v 1.5 2007/07/29 17:18:43 tpowa Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.6 2007/10/08 18:35:47 aaron Exp $
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
# Committer: Judd Vinet <jvinet at zeroflux.org>
+
pkgname=xine-lib
-pkgver=1.1.7
-pkgrel=3
+pkgver=1.1.8
+pkgrel=1
pkgdesc="A free video player for Unix"
arch=('i686' 'x86_64')
url="http://xinehq.de/"
license=('LGPL' 'GPL')
+#TODO remove 'codecs' and make them optional
depends=('libgl' 'libxvmc' 'esd' 'flac>=1.1.4' 'libvorbis' 'sdl' 'libmng' 'libtheora'
'codecs' 'libxcb')
makedepends=('pkgconfig' 'libtool' 'automake' 'autoconf' 'imagemagick'
'smbclient' 'mesa' 'alsa-lib' 'vcdimager')
-options=('!libtool')
-source=(http://heanet.dl.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.gz
xine-lib-1.1.1-configure-no-mcpu-march.patch)
-md5sums=('a613a3adf44b5098e04842250dbd2251' '9776df4eb54d2f1f68d8268adbc3b5c2')
+md5sums=('ef235cc9e7057680aa35c315a6dd78fd' '9776df4eb54d2f1f68d8268adbc3b5c2')
+options=('!libtool')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
More information about the arch-commits
mailing list