[arch-commits] Commit in xine-lib/trunk (ChangeLog PKGBUILD)
Eric Bélanger
eric at archlinux.org
Wed Feb 24 06:15:53 UTC 2010
Date: Wednesday, February 24, 2010 @ 01:15:52
Author: eric
Revision: 70031
upgpkg: xine-lib 1.1.18-1
Upstream update
Modified:
xine-lib/trunk/ChangeLog
xine-lib/trunk/PKGBUILD
-----------+
ChangeLog | 5 +++++
PKGBUILD | 14 +++++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2010-02-24 03:22:39 UTC (rev 70030)
+++ ChangeLog 2010-02-24 06:15:52 UTC (rev 70031)
@@ -1,3 +1,8 @@
+2010-02-23 Eric Belanger <eric at archlinux.org>
+
+ * xine-lib 1.1.18-1
+ * Upstream update
+
2010-01-21 Eric Belanger <eric at archlinux.org>
* xine-lib 1.1.17-3
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-24 03:22:39 UTC (rev 70030)
+++ PKGBUILD 2010-02-24 06:15:52 UTC (rev 70031)
@@ -3,25 +3,29 @@
# Contributor: Judd Vinet <jvinet at zeroflux.org>
pkgname=xine-lib
-pkgver=1.1.17
-pkgrel=3
+pkgver=1.1.18
+pkgrel=1
pkgdesc="A multimedia playback engine"
arch=('i686' 'x86_64')
url="http://www.xine-project.org"
license=('LGPL' 'GPL')
depends=('libgl' 'libxvmc' 'esound' 'flac' 'libvorbis' 'sdl' 'libmng' 'libtheora'
- 'libxcb' 'wavpack' 'ffmpeg' 'heimdal>=1.2.1' 'faad2')
+ 'libxcb' 'wavpack' 'ffmpeg' 'heimdal' 'faad2')
makedepends=('pkgconfig' 'libtool' 'imagemagick' 'smbclient' 'mesa' 'alsa-lib'
'vcdimager' 'jack-audio-connection-kit')
optdepends=('imagemagick: for using the imagemagick plugin' 'smbclient: for using the smb plugin' 'jack-audio-connection-kit: for using the jack plugin')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
+ http://downloads.sourceforge.net/sourceforge/xine/compat.c
xine-lib-1.1.1-configure-no-mcpu-march.patch)
-md5sums=('25aea3cae7d8e2fb091941454fcfab54' '9776df4eb54d2f1f68d8268adbc3b5c2')
-sha1sums=('2438e66bb571c8a4c981581188376687c42b72c4' '121a8358d7919b2e51067412373f52848290338a')
+md5sums=('2313c279bc99303cd12d4ee0ac826e20' 'c4537f3b0445e15a031e1f69fc57bc28'\
+ '9776df4eb54d2f1f68d8268adbc3b5c2')
+sha1sums=('4b80610939930569715c51a315f2d919a7e42a13' 'fe0646f11a6930631a64fe1b7c517662e79b58d2'\
+ '121a8358d7919b2e51067412373f52848290338a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ cp "${srcdir}/compat.c" src/dxr3/compat.c || return 1
patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
libtoolize --force --copy || return 1
More information about the arch-commits
mailing list