tags 340289 +patch
tags 346632 +patch
thanks

Hi again.

The pango problem is actually a wxWidgets bug with GTK+ 2.8. Please find
attached a patch fixing it, stolen from CVS (and the wxwidgets2.6
package).

Also attached a patch replacing the xlibs-dev Build-Depends by libxt-dev
and libxxf86vm-dev, as well as libfreetype6-dev, which should fix
#340289.

Applying both patched, I could succesfully rebuild amaya with pbuilder.

I also started looking at #336014.

Please don't hesitate to contact me.

Regards,
Regis
-- 
"While a monkey can be a manager, it takes a human to be an engineer"
                        Erik Zapletal
--- amaya-9.2.1/wxWidgets/src/gtk/window.cpp	2005-08-13 01:29:47.000000000 +0100
+++ amaya-9.2.1.ok/wxWidgets/src/gtk/window.cpp	2006-01-22 22:53:42.117407072 +0000
@@ -4280,12 +4280,10 @@
     return gtk_widget_get_pango_context( m_widget );
 }
 
+// MR: Returns the same as GtkGetPangoDefaultContext until the symbol can be removed in 2.7.x
 PangoContext *wxWindowGTK::GtkGetPangoX11Context()
 {
-    if (!m_x11Context)
-        m_x11Context = pango_x_get_context( gdk_display );
-
-    return m_x11Context;
+    return gtk_widget_get_pango_context( m_widget );
 }
 #endif
  
--- amaya-9.2.1.o/debian/control	2006-01-20 18:34:12.323142864 +0000
+++ amaya-9.2.1.xd/debian/control	2006-01-21 23:24:25.665718576 +0000
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Anand Kumria <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), automake1.7, libgtk2.0-dev, libpng12-dev, libjpeg62-dev, xlibs-dev (>> 4.1.0), libglu1-xorg-dev, xutils
+Build-Depends: debhelper (>= 4.0.0), automake1.7, libgtk2.0-dev, libpng12-dev, libjpeg62-dev, libglu1-xorg-dev, libxt-dev, libxxf86vm-dev, libfreetype6-dev, xutils
 Standards-Version: 3.6.2.1
 
 Package: amaya

Reply via email to