summaryrefslogtreecommitdiff
path: root/extra/xine-lib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xine-lib/PKGBUILD')
-rw-r--r--extra/xine-lib/PKGBUILD17
1 files changed, 12 insertions, 5 deletions
diff --git a/extra/xine-lib/PKGBUILD b/extra/xine-lib/PKGBUILD
index b68adef36..6b1b9684a 100644
--- a/extra/xine-lib/PKGBUILD
+++ b/extra/xine-lib/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 178143 2013-02-16 22:49:01Z ioni $
+# $Id: PKGBUILD 179685 2013-03-09 11:09:53Z foutrelis $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=xine-lib
pkgver=1.2.2
-pkgrel=6
+pkgrel=7
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'
'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu')
optdepends=('imagemagick: for using the imagemagick plugin' \
'jack: for using the jack plugin' \
@@ -30,11 +30,18 @@ optdepends=('imagemagick: for using the imagemagick plugin' \
'gnome-vfs: for using the gnome-vfs plugin' \
'libvdpau: for using the VDPAU plugin')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz
+ xine-lib-1.2.2-ffmpeg_audio_decoder-support-new-av_decode_audio4.patch)
+sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c'
+ '45500eca2aa40c133e1a6e8b23dbadc4b921b11f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # Fix audio decoding with newest FFmpeg
+ # https://bugs.archlinux.org/task/33818
+ patch -Np1 -i "$srcdir/xine-lib-1.2.2-ffmpeg_audio_decoder-support-new-av_decode_audio4.patch"
+
./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations
make
}