Date: Wednesday, March 24, 2010 @ 17:48:42 Author: eric Revision: 73317
upgpkg: xine-lib 1.1.18.1-1 Upstream update, Changed jack-audio-connection-kit references to jack, Added vcdimager optdepends Modified: xine-lib/trunk/ChangeLog xine-lib/trunk/PKGBUILD -----------+ ChangeLog | 7 +++++++ PKGBUILD | 15 ++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2010-03-24 21:46:50 UTC (rev 73316) +++ ChangeLog 2010-03-24 21:48:42 UTC (rev 73317) @@ -1,3 +1,10 @@ +2010-03-23 Eric Belanger <[email protected]> + + * xine-lib 1.1.18.1-1 + * Upstream update + * Changed jack-audio-connection-kit references to jack + * Added vcdimager optdepends + 2010-02-23 Eric Belanger <[email protected]> * xine-lib 1.1.18-1 Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-24 21:46:50 UTC (rev 73316) +++ PKGBUILD 2010-03-24 21:48:42 UTC (rev 73317) @@ -3,7 +3,7 @@ # Contributor: Judd Vinet <[email protected]> pkgname=xine-lib -pkgver=1.1.18 +pkgver=1.1.18.1 pkgrel=1 pkgdesc="A multimedia playback engine" arch=('i686' 'x86_64') @@ -12,20 +12,17 @@ depends=('libgl' 'libxvmc' 'esound' 'flac' 'libvorbis' 'sdl' 'libmng' 'libtheora' 'libxcb' 'wavpack' 'ffmpeg' 'heimdal' 'faad2') makedepends=('pkgconfig' 'libtool' 'imagemagick' 'smbclient' 'mesa' 'alsa-lib' - 'vcdimager' 'jack-audio-connection-kit') -optdepends=('imagemagick: for using the imagemagick plugin' 'smbclient: for using the smb plugin' 'jack-audio-connection-kit: for using the jack plugin') + 'vcdimager' 'jack') +optdepends=('imagemagick: for using the imagemagick plugin' 'smbclient: for using the smb plugin' \ + 'jack: for using the jack plugin' 'vcdimager: for using the vcd plugin') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2 - http://downloads.sourceforge.net/sourceforge/xine/compat.c xine-lib-1.1.1-configure-no-mcpu-march.patch) -md5sums=('2313c279bc99303cd12d4ee0ac826e20' 'c4537f3b0445e15a031e1f69fc57bc28'\ - '9776df4eb54d2f1f68d8268adbc3b5c2') -sha1sums=('4b80610939930569715c51a315f2d919a7e42a13' 'fe0646f11a6930631a64fe1b7c517662e79b58d2'\ - '121a8358d7919b2e51067412373f52848290338a') +md5sums=('3efad551f2f8a9c5734855a6639694ef' '9776df4eb54d2f1f68d8268adbc3b5c2') +sha1sums=('783232b6d6e23850a7ac97bf53b2a8bc2e743270' '121a8358d7919b2e51067412373f52848290338a') build() { cd "${srcdir}/${pkgname}-${pkgver}" - cp "${srcdir}/compat.c" src/dxr3/compat.c || return 1 patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1 libtoolize --force --copy || return 1
