Package: jugglemaster
Version: 0.4-5

I'm trying to get packages to migrate from wxwidgets2.6 to wxwidgets2.8
so we can remove the former from the archive - it's no longer supported
upstream, and wxwidgets3.0 is supposed to be out early next year.

The attached small patch is needed to make jugglemaster build with
wxwidgets2.8.  With this applied and the build dependency changed
to libwxgtk2.8-dev, jugglemaster builds and seems to work correctly
(though I'm not familiar with the program).

If you'd prefer me to just NMU this change, please let me know.

Cheers,
    Olly
Description: Fixes for wxwidgets2.8 compatibility
 Should still be compatible with xwidgets2.6.
Author: Olly Betts <[email protected]>

---
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: no
Last-Update: 2011-10-15

--- jugglemaster-0.4.orig/src/jmdlx/jmdlx.h
+++ jugglemaster-0.4/src/jmdlx/jmdlx.h
@@ -43,7 +43,7 @@ public:
 private:
   JMFrame* parent;
   JMLib* jmlib;
-  wxBrush* ball_colors[NUMBALLCOLORS];
+  const wxBrush* ball_colors[NUMBALLCOLORS];
 
   DECLARE_EVENT_TABLE()
 };

Reply via email to