Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c1a669146b30183304fda34da0687ea7a7979a4f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c1a669146b30183304fda34da0687ea7a7979a4f)
  • Date: Sun, 25 Oct 2009 07:31:47 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
graphics/geeqie/DEPENDS | 6 +++++-
graphics/geeqie/HISTORY | 3 +++
libs/libchamplain/DEPENDS | 6 ++++++
libs/libchamplain/DETAILS | 18 ++++++++++++++++++
libs/libchamplain/HISTORY | 3 +++
6 files changed, 38 insertions(+), 1 deletion(-)

New commits:
commit c1a669146b30183304fda34da0687ea7a7979a4f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics/geeqie: added optional dependency on libchamplain

commit 805de1db7296ae154941e89e8209db04b4fdcd0f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/libchamplain: new spell, a C library for showing maps

diff --git a/ChangeLog b/ChangeLog
index f5b3742..47987ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-10-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/libchamplain: new spell, a C library for showing maps
+
2009-10-24 Bearcat M. Sandor <sourcemage AT feline-soul.com>
* gnome2-libs/mutter: new spell, composting window manager for
gnome shell
diff --git a/graphics/geeqie/DEPENDS b/graphics/geeqie/DEPENDS
index f0031a2..2b2bd6a 100755
--- a/graphics/geeqie/DEPENDS
+++ b/graphics/geeqie/DEPENDS
@@ -6,4 +6,8 @@ optional_depends exiv2 \
optional_depends lcms \
"--with-lcms" \
"--without-lcms" \
- "lcms support"
+ "lcms support" &&
+optional_depends libchamplain \
+ "" \
+ "" \
+ "support for displaying maps"
diff --git a/graphics/geeqie/HISTORY b/graphics/geeqie/HISTORY
index b04c64d..49ca2b1 100644
--- a/graphics/geeqie/HISTORY
+++ b/graphics/geeqie/HISTORY
@@ -1,3 +1,6 @@
+2009-10-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added optional dependency on libchamplain
+
2009-06-10 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.0beta1

diff --git a/libs/libchamplain/DEPENDS b/libs/libchamplain/DEPENDS
new file mode 100755
index 0000000..23abb1f
--- /dev/null
+++ b/libs/libchamplain/DEPENDS
@@ -0,0 +1,6 @@
+depends cairo &&
+depends libsoup &&
+depends glib &&
+depends gtk+2 &&
+depends sqlite &&
+sub_depends clutter-gtk gtk+2
diff --git a/libs/libchamplain/DETAILS b/libs/libchamplain/DETAILS
new file mode 100755
index 0000000..77eae3a
--- /dev/null
+++ b/libs/libchamplain/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libchamplain
+ VERSION=0.4.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://download.gnome.org/sources/${SPELL}/0.4/${SOURCE}
+
SOURCE_HASH=sha512:48612f3c3d62f8f1e50b2ae5d699e3a66644a1c6152d7ed252a42a6fff336e4dceb315c4078df7c7d95425d9ae3250d243df8b327ef7a8b78cb5d8a839083f93
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://projects.gnome.org/libchamplain/";
+ LICENSE[0]=LGPL
+ ENTERED=20091025
+ SHORT="a C library providing a ClutterActor to display maps"
+cat << EOF
+Libchamplain is a C library providing a ClutterActor to display maps. It
+also provides a Gtk+ widget to display maps in Gtk+ applications. Mono,
+Python and Perl bindings are available.
+
+It supports numerous free map sources such as OpenStreetMap, OpenCycleMap,
+Öpnvkarte, OpenAerialMap and Maps for free.
+EOF
diff --git a/libs/libchamplain/HISTORY b/libs/libchamplain/HISTORY
new file mode 100644
index 0000000..1c8e801
--- /dev/null
+++ b/libs/libchamplain/HISTORY
@@ -0,0 +1,3 @@
+2009-10-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page