tags 644570 + patch thanks Attached is a patch which disables the gnomeprint support in wxwidgets. This will make wxwidgets use its internal postscript printing code [1].
Long term, wxwidgets should be updated to 2.9.x which provides printing support using GtkPrint. Cheers, Michael [1] http://docs.wxwidgets.org/2.9.2/overview_unixprinting.html -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/control b/debian/control index bb8c582..66b553a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 5.0.37.1), flex, bison, gettext, libgtk2.0-dev, python-all-dev, python-all-dbg, python-central, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, - libesd0-dev, libgnomeprintui2.2-dev, libexpat1-dev, + libesd0-dev, libexpat1-dev, Maintainer: wxWidgets Maintainers <[email protected]> Uploaders: Ryan Niebur <[email protected]>, Ron Lee <[email protected]> XS-Python-Version: all @@ -71,7 +71,6 @@ Package: libwxgtk2.6-0 Architecture: any Section: libs Depends: ${shlibs:Depends} -Suggests: libgnomeprintui2.2-0 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some diff --git a/debian/control.in b/debian/control.in index c0e1579..79f0b1e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 5.0.37.1), flex, bison, gettext, libgtk2.0-dev, python-all-dev, python-all-dbg, python-central, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, - libesd0-dev, libgnomeprintui2.2-dev, libexpat1-dev, + libesd0-dev, libexpat1-dev, Maintainer: wxWidgets Maintainers <[email protected]> Uploaders: Ryan Niebur <[email protected]>, Ron Lee <[email protected]> XS-Python-Version: all @@ -71,7 +71,6 @@ Package: libwxgtk=SOV Architecture: any Section: libs Depends: ${shlibs:Depends} -Suggests: libgnomeprintui2.2-0 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some diff --git a/debian/rules b/debian/rules index 1ec1f95..5b33a46 100755 --- a/debian/rules +++ b/debian/rules @@ -358,7 +358,6 @@ configure-gtk-shared-stamp: --with-flavour=$(DEBIAN_WXFLAVOUR) \ --with-gtk \ --with-opengl \ - --with-gnomeprint \ --with-zlib=sys \ --with-expat=sys \ --with-libjpeg=sys \ @@ -383,7 +382,6 @@ configure-gtk-debug-stamp: --with-flavour=$(DEBIAN_WXFLAVOUR) \ --with-gtk \ --with-opengl \ - --with-gnomeprint \ --with-zlib=sys \ --with-expat=sys \ --with-libjpeg=sys \
signature.asc
Description: OpenPGP digital signature

