media-libs/clutter-gtk: Version bump
authorPacho Ramos <pacho@gentoo.org>
Sat, 2 Jul 2016 15:48:31 +0000 (17:48 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 2 Jul 2016 17:10:52 +0000 (19:10 +0200)
Package-Manager: portage-2.3.0_rc1

media-libs/clutter-gtk/Manifest
media-libs/clutter-gtk/clutter-gtk-1.8.0.ebuild [new file with mode: 0644]

index 1fda6da08c7f0df51e5c46842bf2f50fc95d1324..7676130475f3db861b398bbf92a8328ae08b7add 100644 (file)
@@ -1 +1,2 @@
 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
diff --git a/media-libs/clutter-gtk/clutter-gtk-1.8.0.ebuild b/media-libs/clutter-gtk/clutter-gtk-1.8.0.ebuild
new file mode 100644 (file)
index 0000000..68f3bfd
--- /dev/null
@@ -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.19.4: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 \
+               $(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
+}