* [gentoo-commits] proj/gnome:gnome-next commit in: media-libs/libchamplain/
@ 2011-09-27 5:58 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-09-27 5:58 UTC (permalink / raw
To: gentoo-commits
commit: 3739f7d5768e02a1e5dce7dc39ee562a4e3c2e08
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 05:21:20 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Sep 27 05:21:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3739f7d5
media-libs/libchamplain: add 0.12.0
Required for empathy-3.2.0.
---
media-libs/libchamplain/libchamplain-0.12.0.ebuild | 63 ++++++++++++++++++++
1 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/media-libs/libchamplain/libchamplain-0.12.0.ebuild b/media-libs/libchamplain/libchamplain-0.12.0.ebuild
new file mode 100644
index 0000000..238e0d1
--- /dev/null
+++ b/media-libs/libchamplain/libchamplain-0.12.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.10.1.ebuild,v 1.1 2011/09/19 20:56:06 eva Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Clutter based world map renderer"
+HOMEPAGE="http://blog.pierlux.com/projects/libchamplain/en/"
+
+LICENSE="LGPL-2"
+SLOT="0.12"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc +gtk +introspection vala"
+
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+ >=dev-libs/glib-2.16:2
+ >=x11-libs/cairo-1.4
+ >=media-libs/clutter-1.2:1.0[introspection?]
+ >=media-libs/memphis-0.2.1:0.2[introspection?]
+ >=net-libs/libsoup-gnome-2.4.1:2.4
+ dev-db/sqlite:3
+ gtk? (
+ >=x11-libs/gtk+-2.90:3[introspection?]
+ >=media-libs/clutter-gtk-0.90:1.0 )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.3 )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1.9 )
+ vala? ( dev-lang/vala:0.12[vapigen] )"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ # Vala demos are only built, so just disable them
+ G2CONF="${G2CONF}
+ --disable-maintainer-mode
+ --disable-static
+ --disable-maemo
+ --disable-vala-demos
+ --enable-memphis
+ VAPIGEN=$(type -p vapigen-0.12)
+ $(use_enable debug)
+ $(use_enable gtk)
+ $(use_enable introspection)
+ $(use_enable vala)"
+}
+
+src_prepare() {
+ # Fix documentation slotability
+ sed -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-${SLOT}/" \
+ -i docs/reference/Makefile.{am,in} || die "sed (1) failed"
+ sed -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-gtk-${SLOT}/" \
+ -i docs/reference-gtk/Makefile.{am,in} || die "sed (2) failed"
+ mv "${S}"/docs/reference/${PN}{,-${SLOT}}-docs.sgml || die "mv (1) failed"
+ mv "${S}"/docs/reference-gtk/${PN}-gtk{,-${SLOT}}-docs.sgml || die "mv (1) failed"
+
+ gnome2_src_prepare
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: media-libs/libchamplain/
@ 2011-09-28 0:43 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-09-28 0:43 UTC (permalink / raw
To: gentoo-commits
commit: 2d60b06b38c5fd39232479396c722ee38cd1419a
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Sep 28 00:13:00 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Sep 28 00:13:00 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2d60b06b
media-libs/libchamplain: requires vala:0.14 if USE=vala
Thanks to fra79Wii (Franceso Favero) on #gentoo-desktop for noticing.
---
media-libs/libchamplain/libchamplain-0.12.0.ebuild | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-libs/libchamplain/libchamplain-0.12.0.ebuild b/media-libs/libchamplain/libchamplain-0.12.0.ebuild
index 238e0d1..5a9e82d 100644
--- a/media-libs/libchamplain/libchamplain-0.12.0.ebuild
+++ b/media-libs/libchamplain/libchamplain-0.12.0.ebuild
@@ -32,7 +32,8 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( >=dev-util/gtk-doc-1.9 )
- vala? ( dev-lang/vala:0.12[vapigen] )"
+ vala? ( dev-lang/vala:0.14[vapigen] )"
+# segfaults with vala:0.12
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
@@ -43,7 +44,7 @@ pkg_setup() {
--disable-maemo
--disable-vala-demos
--enable-memphis
- VAPIGEN=$(type -p vapigen-0.12)
+ VAPIGEN=$(type -p vapigen-0.14)
$(use_enable debug)
$(use_enable gtk)
$(use_enable introspection)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-28 0:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 5:58 [gentoo-commits] proj/gnome:gnome-next commit in: media-libs/libchamplain/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-09-28 0:43 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox