Date: Monday, September 29, 2014 @ 01:04:48 Author: eric Revision: 223678
upgpkg: xine-lib 1.2.6-3 Use external dvdnav (close FS#42160) Modified: xine-lib/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-28 21:42:58 UTC (rev 223677) +++ PKGBUILD 2014-09-28 23:04:48 UTC (rev 223678) @@ -3,7 +3,7 @@ pkgname=xine-lib pkgver=1.2.6 -pkgrel=2 +pkgrel=3 pkgdesc="A multimedia playback engine" arch=('i686' 'x86_64') url="http://www.xine-project.org" @@ -10,7 +10,7 @@ license=('LGPL' 'GPL') depends=('libxvmc' 'ffmpeg' 'libxinerama') makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug' - 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' + 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav' 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 'gdk-pixbuf2') optdepends=('imagemagick: for using the imagemagick plugin' \ 'jack: for using the jack plugin' \ @@ -24,6 +24,7 @@ 'libdca: for using the dca plugin' \ 'a52dec: for using the a52 plugin' \ 'libmad: for using the mp3 plugin' \ + 'libdvdnav: for using the dvd plugin' \ 'libmpcdec: for using the musepack plugin' \ 'libcaca: for using the caca plugin' \ 'libbluray: for using the bluray plugin' \ @@ -36,7 +37,8 @@ build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations + ./configure --prefix=/usr --with-wavpack --enable-vdpau --with-external-dvdnav \ + --disable-optimizations make }