extra/xine-lib to 1.2.8-5

This commit is contained in:
Kevin Mihelich 2017-12-10 04:48:40 +00:00
parent 95e5491c28
commit 986deab676

View file

@ -6,16 +6,16 @@
pkgname=xine-lib
pkgver=1.2.8
pkgrel=4
pkgrel=5
pkgdesc="A multimedia playback engine"
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://www.xine-project.org"
license=('LGPL' 'GPL')
depends=('libxvmc' 'ffmpeg' 'libxinerama')
makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
makedepends=('wavpack' 'faad2' 'libmng' 'libmagick6' 'mesa' 'libmodplug'
'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
'libmpcdec' 'libcaca' 'libbluray' 'glu' 'gdk-pixbuf2')
optdepends=('imagemagick: for using the imagemagick plugin' \
optdepends=('libmagick6: for using the imagemagick plugin' \
'jack: for using the jack plugin' \
'vcdimager: for using the vcd plugin' \
'glu: for using the opengl plugin' \
@ -37,6 +37,7 @@ sha1sums=('f20115ddfced42d51feb159393607b17e6f2bdc1')
build() {
cd ${pkgname}-${pkgver}
PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
./configure --prefix=/usr --with-wavpack --disable-vdpau --with-external-dvdnav \
--disable-optimizations
make