r37784 - in /packages/unstable/nautilus-sendto/debian/patches: ./ fix-gssdp-linking.patch series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sat May 18 08:57:12 UTC 2013


Author: ah
Date: Sat May 18 08:57:11 2013
New Revision: 37784

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37784
Log:
Oops, commit added files as well.


Added:
    packages/unstable/nautilus-sendto/debian/patches/
    packages/unstable/nautilus-sendto/debian/patches/fix-gssdp-linking.patch
    packages/unstable/nautilus-sendto/debian/patches/series

Added: packages/unstable/nautilus-sendto/debian/patches/fix-gssdp-linking.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/patches/fix-gssdp-linking.patch?rev=37784&op=file
==============================================================================
--- packages/unstable/nautilus-sendto/debian/patches/fix-gssdp-linking.patch (added)
+++ packages/unstable/nautilus-sendto/debian/patches/fix-gssdp-linking.patch [utf-8] Sat May 18 08:57:11 2013
@@ -1,0 +1,26 @@
+This patch is the equivanlent of the upstream commit listed below
+(which was never in any release, since all modules was ripped out).
+
+
+From c001500a185fc0e7082d2495b83456b5cc298abd Mon Sep 17 00:00:00 2001
+From: Andreas Henriksson <andreas at fatal.se>
+Date: Wed, 10 Oct 2012 11:29:32 +0000
+Subject: Fix building with new gupnp stack
+
+Since gupnp 0.19.0, internal linker flags are no longer leaked
+to users of this library.
+This means applications need to link to all libraries
+that it uses directly, and nautilus-sendto uses symbols
+from gssdp so should link to it.
+---
+--- a/configure.in
++++ b/configure.in
+@@ -197,7 +197,7 @@
+ 			fi
+ 		;;
+ 		upnp)
+-			PKG_CHECK_MODULES(UPNP, gupnp-1.0 >= $GUPNP_REQUIRED,
++			PKG_CHECK_MODULES(UPNP, gssdp-1.0 gupnp-1.0 >= $GUPNP_REQUIRED,
+ 					  enable_upnp=yes, enable_upnp=no)
+ 			if test "${enable_upnp}" != "yes" ; then
+ 				plugin_error_or_ignore "you need gupnp installed for the upnp plugin"

Added: packages/unstable/nautilus-sendto/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/patches/series?rev=37784&op=file
==============================================================================
--- packages/unstable/nautilus-sendto/debian/patches/series (added)
+++ packages/unstable/nautilus-sendto/debian/patches/series [utf-8] Sat May 18 08:57:11 2013
@@ -1,0 +1,1 @@
+fix-gssdp-linking.patch




More information about the pkg-gnome-commits mailing list