mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/xine-lib to 1.2.6-3
This commit is contained in:
parent
2e64d8042a
commit
b59e91d6b3
1 changed files with 4 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
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"
|
||||
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' 'glu' 'gdk-pixbuf2')
|
||||
optdepends=('imagemagick: for using the imagemagick plugin' \
|
||||
'jack: for using the jack plugin' \
|
||||
|
@ -38,7 +38,8 @@ sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
|
|||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr --with-wavpack --disable-vdpau --disable-optimizations
|
||||
./configure --prefix=/usr --with-wavpack --disable-vdpau -with-external-dvdnav \
|
||||
--disable-optimizations
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue