pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmpx More fixes for the new glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9e95a68d095
branches:  trunk
changeset: 603472:e9e95a68d095
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 06 19:35:57 2012 +0000

description:
More fixes for the new glib2.

diffstat:

 audio/bmpx/distinfo                                     |  13 ++++++++++++-
 audio/bmpx/patches/patch-src_dialog-progress_hh         |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_dialog-simple-progress_hh  |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_hal_hh                     |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_jamendodata-libxml2-sax_cc |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_library_hh                 |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_logger_hh                  |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_playbacksource_cc          |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_playbacksource_hh          |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_shell_hh                   |  16 ++++++++++++++++
 audio/bmpx/patches/patch-src_ui-part-podcasts_hh        |  15 +++++++++++++++
 audio/bmpx/patches/patch-src_urihandler_hh              |  15 +++++++++++++++
 12 files changed, 178 insertions(+), 1 deletions(-)

diffs (235 lines):

diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/distinfo
--- a/audio/bmpx/distinfo       Sun May 06 19:27:12 2012 +0000
+++ b/audio/bmpx/distinfo       Sun May 06 19:35:57 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2012/05/06 19:27:12 dholland Exp $
+$NetBSD: distinfo,v 1.16 2012/05/06 19:35:57 dholland Exp $
 
 SHA1 (bmpx-0.40.14.tar.bz2) = 3284843c45cab302f414663a5cb31eb4373d07c7
 RMD160 (bmpx-0.40.14.tar.bz2) = 12a9939d53b58a43ee9deefa43188ac6b33dae72
@@ -16,4 +16,15 @@
 SHA1 (patch-ak) = 10a363145c7e9f75e07ca69fc38515413fc606f8
 SHA1 (patch-library_cc) = 26cbced97d7669081eb4ff60c062a34c258c7337
 SHA1 (patch-mcs_gtk-bind.h) = e9417364df34f8baea6b279b5bc1d1b4ba0d966a
