Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot/files: f-spot-0.6.1.1-use-system-flickrnet.patch
Date: Thu, 10 Sep 2009 12:25:58
Message-Id: E1Mliiq-00010s-54@stork.gentoo.org
1 flameeyes 09/09/10 12:25:56
2
3 Added: f-spot-0.6.1.1-use-system-flickrnet.patch
4 Log:
5 Fix flickr exporter (bug #283398 and more) by building against the system copy of flickrnet.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-gfx/f-spot/files/f-spot-0.6.1.1-use-system-flickrnet.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/files/f-spot-0.6.1.1-use-system-flickrnet.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/files/f-spot-0.6.1.1-use-system-flickrnet.patch?rev=1.1&content-type=text/plain
13
14 Index: f-spot-0.6.1.1-use-system-flickrnet.patch
15 ===================================================================
16 Index: f-spot-0.6.1.1/extensions/Exporters/FlickrExport/Makefile.am
17 ===================================================================
18 --- f-spot-0.6.1.1.orig/extensions/Exporters/FlickrExport/Makefile.am
19 +++ f-spot-0.6.1.1/extensions/Exporters/FlickrExport/Makefile.am
20 @@ -20,16 +20,13 @@ REFS = \
21 $(LINK_GIOSHARP) \
22 $(LINK_GTKSHARPBEANS) \
23 $(LINK_DBUS) \
24 - -r:FlickrNet/FlickrNet.dll \
25 + -r:/usr/lib/mono/FlickrNet/FlickrNet.dll \
26 -r:Mono.Posix
27
28 PKGS = \
29 -pkg:gtk-sharp-2.0 \
30 -pkg:glade-sharp-2.0
31
32 -SUBDIR = \
33 - FlickrNet
34 -
35 RESOURCES = \
36 -resource:$(srcdir)/$(PLUGIN_MANIFEST) \
37 -resource:$(srcdir)/$(PLUGIN_NAME).glade
38 @@ -40,7 +37,6 @@ mpack: $(PLUGIN_ASSEMBLY)
39 mautil p $(PLUGIN_ASSEMBLY)
40
41 $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST)
42 - $(MAKE) -C $(SUBDIR)
43 $(CSC_LIB) -out:$@ $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES)
44
45 plugindir = $(pkglibdir)/extensions