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: Tue,  1 Nov 2016 17:31:16 +0000 (UTC)	[thread overview]
Message-ID: <1478020058.e160ecba4604c94f6d1841498610065845242134.eva@gentoo> (raw)

commit:     e160ecba4604c94f6d1841498610065845242134
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 16:29:23 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 17:07:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e160ecba

media-libs/clutter-gtk: version bump 1.8.0 → 1.8.2

Package-Manager: portage-2.3.2

 media-libs/clutter-gtk/Manifest                 |  1 +
 media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild | 45 +++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/media-libs/clutter-gtk/Manifest b/media-libs/clutter-gtk/Manifest
index 7676130..3e5c768 100644
--- a/media-libs/clutter-gtk/Manifest
+++ b/media-libs/clutter-gtk/Manifest
@@ -1,2 +1,3 @@
 DIST clutter-gtk-1.6.6.tar.xz 326540 SHA256 9440a68600f58d00fe0af35383738943e8ead9907f4cf507a102d96822434a28 SHA512 d6fa31effda83bdf79f102cfca039591289bf14bf0abf8e147307929fc91f93f5556f5b828e997cfb6a05098a8dadeb97df0e6c6a50ee2dbb790e45a0683b2b1 WHIRLPOOL 691c0b8ba0448a975cf60c719156b23288e6847e26e60b5c212c77845964f2c2987254a727eda7e29a5426fa669cc11aed4cb5e9189b31f5ab60ffcf6d0933b4
 DIST clutter-gtk-1.8.0.tar.xz 327068 SHA256 742ef9d68ece36cbb1b2e1a4a6fbdad932f6645360be7e6de75abbb140dfbf1d SHA512 20ebc7df37c1563a4dab2bb906f624b28000e2f0a8f2a0409c16f5478d60a2e1cf0bf41ba2cca3223bd52aa69ec149c92933d1a81fcf10fdb2889dce3b4ad47e WHIRLPOOL 3a4d23c206e55b04a5360180dfb269663b9655eccc878d52aab8830a552df39e0f35ba9a95ed1724e78a26b7721013d533b31f2bf1a402ee4da2d0a2f35f7d1b
+DIST clutter-gtk-1.8.2.tar.xz 326964 SHA256 da27d486325490ad3f65d2abf9413aeb8b4a8f7b559e4b2f73567a5344a26b94 SHA512 f895e43c4eb2d49f5e514f4c29f406d587d6bdf15027c0632e5caa4c8a1f8048dfbef5674d7ec663379127460826c1d662b59690c8db2d3e54bedf78e357f765 WHIRLPOOL 9c7df5910315af969394c349c3a89d40c76a5a14da9b7650a044fdd16020588fa58d28ca506eafa7192d5593157082aadaf915d3ba542875a178c37859a47268

diff --git a/media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild b/media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild
new file mode 100644
index 00000000..ff4cc25
--- /dev/null
+++ b/media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+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 debug examples gtk +introspection wayland"
+
+RDEPEND="
+	>=x11-libs/gtk+-3.21.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-1.14
+	>=sys-devel/gettext-0.18
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-maintainer-flags \
+		--enable-deprecated \
+		$(usex debug --enable-debug=yes ' ') \
+		$(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:[~2016-11-01 17:32 UTC|newest]

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

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=1478020058.e160ecba4604c94f6d1841498610065845242134.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