[nautilus-sendto] Require gupnp (>= 0.13) instead of gupnp-av
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-sendto] Require gupnp (>= 0.13) instead of gupnp-av
- Date: Thu, 17 Sep 2009 21:07:38 +0000 (UTC)
commit f47bee08aeb34313554aa79c9aa19a1da2681b5c
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sat Aug 22 17:03:02 2009 +0300
Require gupnp (>= 0.13) instead of gupnp-av
configure.in | 8 ++++----
src/plugins/upnp/upnp.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index 1bc7e4b..3af43b4 100644
--- a/configure.in
+++ b/configure.in
@@ -34,7 +34,7 @@ PIDGIN_REQUIRED=2.0.0
NAUTILUS_EXTENSION=2.13.3
DBUS_REQUIRED=1.0
DBUS_GLIB_REQUIRED=0.60
-GUPNP_AV_REQUIRED=0.2.1
+GUPNP_REQUIRED=0.13
EMPATHY_REQUIRED=2.27.91
EMPATHY_GTK_REQUIRED=2.27.91
@@ -46,7 +46,7 @@ AC_SUBST(PIDGIN_REQUIRED)
AC_SUBST(NAUTILUS_EXTENSION)
AC_SUBST(BLUETOOTH_REQUIRED)
AC_SUBST(DBUS_REQUIRED)
-AC_SUBST(GUPNP_AV_REQUIRED)
+AC_SUBST(GUPNP_REQUIRED)
AC_SUBST(EMPATHY_REQUIRED)
AC_SUBST(EMPATHY_GTK_REQUIRED)
@@ -226,10 +226,10 @@ for plugin in ${used_plugins}; do
fi
;;
upnp)
- PKG_CHECK_MODULES(UPNP, gupnp-av-1.0 >= $GUPNP_AV_REQUIRED,
+ PKG_CHECK_MODULES(UPNP, gupnp-1.0 >= $GUPNP_REQUIRED,
enable_upnp=yes, enable_upnp=no)
if test "${enable_upnp}" != "yes" ; then
- plugin_error_or_ignore "you need gupnp-av installed for the upnp plugin"
+ plugin_error_or_ignore "you need gupnp installed for the upnp plugin"
add_plugin="0"
fi
;;
diff --git a/src/plugins/upnp/upnp.c b/src/plugins/upnp/upnp.c
index cf9a588..a16375c 100644
--- a/src/plugins/upnp/upnp.c
+++ b/src/plugins/upnp/upnp.c
@@ -28,7 +28,7 @@
#include "config.h"
#include <glib/gi18n-lib.h>
-#include <libgupnp-av/gupnp-av.h>
+#include <libgupnp/gupnp.h>
#include "nautilus-sendto-plugin.h"
#define MEDIA_SERVER "urn:schemas-upnp-org:device:MediaServer:1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]