Date: Saturday, July 3, 2010 @ 11:35:07 Author: eric Revision: 84684 upgpkg: xine-lib 1.1.18.1-2 Rebuilt against imagemagick 6.6.2.10, Added gtk2 and mesa optdepends
Modified: xine-lib/trunk/ChangeLog xine-lib/trunk/PKGBUILD -----------+ ChangeLog | 6 ++++++ PKGBUILD | 28 +++++++++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2010-07-03 15:10:59 UTC (rev 84683) +++ ChangeLog 2010-07-03 15:35:07 UTC (rev 84684) @@ -1,3 +1,9 @@ +2010-07-03 Eric Belanger <[email protected]> + + * xine-lib 1.1.18.1-2 + * Rebuilt against imagemagick 6.6.2.10 + * Added gtk2 and mesa optdepends + 2010-03-23 Eric Belanger <[email protected]> * xine-lib 1.1.18.1-1 Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-03 15:10:59 UTC (rev 84683) +++ PKGBUILD 2010-07-03 15:35:07 UTC (rev 84684) @@ -4,7 +4,7 @@ pkgname=xine-lib pkgver=1.1.18.1 -pkgrel=1 +pkgrel=2 pkgdesc="A multimedia playback engine" arch=('i686' 'x86_64') url="http://www.xine-project.org" @@ -12,10 +12,12 @@ depends=('libgl' 'libxvmc' 'esound' 'flac' 'libvorbis' 'sdl' 'libmng' 'libtheora' 'libxcb' 'wavpack' 'ffmpeg' 'heimdal' 'faad2') makedepends=('pkgconfig' 'libtool' 'imagemagick' 'smbclient' 'mesa' 'alsa-lib' - 'vcdimager' 'jack') + 'vcdimager' 'jack' 'gtk2') 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') + 'jack: for using the jack plugin' 'vcdimager: for using the vcd plugin' \ + 'gtk2: for using the gdk-pixbuf plugin' 'mesa: for using the opengl plugin') options=('!libtool') +changelog=ChangeLog source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2 xine-lib-1.1.1-configure-no-mcpu-march.patch) md5sums=('3efad551f2f8a9c5734855a6639694ef' '9776df4eb54d2f1f68d8268adbc3b5c2') @@ -23,19 +25,23 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1 + patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch - libtoolize --force --copy || return 1 - aclocal -I m4 || return 1 - autoconf || return 1 - automake --add-missing || return 1 + libtoolize --force --copy + aclocal -I m4 + autoconf + automake --add-missing ./configure --prefix=/usr --with-w32-path=/usr/lib/codecs \ --with-xv-path=/usr/lib --with-xxmc-path=/usr/lib --with-xvmc-path=/usr/lib \ --with-libflac --with-wavpack --with-xcb \ --without-arts --with-jack --without-speex \ --disable-gnomevfs --without-pulseaudio --disable-aalib \ - --disable-modplug --with-external-ffmpeg || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + --disable-modplug --with-external-ffmpeg + make } + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
