pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/xine-lib add a patch from upstream CVS to m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cfbc0b08aae
branches:  trunk
changeset: 546329:8cfbc0b08aae
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Aug 27 17:16:43 2008 +0000

description:
add a patch from upstream CVS to make a header usable from C++,
bump PKGREVISION, thanks Rumko for pointing out

diffstat:

 multimedia/xine-lib/Makefile         |   4 +++-
 multimedia/xine-lib/distinfo         |   3 ++-
 multimedia/xine-lib/patches/patch-fc |  13 +++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r f2756a03aebb -r 8cfbc0b08aae multimedia/xine-lib/Makefile
--- a/multimedia/xine-lib/Makefile      Wed Aug 27 15:43:13 2008 +0000
+++ b/multimedia/xine-lib/Makefile      Wed Aug 27 17:16:43 2008 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.64 2008/08/26 13:12:30 drochner Exp $
+# $NetBSD: Makefile,v 1.65 2008/08/27 17:16:43 drochner Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
+PKGREVISION=   1
+
 COMMENT=               Multimedia player library
 
 BUILDLINK_API_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1
diff -r f2756a03aebb -r 8cfbc0b08aae multimedia/xine-lib/distinfo
--- a/multimedia/xine-lib/distinfo      Wed Aug 27 15:43:13 2008 +0000
+++ b/multimedia/xine-lib/distinfo      Wed Aug 27 17:16:43 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.59 2008/08/26 13:12:30 drochner Exp $
+$NetBSD: distinfo,v 1.60 2008/08/27 17:16:43 drochner Exp $
 
 SHA1 (xine-lib-1.1.15.tar.bz2) = bcb567ea2a11c5f26b2384d5400b8466ea9048c6
 RMD160 (xine-lib-1.1.15.tar.bz2) = 5c64dd51c05a6e17cb6dfcbb8a9009ba8571c75f
@@ -30,3 +30,4 @@
 SHA1 (patch-eb) = b65e2c7c30fc04115d55da1ce1f6f65216ac1d23
 SHA1 (patch-fa) = 9312a3bab4ae8482a208948277f1d11fb7eaaf8c
 SHA1 (patch-fb) = 9d9fd6fee4f4dbb8f509117e07ab9248ea1625e2
+SHA1 (patch-fc) = 5960e8326f667191fd7eb64758e08d20f2893458
diff -r f2756a03aebb -r 8cfbc0b08aae multimedia/xine-lib/patches/patch-fc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-lib/patches/patch-fc      Wed Aug 27 17:16:43 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-fc,v 1.1 2008/08/27 17:16:44 drochner Exp $
+
+--- src/xine-engine/buffer.h.orig      2008-07-16 23:01:56.000000000 +0200
++++ src/xine-engine/buffer.h
+@@ -676,7 +676,7 @@ void _x_bmiheader_le2me( xine_bmiheader 
+ /* 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 int _x_is_fourcc(void *ptr, void *tag) {
+   return memcmp(ptr, tag, 4) == 0;
+ }
+ 



Home | Main Index | Thread Index | Old Index