summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-08 09:08:48 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-08 09:08:48 (GMT)
commitb8d03d2d8f8f5210b4f27b06086179e76267eb52 (patch)
treede3adf7de035e0d4d950e156bbe2ae38a6997111
parent3e3a57915f2b024e07bac3c975f939f4b6f64f3c (diff)
downloadlinhes_pkgbuild-b8d03d2d8f8f5210b4f27b06086179e76267eb52.zip
linhes_pkgbuild-b8d03d2d8f8f5210b4f27b06086179e76267eb52.tar.gz
linhes_pkgbuild-b8d03d2d8f8f5210b4f27b06086179e76267eb52.tar.bz2
Sync w/ upstream. Security fixes.
-rw-r--r--abs/extra-testing/xine-lib/ChangeLog10
-rw-r--r--abs/extra-testing/xine-lib/PKGBUILD21
2 files changed, 17 insertions, 14 deletions
diff --git a/abs/extra-testing/xine-lib/ChangeLog b/abs/extra-testing/xine-lib/ChangeLog
index 4b27a0a..abcf3f1 100644
--- a/abs/extra-testing/xine-lib/ChangeLog
+++ b/abs/extra-testing/xine-lib/ChangeLog
@@ -1,3 +1,13 @@
+2009-01-11 Eric Belanger <eric@archlinux.org>
+
+ * xine-lib 1.1.16.1-1
+ * Upstream update
+
+2009-01-10 Eric Belanger <eric@archlinux.org>
+
+ * xine-lib 1.1.16-1
+ * Upstream update
+
2008-12-05 Eric Belanger <eric@archlinux.org>
* xine-lib 1.1.15-4
diff --git a/abs/extra-testing/xine-lib/PKGBUILD b/abs/extra-testing/xine-lib/PKGBUILD
index 2988b74..3c41d4b 100644
--- a/abs/extra-testing/xine-lib/PKGBUILD
+++ b/abs/extra-testing/xine-lib/PKGBUILD
@@ -1,34 +1,27 @@
-# $Id: PKGBUILD 20666 2008-12-06 08:58:36Z allan $
+# $Id: PKGBUILD 24036 2009-01-12 03:09:27Z eric $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=xine-lib
-pkgver=1.1.15
-pkgrel=4
+pkgver=1.1.16.1
+pkgrel=1
pkgdesc="A free video player for Unix"
arch=('i686' 'x86_64')
url="http://xinehq.de/"
license=('LGPL' 'GPL')
depends=('libgl' 'libxvmc' 'esound' 'flac>=1.1.4' 'libvorbis' 'sdl' 'libmng' 'libtheora'
- 'libxcb' 'wavpack' 'ffmpeg>=20080715' 'heimdal>=1.2.1')
+ 'libxcb' 'wavpack' 'ffmpeg>=20081220' 'heimdal>=1.2.1')
makedepends=('pkgconfig' 'libtool' 'imagemagick' 'smbclient' 'mesa' 'alsa-lib'
'vcdimager' 'jack-audio-connection-kit')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
- xine-lib-1.1.1-configure-no-mcpu-march.patch xine-header.patch xine-imagemagick.patch)
-md5sums=('42a2b4893b7f892eb334de2fc36d49c8' '9776df4eb54d2f1f68d8268adbc3b5c2'\
- 'b139ee72700f8d118f9051e9140473f5' '45d248d45b747f049129925cbf25716d')
-sha1sums=('bcb567ea2a11c5f26b2384d5400b8466ea9048c6'
- '121a8358d7919b2e51067412373f52848290338a'
- '30cd75db3f0c0002f467d85466f1c404452397df'
- 'f0a0c04d5dfa3d0cd9246a1310f628deff489c12')
+ xine-lib-1.1.1-configure-no-mcpu-march.patch)
+md5sums=('9de11db7e262c564cfdba9841a092ebe' '9776df4eb54d2f1f68d8268adbc3b5c2')
+sha1sums=('82709254a0603e3971058aacf8578926b75d4a20' '121a8358d7919b2e51067412373f52848290338a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
- patch -p0 <../xine-header.patch || return 1
- #patch -p1 <../xine-imagemagick.patch || return 1
libtoolize --force --copy || return 1
aclocal -I m4 || return 1