summaryrefslogtreecommitdiff
path: root/media-libs
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-11-15 14:09:28 +0100
committerPacho Ramos <pacho@gentoo.org>2015-11-15 15:20:05 +0100
commit290efbbf08fea9348643170f62524901addcf165 (patch)
tree15f8dbdc5e48932e6fa47a06e2846042994bbcd7 /media-libs
parent9e41598544fcd19b38b3f3abf8b79fe5c0b22661 (diff)
downloadgentoo-290efbbf08fea9348643170f62524901addcf165.tar.gz
gentoo-290efbbf08fea9348643170f62524901addcf165.tar.xz
media-libs/clutter-gtk: Drop old
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/clutter-gtk/Manifest1
-rw-r--r--media-libs/clutter-gtk/clutter-gtk-1.6.0-r1.ebuild52
-rw-r--r--media-libs/clutter-gtk/clutter-gtk-1.6.0.ebuild45
-rw-r--r--media-libs/clutter-gtk/files/clutter-gtk-1.6.0-clutter_gdk_get_visual.patch34
4 files changed, 0 insertions, 132 deletions
diff --git a/media-libs/clutter-gtk/Manifest b/media-libs/clutter-gtk/Manifest
index 2735aebb8c1..87c5be74e6b 100644
--- a/media-libs/clutter-gtk/Manifest
+++ b/media-libs/clutter-gtk/Manifest
@@ -1,3 +1,2 @@
-DIST clutter-gtk-1.6.0.tar.xz 313240 SHA256 883550b574a036363239442edceb61cf3f6bedc8adc97d3404278556dc82234d SHA512 390f6964722c2e973309464a00ed0f9b2d8af33e2ff35e214ce53009f1f6bec2c5f0810c724ea58ea1321370f2b66f1d392e7dfa0e44817c9dafe29b74981f00 WHIRLPOOL a5a048aa0483d4f8efe5ed9f164d1ab5c64e1244689ea894aed13b627604bb337735681429e3f00266d19b07435a2869c0bc46d4c88be8fd21b5831d908eeb69
DIST clutter-gtk-1.6.2.tar.xz 314600 SHA256 bbd03dfa9a20102d5cdb440513b0a035933da557ad7e9da31546034de2daf069 SHA512 60e4131878b8db6aa87c3d1cde5f978e61074f5fa471f3a725cbd7e85ea71ddf319eb3a0210683d4403613458badf564e8418e31dce608b16729215ce5e6e068 WHIRLPOOL 2e95063c9463fe7d455a2f800996525c635c58bcf001a82fd25bff0f9779054e247cbe1a66aa8ab1304011061ca42f31234a3bed4badc3ff413ad92283db5916
DIST clutter-gtk-1.6.6.tar.xz 326540 SHA256 9440a68600f58d00fe0af35383738943e8ead9907f4cf507a102d96822434a28 SHA512 d6fa31effda83bdf79f102cfca039591289bf14bf0abf8e147307929fc91f93f5556f5b828e997cfb6a05098a8dadeb97df0e6c6a50ee2dbb790e45a0683b2b1 WHIRLPOOL 691c0b8ba0448a975cf60c719156b23288e6847e26e60b5c212c77845964f2c2987254a727eda7e29a5426fa669cc11aed4cb5e9189b31f5ab60ffcf6d0933b4
diff --git a/media-libs/clutter-gtk/clutter-gtk-1.6.0-r1.ebuild b/media-libs/clutter-gtk/clutter-gtk-1.6.0-r1.ebuild
deleted file mode 100644
index 687fcc9adbc..00000000000
--- a/media-libs/clutter-gtk/clutter-gtk-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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 eutils 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="examples +introspection"
-
-RDEPEND="
- >=x11-libs/gtk+-3.6.0:3[introspection?]
- >=media-libs/clutter-1.22.2-r1:1.0[introspection?]
- 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_prepare() {
- # patches from upstream git master
- epatch "${FILESDIR}"/${P}-clutter_gdk_get_visual.patch
-
- gnome2_src_prepare
-}
-
-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
-}
diff --git a/media-libs/clutter-gtk/clutter-gtk-1.6.0.ebuild b/media-libs/clutter-gtk/clutter-gtk-1.6.0.ebuild
deleted file mode 100644
index 394b3ef07eb..00000000000
--- a/media-libs/clutter-gtk/clutter-gtk-1.6.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 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="examples +introspection"
-
-RDEPEND="
- >=x11-libs/gtk+-3.6.0:3[introspection?]
- >=media-libs/clutter-1.18.0:1.0[introspection?]
- 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
-}
diff --git a/media-libs/clutter-gtk/files/clutter-gtk-1.6.0-clutter_gdk_get_visual.patch b/media-libs/clutter-gtk/files/clutter-gtk-1.6.0-clutter_gdk_get_visual.patch
deleted file mode 100644
index 921eb032e5d..00000000000
--- a/media-libs/clutter-gtk/files/clutter-gtk-1.6.0-clutter_gdk_get_visual.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 60df86a6fbc0f5893fff182b4308c2ee4d679569 Mon Sep 17 00:00:00 2001
-From: Emmanuele Bassi <ebassi@gnome.org>
-Date: Wed, 10 Jun 2015 12:03:54 +0100
-Subject: [PATCH] embed: Use the GDK visual from Clutter
-
-Instead of relying on the widget one. This is similar to what we do when
-running with the X11 backend.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=747489
----
- clutter-gtk/gtk-clutter-embed.c | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/clutter-gtk/gtk-clutter-embed.c b/clutter-gtk/gtk-clutter-embed.c
-index 64cc8b6..80b5839 100644
---- a/clutter-gtk/gtk-clutter-embed.c
-+++ b/clutter-gtk/gtk-clutter-embed.c
-@@ -327,6 +327,13 @@ gtk_clutter_embed_realize (GtkWidget *widget)
- gint attributes_mask;
- gint border_width;
-
-+#if defined(CLUTTER_WINDOWING_GDK)
-+ if (clutter_check_windowing_backend (CLUTTER_WINDOWING_GDK))
-+ {
-+ GdkVisual *visual = clutter_gdk_get_visual ();
-+ gtk_widget_set_visual (widget, visual);
-+ }
-+#endif
- #if defined(GDK_WINDOWING_X11) && defined(CLUTTER_WINDOWING_X11)
- if (clutter_check_windowing_backend (CLUTTER_WINDOWING_X11))
- {
---
-2.4.3
-