Commit Graph

25 Commits

Author SHA1 Message Date
ajacoutot
8260ab93f9 Fix WANTLIB. 2011-05-30 12:45:35 +00:00
jasper
f96e411382 Add introspection support (needed for on-going GNOME 3 work). 2011-04-07 08:05:10 +00:00
jasper
01b6bc4255 sigh, bump to 0.8.3 here too. 2011-04-02 21:03:02 +00:00
jasper
8e369d20aa - bugfix update to 0.8.3 2011-04-02 21:02:48 +00:00
jasper
813be7d6b5 - update libchamplain to 0.8.2 2011-03-21 19:48:59 +00:00
jasper
7827da4177 - update libchamplain to 0.8.1 2011-03-02 15:01:18 +00:00
espie
f7466761c3 missed some 2010-11-22 09:20:34 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
jasper
eeba7629a1 - missed this.. 2010-09-30 07:31:45 +00:00
jasper
f51ae40c3a - update libchamplain to 0.8 2010-09-30 07:31:36 +00:00
espie
45bf65e4d5 and libsoup doesn't come from the gnome subpackage either... 2010-07-04 20:49:05 +00:00
jasper
33b2a7decc add --disable-silent-rules to configure arguments. 2010-04-22 10:41:25 +00:00
jasper
fb2f8dcf3c - update libchamplain to 0.4.4 2010-03-22 17:46:26 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
landry
9b20b08ce5 update to libchamplain 0.4.2 2009-11-02 21:52:33 +00:00
landry
c223b770d7 Update to libchamplain 0.4.1, fixes annoying 'grey empty map issue'.
Prodding & ok jasper@
2009-10-21 12:19:03 +00:00
landry
58a4a31a4e Update to libchamplain 0.4.0.
okay jasper@
2009-10-10 23:34:09 +00:00
landry
0ae59f7891 Update to libchamplain 0.3.5.
ok jasper@ ajacoutot@
2009-08-21 14:58:25 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
d8b837245b sync wantlib, bump 2009-06-18 01:07:52 +00:00
jasper
50795e8c1d - update libchamplain to 0.3.0
* too many changes to list here
* libchamplain-gtk is now shipped with libchamplain
2009-05-08 12:38:27 +00:00
jasper
2967043b53 - homepage moved to gnome.org 2009-03-08 17:53:35 +00:00
jasper
c8e8132454 - update libchamplain(-gtk) to 0.2.9
- use ${VERSION} where needed
- install some example code
- fix WANTLIB
2009-03-04 20:03:18 +00:00
jasper
ea5510ab8e import libchamplain 0.2.8
Libchamplain is a C library aimed to provide a Gtk+ widget to display
rasterized maps.
 * Display a map (OpenStreetMap Mapnik, OpenAerialMap,
   Maps For Free Relief);
   o Tiles are downloaded and cached
   o Downloaded tiles fade in
 * You can drag to move (a la Google Maps)
   o without or with kinetic scrolling (a la iPhone)
   o with elastic edges (a la iPhone)
 * You can zoom in / out
 * You can center the map on coordinates (longitude, latitude)
 * Add markers on the map with a mixed Clutter/Champlain API
 * Add layers of markers
 * You can animate markers

(i forgot cvs doesn't like files/directories called 'core')
2009-02-15 17:58:46 +00:00
jasper
9d3912a3f3 import libchamplain and libchamplain-gtk, both version 0.2.8
Libchamplain is a C library aimed to provide a Gtk+ widget to display
rasterized maps.
 * Display a map (OpenStreetMap Mapnik, OpenAerialMap,
   Maps For Free Relief);
   o Tiles are downloaded and cached
   o Downloaded tiles fade in
 * You can drag to move (a la Google Maps)
   o without or with kinetic scrolling (a la iPhone)
   o with elastic edges (a la iPhone)
 * You can zoom in / out
 * You can center the map on coordinates (longitude, latitude)
 * Add markers on the map with a mixed Clutter/Champlain API
 * Add layers of markers
 * You can animate markers

Libchamplain-gtk is a Gtk+ widget that wraps around libchamplain's ClutterActor.

a small demo application is installed as libchamplain-demo
2009-02-15 17:57:02 +00:00