mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/xine-lib to 1.2.8-5
This commit is contained in:
parent
95e5491c28
commit
986deab676
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue