Submitted By: David B. Cortarello (Nomius) Date: 12-11-06 Initial Package Version: 0.9.1 Description: The patch was created from the original xfmedia package This patch provides the following bug solution: * Declaration of DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT if it doesn't exists. This happens in with new dbus packages * Fix the compilation in xfmedia-remote with xfce_textdomain linking against libxfce4util. diff -Naur xfmedia-0.9.1.old/src/Makefile.in xfmedia-0.9.1/src/Makefile.in --- xfmedia-0.9.1.old/src/Makefile.in 2005-09-14 06:04:31.000000000 -0300 +++ xfmedia-0.9.1/src/Makefile.in 2006-11-12 17:35:35.000000000 -0300 @@ -401,7 +401,8 @@ xfmedia_remote_LDADD = \ $(top_builddir)/xfmedia/libxfmedia-remote-client.la \ - @GETOPT_LONG_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ $(am__append_2) + @GETOPT_LONG_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ \ + @LIBXFCE4UTIL_LIBS@ $(am__append_2) configdir = $(sysconfdir)/xdg/xfmedia config_DATA = keybindings.rc EXTRA_DIST = $(config_DATA) diff -Naur xfmedia-0.9.1.old/src/remote.c xfmedia-0.9.1/src/remote.c --- xfmedia-0.9.1.old/src/remote.c 2005-09-05 01:56:37.000000000 -0300 +++ xfmedia-0.9.1/src/remote.c 2006-11-12 17:35:22.000000000 -0300 @@ -46,6 +46,10 @@ #include #include +#ifndef DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT +#define DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT 0x00 +#endif + #ifdef DBUS_USE_OLD_API #define dbus_bus_request_name dbus_bus_acquire_service #define dbus_bus_start_service_by_name dbus_bus_activate_service