summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordrochner <drochner>2008-08-27 17:16:43 +0000
committerdrochner <drochner>2008-08-27 17:16:43 +0000
commit262543a1ed05d5a83c527a354c6688d069ec4f2b (patch)
tree5763cdb20c20781ba06ca19d54d05f0ee65cd9d4 /multimedia
parentefab68c454a97a6aae8822b9a8bfe6a71cb7f593 (diff)
downloadpkgsrc-262543a1ed05d5a83c527a354c6688d069ec4f2b.tar.gz
add a patch from upstream CVS to make a header usable from C++,
bump PKGREVISION, thanks Rumko for pointing out
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xine-lib/Makefile4
-rw-r--r--multimedia/xine-lib/distinfo3
-rw-r--r--multimedia/xine-lib/patches/patch-fc13
3 files changed, 18 insertions, 2 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile
index 111dc988fd5..009acbc3d0d 100644
--- a/multimedia/xine-lib/Makefile
+++ b/multimedia/xine-lib/Makefile
@@ -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 --git a/multimedia/xine-lib/distinfo b/multimedia/xine-lib/distinfo
index 059bcce599f..4fc9b268dd6 100644
--- a/multimedia/xine-lib/distinfo
+++ b/multimedia/xine-lib/distinfo
@@ -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-dc) = 11c4212029e67f22796e57706b42400a0dbcac3a
SHA1 (patch-eb) = b65e2c7c30fc04115d55da1ce1f6f65216ac1d23
SHA1 (patch-fa) = 9312a3bab4ae8482a208948277f1d11fb7eaaf8c
SHA1 (patch-fb) = 9d9fd6fee4f4dbb8f509117e07ab9248ea1625e2
+SHA1 (patch-fc) = 5960e8326f667191fd7eb64758e08d20f2893458
diff --git a/multimedia/xine-lib/patches/patch-fc b/multimedia/xine-lib/patches/patch-fc
new file mode 100644
index 00000000000..2890893e565
--- /dev/null
+++ b/multimedia/xine-lib/patches/patch-fc
@@ -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;
+ }
+