From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69B0B138239 for ; Sat, 23 Feb 2019 15:59:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 779E1E0959; Sat, 23 Feb 2019 15:59:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 382F7E0959 for ; Sat, 23 Feb 2019 15:59:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AFD533BEE9 for ; Sat, 23 Feb 2019 15:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD2D8A8 for ; Sat, 23 Feb 2019 15:59:27 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1550937557.b1f4484c7bc64aaa2e8585fb3c3f2126939c280f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libchamplain/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libchamplain/Manifest media-libs/libchamplain/libchamplain-0.12.18.ebuild X-VCS-Directories: media-libs/libchamplain/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b1f4484c7bc64aaa2e8585fb3c3f2126939c280f X-VCS-Branch: master Date: Sat, 23 Feb 2019 15:59:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1fe1fae-d08a-4865-a350-062027c44164 X-Archives-Hash: 105a9ecbb8bc419a16319c1b98994d08 commit: b1f4484c7bc64aaa2e8585fb3c3f2126939c280f Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 23 15:03:47 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 23 15:59:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f4484c media-libs/libchamplain: Version bump to 0.12.18 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> media-libs/libchamplain/Manifest | 1 + .../libchamplain/libchamplain-0.12.18.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/media-libs/libchamplain/Manifest b/media-libs/libchamplain/Manifest index beacdb930dd..7e925f48b6a 100644 --- a/media-libs/libchamplain/Manifest +++ b/media-libs/libchamplain/Manifest @@ -1 +1,2 @@ DIST libchamplain-0.12.16.tar.xz 623912 BLAKE2B fcdf351e5b264cc31e2ce2954e05abd9f9aaaa9ad622eb015e2267b24a8c281cd9fc79d0e5081f80b8805e0b9329b6c463d04e18d5704d75ab45139d86896e62 SHA512 78db380d87bd6437cab84b546af7f6505a8aaed7e8d9e8a06f3fdab1896b06a3bf1d11201384e4daedd2c78e528221e1d7e40665557e78251efec5fa036f4137 +DIST libchamplain-0.12.18.tar.xz 233108 BLAKE2B b244d0008af922e11f7e812972f1557e05a8ec5921a455db102ad102c64f0062a1d74f1650e6255e49e395d860b51f44f4e9e744e33daf6c9f07bf3e866e402d SHA512 204bed27a92ab0531d0d639a94deb55dbb5318de89d17b9ea44877d66034ae62948b0ec5380a9b756b61655a095817a2ad19a0c2b50342429af7af8750ac5ddf diff --git a/media-libs/libchamplain/libchamplain-0.12.18.ebuild b/media-libs/libchamplain/libchamplain-0.12.18.ebuild new file mode 100644 index 00000000000..5bf54c2495e --- /dev/null +++ b/media-libs/libchamplain/libchamplain-0.12.18.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_EAUTORECONF="yes" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 vala + +DESCRIPTION="Clutter based world map renderer" +HOMEPAGE="https://wiki.gnome.org/Projects/libchamplain" + +SLOT="0.12" +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +IUSE="debug +gtk +introspection vala" +REQUIRED_USE="vala? ( introspection )" + +RDEPEND=" + dev-db/sqlite:3 + >=dev-libs/glib-2.38:2 + >=media-libs/clutter-1.24:1.0[introspection?] + media-libs/cogl:= + >=net-libs/libsoup-2.42:2.4 + >=x11-libs/cairo-1.4 + x11-libs/gtk+:3 + gtk? ( + x11-libs/gtk+:3[introspection?] + media-libs/clutter-gtk:1.0 ) + introspection? ( dev-libs/gobject-introspection:= ) +" +DEPEND="${RDEPEND} + dev-util/glib-utils + dev-util/gtk-doc-am + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +src_prepare() { + # Fix documentation slotability + sed \ + -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-${SLOT}/" \ + -i docs/reference/Makefile.am || die "sed (1) failed" + + use vala && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + # Vala demos are only built, so just disable them + gnome2_src_configure \ + --disable-memphis \ + --disable-static \ + --disable-vala-demos \ + $(use_enable debug) \ + $(use_enable gtk) \ + $(use_enable introspection) \ + $(use_enable vala) +}