public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/osm-gps-map/files: osm-gps-map-0.7.3-fix-introspection.patch osm-gps-map-0.7.3-fix-python-setup.py.patch
@ 2013-04-02 20:27 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2013-04-02 20:27 UTC (permalink / raw
  To: gentoo-commits

maksbotan    13/04/02 20:27:16

  Added:                osm-gps-map-0.7.3-fix-introspection.patch
                        osm-gps-map-0.7.3-fix-python-setup.py.patch
  Log:
  Fix introspection issue, add python bindings support, bug #373809. Thanks to Nikoli, EvaSDK and hasufell.
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)

Revision  Changes    Path
1.1                  sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-introspection.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-introspection.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-introspection.patch?rev=1.1&content-type=text/plain

Index: osm-gps-map-0.7.3-fix-introspection.patch
===================================================================
--- src/Makefile.am	2011-03-19 10:08:23.000000000 +0300
+++ src/Makefile.am	2013-04-02 23:13:01.408952029 +0400
@@ -86,6 +86,7 @@
 OsmGpsMap_1_0_gir_CFLAGS = $(OSMGPSMAP_CFLAGS)
 OsmGpsMap_1_0_gir_LIBS = libosmgpsmap.la
 OsmGpsMap_1_0_gir_FILES = $(introspection_sources)
+OsmGpsMap_1_0_gir_SCANNERFLAGS = --identifier-prefix=OsmGps
 INTROSPECTION_GIRS += OsmGpsMap-1.0.gir
 
 girdir = $(datadir)/gir-1.0



1.1                  sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-python-setup.py.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-python-setup.py.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-python-setup.py.patch?rev=1.1&content-type=text/plain

Index: osm-gps-map-0.7.3-fix-python-setup.py.patch
===================================================================
--- setup.py	2011-03-19 10:08:23.000000000 +0300
+++ setup.py	2013-04-02 23:35:01.469947224 +0400
@@ -21,9 +21,9 @@
 
 _osmgpsmap = Extension(name = 'osmgpsmap',
             sources= ['osmgpsmapmodule.c','osmgpsmap.c'],
-            include_dirs = get_include('osmgpsmap pygobject-2.0'),
-            library_dirs = get_lib_dirs('osmgpsmap pygobject-2.0'),
-            libraries = get_libs('osmgpsmap pygobject-2.0'),
+            include_dirs = get_include('gtk+-2.0 pygobject-2.0'),
+            library_dirs = get_lib_dirs('gtk+-2.0 pygobject-2.0'),
+            libraries = get_libs('gtk+-2.0 pygobject-2.0') + ["osmgpsmap"],
             define_macros = [('VERSION', '"""%s"""' % VERSION)],
             )
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-02 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 20:27 [gentoo-commits] gentoo-x86 commit in sci-geosciences/osm-gps-map/files: osm-gps-map-0.7.3-fix-introspection.patch osm-gps-map-0.7.3-fix-python-setup.py.patch Maxim Koltsov (maksbotan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox