diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-10-08 23:06:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-10-08 23:06:07 +0100 |
commit | e23a08d0c97a0cc415aaa165da840b056f93c997 (patch) | |
tree | 4c5f7db60483518201fef36f8cc0712789a08db2 /x11-libs/mx | |
parent | 391b5b359a346aff490103da7dddc85047f83830 (diff) |
gentoo resync : 08.10.2021
Diffstat (limited to 'x11-libs/mx')
-rw-r--r-- | x11-libs/mx/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/mx/files/mx-1.4.7-gl-types.patch | 53 | ||||
-rw-r--r-- | x11-libs/mx/metadata.xml | 11 | ||||
-rw-r--r-- | x11-libs/mx/mx-1.4.7-r2.ebuild | 57 |
4 files changed, 0 insertions, 125 deletions
diff --git a/x11-libs/mx/Manifest b/x11-libs/mx/Manifest deleted file mode 100644 index d6d8f4dea999..000000000000 --- a/x11-libs/mx/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX mx-1.4.7-gl-types.patch 1730 BLAKE2B ecc907923c89bad0a52a311cfff92bcce8487e55170cce4cfb4bedc5e8b8af2385c1b32df80950050289c848e608f1d10f3bfe186d55ed3c8ca1f6e90efb1cab SHA512 bbb2e8fc95b054b23982ff031f6298b2a9addebec557ab234ef88ef6fe67ac4cc1bd35545c73aee162e59113b0c49f8337e5f98efcb997d22a6f4b2410fdbbfe -DIST mx-1.4.7.tar.xz 939672 BLAKE2B 3f55018c6d282af95b80852748a6baa7a56ea1ea69e1b3740b6d936633818f3b18124f1bec2d5bc51596df75a5633d355362d1d22549c5a7e490e053fcca2bae SHA512 6870898548c947d43947ea6ded7c06d01d18aa721c81927fabf3ee0cfe20f65739e927d32277acce5c2e13968502828e29e043f9a8cf31af8f2bc20ec1ad0349 -EBUILD mx-1.4.7-r2.ebuild 1394 BLAKE2B 4f2ffae7e71105df495cab2201f843347c7fec8782183f57641a3bd4266a88e1c37284324721e899e64ed452754246719efb800b891767ac32b3692c3a908dda SHA512 b54cfee8d65663903667581513d5701cfde811cb67354322824fc848cea19d1a23b7e7a5db2dcc5d4b9803b5943e1458c31742afbf04d342766e1168ef12636e -MISC metadata.xml 337 BLAKE2B 9a1da2b9be6298c22c82c0590b7833afabf45f7a51125b362000bd1fe4bf7de62900b02f83841db67425d80437f5367eaa6f98ce690e1d525a128bc94c839e63 SHA512 13ff443906889974be9a48af591124dec7165685ad10f8c38140e1e1c5dfe2b60c6e1c21bae1a8ca727c9890ebaa40e7f1bb260e3fdddcf7601cdec6220ea721 diff --git a/x11-libs/mx/files/mx-1.4.7-gl-types.patch b/x11-libs/mx/files/mx-1.4.7-gl-types.patch deleted file mode 100644 index 85c691378d84..000000000000 --- a/x11-libs/mx/files/mx-1.4.7-gl-types.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 297b654133436c6ee5146fce31529da4e52dfe74 Mon Sep 17 00:00:00 2001 -From: Brian Pepple <bpepple@fedoraproject.org> -Date: Sat, 25 Aug 2012 17:41:59 -0400 -Subject: [PATCH] Replace GL data types with equivalent glib types. - ---- - mx/mx-deform-texture.c | 8 ++++---- - mx/mx-texture-frame.c | 2 +- - 2 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/mx/mx-deform-texture.c b/mx/mx-deform-texture.c -index 93c54d7..466cc9f 100644 ---- a/mx/mx-deform-texture.c -+++ b/mx/mx-deform-texture.c -@@ -493,9 +493,9 @@ mx_deform_texture_class_init (MxDeformTextureClass *klass) - static void - mx_deform_texture_init_arrays (MxDeformTexture *self) - { -- GLushort *idx, *bf_idx; -+ gushort *idx, *bf_idx; - gint x, y, direction; -- GLushort *static_indices, *static_bf_indices; -+ gushort *static_indices, *static_bf_indices; - MxDeformTexturePrivate *priv = self->priv; - - mx_deform_texture_free_arrays (self); -@@ -503,8 +503,8 @@ mx_deform_texture_init_arrays (MxDeformTexture *self) - priv->n_indices = (2 + 2 * priv->tiles_x) * - priv->tiles_y + - (priv->tiles_y - 1); -- static_indices = g_new (GLushort, priv->n_indices); -- static_bf_indices = g_new (GLushort, priv->n_indices); -+ static_indices = g_new (gushort, priv->n_indices); -+ static_bf_indices = g_new (gushort, priv->n_indices); - - #define MESH_INDEX(X, Y) (Y) * (priv->tiles_x + 1) + (X) - -diff --git a/mx/mx-texture-frame.c b/mx/mx-texture-frame.c -index bde57ff..a88985f 100644 ---- a/mx/mx-texture-frame.c -+++ b/mx/mx-texture-frame.c -@@ -200,7 +200,7 @@ mx_texture_frame_paint (ClutterActor *self) - - - { -- GLfloat rectangles[] = -+ gfloat rectangles[] = - { - /* top left corner */ - 0, 0, --- -1.7.12 - diff --git a/x11-libs/mx/metadata.xml b/x11-libs/mx/metadata.xml deleted file mode 100644 index 64496ad22c4a..000000000000 --- a/x11-libs/mx/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <upstream> - <remote-id type="github">clutter-project/mx</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-libs/mx/mx-1.4.7-r2.ebuild b/x11-libs/mx/mx-1.4.7-r2.ebuild deleted file mode 100644 index 5a85ae7c71a7..000000000000 --- a/x11-libs/mx/mx-1.4.7-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GCONF_DEBUG="yes" - -inherit gnome2 epatch - -DESCRIPTION="A widget toolkit using Clutter" -HOMEPAGE="http://clutter-project.org/" -SRC_URI="https://github.com/downloads/clutter-project/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="1.0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="dbus +gtk +introspection startup-notification" - -RDEPEND=" - >=dev-libs/glib-2.28.0:2 - >=media-libs/clutter-1.7.91:1.0 - media-libs/cogl:= - >=x11-apps/xrandr-1.2.0 - - x11-libs/gdk-pixbuf:2[introspection?] - - dbus? ( >=dev-libs/dbus-glib-0.82 ) - gtk? ( >=x11-libs/gtk+-2.20:2[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - startup-notification? ( >=x11-libs/startup-notification-0.9 ) -" -DEPEND="${RDEPEND} - dev-util/glib-utils - >=dev-util/gtk-doc-am-1.14 - >=dev-util/intltool-0.35.0 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - # Tests are interactive, no use for us - sed -e 's/^\(SUBDIRS .*\)tests\(.*\)/\1 \2/g' \ - -i Makefile.am -i Makefile.in || die - # In 1.4.8 - epatch "${FILESDIR}/${P}-gl-types.patch" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --with-winsys=x11 \ - --without-glade \ - $(use_enable gtk gtk-widgets) \ - $(use_enable introspection) \ - $(use_with dbus) \ - $(use_with startup-notification) -} |