tag 323517 patch
thanks

Hi,

the attached patch makes gnome-alsamixer build again. If the prospective
new maintainer of this package doesn't react in time, I will NMU this
during next weekend's BSP.

bye,
  Roland
diff -ruN gnome-alsamixer-0.9.6/debian/rules gnome-alsamixer-0.9.6.new/debian/rules
--- gnome-alsamixer-0.9.6/debian/rules	2005-08-31 15:40:09.000000000 +0200
+++ gnome-alsamixer-0.9.6.new/debian/rules	2005-08-31 15:38:46.000000000 +0200
@@ -23,7 +23,7 @@
 build-stamp:  config.status
 	dh_testdir
 
-	$(MAKE)
+	$(MAKE) CFLAGS="-UG_DISABLE_DEPRECATED -UGDK_DISABLE_DEPRECATED -UGTK_DISABLE_DEPRECATED -UGNOME_DISABLE_DEPRECATED"
 
 	touch build-stamp
 
diff -ruN gnome-alsamixer-0.9.6/src/gam-app.c gnome-alsamixer-0.9.6.new/src/gam-app.c
--- gnome-alsamixer-0.9.6/src/gam-app.c	2003-09-09 13:41:23.000000000 +0200
+++ gnome-alsamixer-0.9.6.new/src/gam-app.c	2005-08-31 15:34:42.000000000 +0200
@@ -25,7 +25,7 @@
 #include <gtk/gtklabel.h>
 #include <gtk/gtknotebook.h>
 #include <gtk/gtkmenuitem.h>
-#include <libgnome/gnome-i18n.h>
+#include <glib/gi18n.h>
 #include <libgnome/gnome-config.h>
 #include <libgnomeui/gnome-about.h>
 #include <libgnomeui/gnome-app-helper.h>
diff -ruN gnome-alsamixer-0.9.6/src/gam-prefs-dlg.c gnome-alsamixer-0.9.6.new/src/gam-prefs-dlg.c
--- gnome-alsamixer-0.9.6/src/gam-prefs-dlg.c	2003-09-09 13:37:23.000000000 +0200
+++ gnome-alsamixer-0.9.6.new/src/gam-prefs-dlg.c	2005-08-31 15:35:45.000000000 +0200
@@ -22,7 +22,7 @@
 #include <config.h>
 #endif
 
-#include <libgnome/gnome-i18n.h>
+#include <glib/gi18n.h>
 #include <libgnome/gnome-config.h>
 
 #include "gam-prefs-dlg.h"
diff -ruN gnome-alsamixer-0.9.6/src/gam-props-dlg.c gnome-alsamixer-0.9.6.new/src/gam-props-dlg.c
--- gnome-alsamixer-0.9.6/src/gam-props-dlg.c	2003-09-09 13:31:18.000000000 +0200
+++ gnome-alsamixer-0.9.6.new/src/gam-props-dlg.c	2005-08-31 15:35:52.000000000 +0200
@@ -22,7 +22,7 @@
 #include <config.h>
 #endif
 
-#include <libgnome/gnome-i18n.h>
+#include <glib/gi18n.h>
 
 #include "gam-props-dlg.h"
 #include "gam-slider.h"

Reply via email to