+SHA1 (patch-src_dialog-progress_hh) = cfb3caa62cbca65bc6e8c70543ad20d857f45ce5
+SHA1 (patch-src_dialog-simple-progress_hh) = 990f48d7052f2fca64f1247ee475a2b40d5bd9fe
+SHA1 (patch-src_hal_hh) = cb4046f9fca8af792641fd04f86f3efd52f58929
+SHA1 (patch-src_jamendodata-libxml2-sax_cc) = 888416fd225b58f593095f3fbef1580c5064b1b8
+SHA1 (patch-src_library_hh) = 3c7a220003b6a2accd0675ec223b89c1b843dc73
+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_hh) = b799ea9358b182ccc40c9c104be8fd6548b4c9dc
+SHA1 (patch-src_ui-part-podcasts_hh) = 0b73330a4ae7e3bd7d3b6d84817482916ee291ea
+SHA1 (patch-src_urihandler_hh) = 01f4ecf27e351553ec7259deb88e91dbd1d9fd0e
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_dialog-progress_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_dialog-progress_hh   Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_dialog-progress_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/dialog-progress.hh~    2008-03-05 21:31:06.000000000 +0000
++++ src/dialog-progress.hh
+@@ -31,7 +31,7 @@
+ 
+ #include <string>
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ #include <gtkmm/dialog.h>
+ #include <gtkmm/progressbar.h>
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_dialog-simple-progress_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_dialog-simple-progress_hh    Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_dialog-simple-progress_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/dialog-simple-progress.hh~     2008-03-05 21:31:06.000000000 +0000
++++ src/dialog-simple-progress.hh
+@@ -29,7 +29,7 @@
+ #  include <config.h>
+ #endif //HAVE_CONFIG_H
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ #include <gtkmm/dialog.h>
+ #include <gtkmm/progressbar.h>
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_hal_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_hal_hh       Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_hal_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/hal.hh~        2008-04-02 20:11:49.000000000 +0000
++++ src/hal.hh
+@@ -33,7 +33,7 @@
+ #include <map>
+ #include <vector>
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ 
+ #include <dbus/dbus.h>
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_jamendodata-libxml2-sax_cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_jamendodata-libxml2-sax_cc   Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_jamendodata-libxml2-sax_cc,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/jamendodata-libxml2-sax.cc~    2008-03-05 21:31:06.000000000 +0000
++++ src/jamendodata-libxml2-sax.cc
+@@ -29,7 +29,7 @@
+ #include <boost/format.hpp>
+ 
+ #include <glibmm/ustring.h>
+-#include <glib/gmessages.h>
++#include <glib.h>
+ 
+ #include "jamendodata-libxml2-sax.hh"
+ 
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_library_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_library_hh   Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_library_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/library.hh~    2008-03-05 21:31:06.000000000 +0000
++++ src/library.hh
+@@ -28,7 +28,7 @@
+ #include <vector>
+ #include <string>
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ #include <sigc++/signal.h>
+ 
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_logger_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_logger_hh    Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_logger_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/logger.hh~     2008-03-05 21:31:06.000000000 +0000
++++ src/logger.hh
+@@ -33,7 +33,7 @@
+ #include <fstream>
+ #include <string>
+ 
+-#include <glib/gmessages.h>
++#include <glib.h>
+ #include <glibmm/thread.h>
+ #include <glibmm/ustring.h>
+ 
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_playbacksource_cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_playbacksource_cc    Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_playbacksource_cc,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/playbacksource.cc~     2008-03-05 21:31:06.000000000 +0000
++++ src/playbacksource.cc
+@@ -26,7 +26,7 @@
+ #endif //HAVE_CONFIG_H
+ 
+ #include <exception>
+-#include <glib/ghash.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ #include <glibmm/i18n.h>
+ #include <sigc++/signal.h>
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_playbacksource_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_playbacksource_hh    Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_playbacksource_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/playbacksource.hh~     2008-03-05 21:31:06.000000000 +0000
++++ src/playbacksource.hh
+@@ -28,7 +28,7 @@
+ #  include <config.h>
+ #endif //HAVE_CONFIG_H
+ 
+-#include <glib/ghash.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ #include <sigc++/signal.h>
+ #include <boost/format.hpp>
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_shell_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_shell_hh     Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_shell_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/shell.hh~      2008-03-05 21:31:06.000000000 +0000
++++ src/shell.hh
+@@ -32,8 +32,7 @@
+ #include <map>
+ #include <string>
+ 
+-#include <glib/gtypes.h>
+-#include <glib/ghash.h>
++#include <glib.h>
+ #include <glibmm/main.h>
+ #include <glibmm/ustring.h>
+ #include <gdkmm/pixbuf.h>
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_ui-part-podcasts_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_ui-part-podcasts_hh  Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_ui-part-podcasts_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/ui-part-podcasts.hh~   2008-03-05 21:31:06.000000000 +0000
++++ src/ui-part-podcasts.hh
+@@ -34,7 +34,7 @@
+ #include <ctime>
+ #include <map>
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ #include <gdkmm/pixbuf.h>
+ #include <gtkmm/liststore.h>
diff -r 09fcf8ad7cd4 -r e9e95a68d095 audio/bmpx/patches/patch-src_urihandler_hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmpx/patches/patch-src_urihandler_hh        Sun May 06 19:35:57 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_urihandler_hh,v 1.1 2012/05/06 19:35:58 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/urihandler.hh~ 2008-03-05 21:31:06.000000000 +0000
++++ src/urihandler.hh
+@@ -28,7 +28,7 @@
+ #  include <config.h>
+ #endif //HAVE_CONFIG_H
+ 
+-#include <glib/ghash.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ #include <sigc++/signal.h>
+ #include <boost/format.hpp>



Home | Main Index | Thread Index | Old Index