[arch-commits] Commit in xine-lib/trunk (PKGBUILD xine-header.patch)
Pierre Schmitz
pierre at archlinux.org
Thu Aug 28 12:26:19 UTC 2008
Date: Thursday, August 28, 2008 @ 08:26:19
Author: pierre
Revision: 10373
upgpkg: xine-lib 1.1.15-2
fixing FS#11300
Added:
xine-lib/trunk/xine-header.patch
Modified:
xine-lib/trunk/PKGBUILD
-------------------+
PKGBUILD | 10 +++++-----
xine-header.patch | 11 +++++++++++
2 files changed, 16 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-08-28 12:08:36 UTC (rev 10372)
+++ PKGBUILD 2008-08-28 12:26:19 UTC (rev 10373)
@@ -4,7 +4,7 @@
pkgname=xine-lib
pkgver=1.1.15
-pkgrel=1
+pkgrel=2
pkgdesc="A free video player for Unix"
arch=('i686' 'x86_64')
url="http://xinehq.de/"
@@ -15,14 +15,14 @@
'smbclient' 'mesa' 'alsa-lib' 'vcdimager')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
- xine-lib-1.1.1-configure-no-mcpu-march.patch)
-md5sums=('42a2b4893b7f892eb334de2fc36d49c8' '9776df4eb54d2f1f68d8268adbc3b5c2')
-sha1sums=('bcb567ea2a11c5f26b2384d5400b8466ea9048c6'
- '121a8358d7919b2e51067412373f52848290338a')
+ xine-lib-1.1.1-configure-no-mcpu-march.patch xine-header.patch)
+md5sums=('42a2b4893b7f892eb334de2fc36d49c8' '9776df4eb54d2f1f68d8268adbc3b5c2'
+ 'b139ee72700f8d118f9051e9140473f5')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -Np0 -i ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
+ patch -p0 -i ../xine-header.patch || return 1
libtoolize --force --copy || return 1
aclocal -I m4 || return 1
autoconf || return 1
Added: xine-header.patch
===================================================================
--- xine-header.patch (rev 0)
+++ xine-header.patch 2008-08-28 12:26:19 UTC (rev 10373)
@@ -0,0 +1,11 @@
+--- src/xine-engine/buffer.h 2008-07-16 23:01:56.000000000 +0200
++++ src/xine-engine/buffer.h 2008-08-24 21:14:39.000000000 +0200
+@@ -676,7 +676,7 @@
+ /* convert xine_waveformatex struct from little endian */
+ void _x_waveformatex_le2me( xine_waveformatex *wavex ) XINE_PROTECTED;
+
+-static inline _x_is_fourcc(void *ptr, void *tag) {
++static __inline _x_is_fourcc(void *ptr, void *tag) {
+ return memcmp(ptr, tag, 4) == 0;
+ }
+
More information about the arch-commits
mailing list