public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gtk/
Date: Thu, 26 Nov 2015 14:53:55 +0000 (UTC)	[thread overview]
Message-ID: <1448549615.1865201df428e333e8872da7a192b38c139b7f75.eva@gentoo> (raw)

commit:     1865201df428e333e8872da7a192b38c139b7f75
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 14:53:35 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 14:53:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1865201d

media-libs/clutter-gtk: add USE flags to control automagic dependencies with gtk and clutter supported windowing systems

Package-Manager: portage-2.2.26

 media-libs/clutter-gtk/clutter-gtk-1.6.6-r1.ebuild | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/media-libs/clutter-gtk/clutter-gtk-1.6.6-r1.ebuild b/media-libs/clutter-gtk/clutter-gtk-1.6.6-r1.ebuild
new file mode 100644
index 0000000..dfdf563
--- /dev/null
+++ b/media-libs/clutter-gtk/clutter-gtk-1.6.6-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
+HOMEPAGE="https://wiki.gnome.org/Projects/Clutter"
+LICENSE="LGPL-2.1+"
+
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X examples gtk +introspection wayland"
+
+RDEPEND="
+	>=x11-libs/gtk+-3.8.0:3[X=,introspection?,wayland=]
+	>=media-libs/clutter-1.23.7:1.0[X=,gtk=,introspection?,wayland=]
+	media-libs/cogl:1.0=[introspection?]
+	introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+"
+DEPEND="${RDEPEND}
+	dev-util/gtk-doc-am
+	>=sys-devel/gettext-0.18
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-maintainer-flags \
+		--enable-deprecated \
+		$(use_enable introspection)
+}
+
+src_install() {
+	gnome2_src_install
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}/examples
+		doins examples/{*.c,redhand.png}
+	fi
+}


             reply	other threads:[~2015-11-26 14:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-26 14:53 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-06 20:12 [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gtk/ Mikle Kolyada
2016-07-02 17:12 Pacho Ramos
2016-07-02 17:12 Pacho Ramos
2016-11-01 17:31 Gilles Dartiguelongue
2017-07-18 19:37 Alexis Ballier
2017-08-15 22:44 Gilles Dartiguelongue
2017-12-20 21:02 Mart Raudsepp
2021-03-04  0:23 Sam James
2021-12-13  5:54 Yixun Lan
2022-06-21 16:29 David Seifert
2022-10-31  2:56 Matt Turner
2023-01-13 19:03 Arthur Zamarin
2023-08-02 16:18 Sam James
2024-09-13 16:10 Eli Schwartz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448549615.1865201df428e333e8872da7a192b38c139b7f75.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox