[arch-commits] Commit in xine-lib/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Jun 29 21:40:55 UTC 2008
Date: Sunday, June 29, 2008 @ 17:40:55
Author: jgc
Revision: 3720
upgpkg: xine-lib 1.1.14-1
Security update (FS#10774)
Modified:
xine-lib/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-06-29 21:29:29 UTC (rev 3719)
+++ PKGBUILD 2008-06-29 21:40:55 UTC (rev 3720)
@@ -3,7 +3,7 @@
# Committer: Judd Vinet <jvinet at zeroflux.org>
pkgname=xine-lib
-pkgver=1.1.12
+pkgver=1.1.14
pkgrel=1
pkgdesc="A free video player for Unix"
arch=('i686' 'x86_64')
@@ -15,12 +15,16 @@
'smbclient' 'mesa' 'alsa-lib' 'vcdimager')
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
xine-lib-1.1.1-configure-no-mcpu-march.patch)
-md5sums=('b7254614c78c8b0f1652b8dc06f80b3a' '9776df4eb54d2f1f68d8268adbc3b5c2')
+md5sums=('5b2edc264ddad48c65e0c03e009aa693' '9776df4eb54d2f1f68d8268adbc3b5c2')
options=('!libtool')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
patch -Np0 -i ${startdir}/src/xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
+ libtoolize --force --copy || return 1
+ aclocal -I m4|| return 1
+ autoconf || return 1
+ automake --add-missing || return 1
./configure --prefix=/usr --with-w32-path=/usr/lib/win32 \
--with-xv-path=/usr/lib --with-libflac --with-wavpack \
More information about the arch-commits
mailing list