On 24/11/12 12:08, Luca BRUNO wrote:
Emilio Pozuelo Monfort scrisse:

istanbul build depends on python-gnome2-extras-dev, which is going to
be removed from the archive soon after the wheezy release.

The attached patch should make it build without that build dependency
(you'll still need to patch configure). You could add this to
eggtrayicon-removal.diff as it's related to that.

Thanks for the head-up.
I saw you mentioning a patch, which was not attached, maybe you forgot
it?

Indeed, here it is.

Regards,
Emilio

diff -ruNp istanbul-0.2.2.orig/configure.ac istanbul-0.2.2/configure.ac
--- istanbul-0.2.2.orig/configure.ac	2007-02-23 12:53:19.000000000 +0100
+++ istanbul-0.2.2/configure.ac	2012-11-24 18:56:38.000000000 +0100
@@ -83,12 +83,6 @@ AS_PYTHON_IMPORT([gst],,
 
 AC_SUBST(GST_SUPPORTED)
 
-dnl check for egg.trayicon from gnome-python-extras
-PKG_CHECK_MODULES(GNOME_PYTHON_EXTRAS, gnome-python-extras-2.0 >= 2.11.3,
-    HAVE_EGGTRAYICON=yes, HAVE_EGGTRAYICON=no)
-if test "x$HAVE_EGGTRAYICON" = "xno"; then
-  AC_MSG_ERROR(gnome-python-extras not found, please install >= 2.11.3)
-fi
 AS_PYTHON_IMPORT([gconf],,
     [AC_MSG_ERROR([Unable to import gconf -- check your PYTHONPATH?])
     GCONF_SUPPORTED=no], [], [])

Reply via email to