tag 459405 pending patch upstream confirmed -- Hi,
I've uploaded a 7-day delayed NMU of gmpc fixing this bug. If the official maintainer has any objections he may - of course - halt the upload. The solution used involves a patch to the source which should be sent upstream in case they are receptive. The attached upstream patch patches src/Makefile.am, while the solution used in the package is less drastic, but admittedly a bit hackish. The independent plugin packages will most likely have to be patched in the same manner. Cheers -- Leo "costela" Antunes [insert a witty retort here]
diff -urN -x debian gmpc-0.15.5.0/src/Makefile.am gmpc-0.15.5.0.new/src/Makefile.am
--- gmpc-0.15.5.0/src/Makefile.am 2007-11-29 14:52:03.000000000 +0100
+++ gmpc-0.15.5.0.new/src/Makefile.am 2008-07-10 19:41:20.000000000 +0200
@@ -81,6 +81,7 @@
INCLUDES= @EXTRA_CFLAGS@ -Wall\
-DPIXMAP_PATH=\""$(pkgdatadir)"\" \
-DGLADE_PATH=\""$(pkgdatadir)"\" \
+ -DLIB_PATH=\""$(libexecdir)"\" \
-DVERSION=\"@[EMAIL PROTECTED]"\
-DGMPC_BUILD=1
diff -urN -x debian gmpc-0.15.5.0/src/main.c gmpc-0.15.5.0.new/src/main.c
--- gmpc-0.15.5.0/src/main.c 2007-11-29 14:52:03.000000000 +0100
+++ gmpc-0.15.5.0.new/src/main.c 2008-07-10 18:41:45.000000000 +0200
@@ -546,7 +546,7 @@
#else
/** Load the global installed plugins */
- url = g_build_path(G_DIR_SEPARATOR_S, GLADE_PATH,"plugins",NULL);
+ url = g_build_path(G_DIR_SEPARATOR_S, LIB_PATH, "plugins", NULL);
#endif
if(load_plugins)
plugin_load_dir(url);
signature.asc
Description: OpenPGP digital signature

