summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-03-28 21:43:05 +0000
committerjoerg <joerg@pkgsrc.org>2013-03-28 21:43:05 +0000
commit196c867805c60872d88c5c595bed0d08b3c55376 (patch)
treeb03afbb16b469f851780f6616aa2387b09246bfd /audio
parent1388c4032f3ff39140a9e581d83738050b2ad079 (diff)
downloadpkgsrc-196c867805c60872d88c5c595bed0d08b3c55376.tar.gz
Forward declaration must not be qualified with a namespace. Adjust.
Diffstat (limited to 'audio')
-rw-r--r--audio/bmpx/distinfo3
-rw-r--r--audio/bmpx/patches/patch-src_shell.cc12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/bmpx/distinfo b/audio/bmpx/distinfo
index b2e77b5ee64..baecb86e3d8 100644
--- a/audio/bmpx/distinfo
+++ b/audio/bmpx/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2012/11/16 20:05:35 joerg Exp $
+$NetBSD: distinfo,v 1.18 2013/03/28 21:43:05 joerg Exp $
SHA1 (bmpx-0.40.14.tar.bz2) = 3284843c45cab302f414663a5cb31eb4373d07c7
RMD160 (bmpx-0.40.14.tar.bz2) = 12a9939d53b58a43ee9deefa43188ac6b33dae72
@@ -29,6 +29,7 @@ SHA1 (patch-src_logger_hh) = 7ec25dc4d7b51d60e5390aef7b54d34efb66927e
SHA1 (patch-src_playbacksource_cc) = 5dd3d47b8a0306c344bace766f60d23b9bcdc6d0
SHA1 (patch-src_playbacksource_hh) = a79da6855f3d581aea66c5713f76a45ca014b50e
SHA1 (patch-src_sanity_h) = 82acd300b2c0ad7eaf7f9a63bb0df19d4e71dd2c
+SHA1 (patch-src_shell.cc) = f428d07ddbadf33fd9666b4b8e1bf757cb21a5aa
SHA1 (patch-src_shell_hh) = b799ea9358b182ccc40c9c104be8fd6548b4c9dc
SHA1 (patch-src_ui-part-cdda.hh) = 748a43c39ca720009af14affac6eb0b3b658e041
SHA1 (patch-src_ui-part-podcasts_hh) = 0b73330a4ae7e3bd7d3b6d84817482916ee291ea
diff --git a/audio/bmpx/patches/patch-src_shell.cc b/audio/bmpx/patches/patch-src_shell.cc
new file mode 100644
index 00000000000..d3fa0c77293
--- /dev/null
+++ b/audio/bmpx/patches/patch-src_shell.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_shell.cc,v 1.1 2013/03/28 21:43:05 joerg Exp $
+
+--- src/shell.cc.orig 2013-03-28 12:01:36.000000000 +0000
++++ src/shell.cc
+@@ -1288,7 +1288,6 @@ namespace Bmp
+ static guint mpris_player_signals[LAST_SIGNAL] = { 0 };
+ }
+
+- class PlayerShell::Player;
+ struct PlayerClass
+ {
+ GObjectClass parent;