summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordrochner <drochner>2007-02-01 16:55:58 +0000
committerdrochner <drochner>2007-02-01 16:55:58 +0000
commit7cea8628e1a2f150323bda080974f4e9ce1ec908 (patch)
treeaf8d232cf6f7cff6d38436b667ea7854e71c71d1 /audio
parentc6778d45f1418cbe2afddd7b5715ccebc219248c (diff)
downloadpkgsrc-7cea8628e1a2f150323bda080974f4e9ce1ec908.tar.gz
fix a header file so that C++ plugins can be built,
bump PKGREVISION
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms/Makefile4
-rw-r--r--audio/xmms/distinfo3
-rw-r--r--audio/xmms/patches/patch-ao13
3 files changed, 17 insertions, 3 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 6f437bdc768..ed022afc07d 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2007/01/09 13:30:46 joerg Exp $
+# $NetBSD: Makefile,v 1.64 2007/02/01 16:55:58 drochner Exp $
#
-PKGREVISION= 6
+PKGREVISION= 7
.include "Makefile.common"
diff --git a/audio/xmms/distinfo b/audio/xmms/distinfo
index a7153436bd9..35e4abcbd75 100644
--- a/audio/xmms/distinfo
+++ b/audio/xmms/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2006/08/28 05:09:05 ben Exp $
+$NetBSD: distinfo,v 1.29 2007/02/01 16:55:58 drochner Exp $
SHA1 (xmms-1.2.10.tar.bz2) = a3c3d3756d5263183c27b3c50a7f5404cba8bfaf
RMD160 (xmms-1.2.10.tar.bz2) = 0360cbb8c326b3325bd8ebb3343c69a9788d7084
@@ -17,3 +17,4 @@ SHA1 (patch-ak) = b49316325c6f778b0d3e85007b141699cf338238
SHA1 (patch-al) = 1457ca7b5e4e1084623207d042a8ff349eb31aaa
SHA1 (patch-am) = 38e339a7f21921eedbed36ffe4c3ec0b1148c1e2
SHA1 (patch-an) = 3abc68bd37018800dc70b151a5b419211a727a02
+SHA1 (patch-ao) = 2cadee08e6db7b802d1b700559705a8fe591f2dd
diff --git a/audio/xmms/patches/patch-ao b/audio/xmms/patches/patch-ao
new file mode 100644
index 00000000000..ef3d243b630
--- /dev/null
+++ b/audio/xmms/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.6 2007/02/01 16:55:59 drochner Exp $
+
+--- libxmms/titlestring.h.orig 2007-02-01 15:18:41.000000000 +0100
++++ libxmms/titlestring.h
+@@ -80,7 +80,7 @@ gchar *xmms_get_titlestring(gchar *fmt,
+ GtkWidget* xmms_titlestring_descriptions(char* tags, int rows);
+
+ #ifdef __cplusplus
+-};
++}
+ #endif
+
+ #endif /* !XMMS_TITLESTRING_H */