From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gst/
Date: Sat, 5 Sep 2015 11:17:18 +0000 (UTC) [thread overview]
Message-ID: <1441451821.64d43579e9d0330e39d558e2bd9a406102a8f986.pacho@gentoo> (raw)
commit: 64d43579e9d0330e39d558e2bd9a406102a8f986
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 11:17:01 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 11:17:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d43579
media-libs/clutter-gst: Drop old
Package-Manager: portage-2.2.20.1
media-libs/clutter-gst/Manifest | 1 -
media-libs/clutter-gst/clutter-gst-3.0.6.ebuild | 64 -------------------------
2 files changed, 65 deletions(-)
diff --git a/media-libs/clutter-gst/Manifest b/media-libs/clutter-gst/Manifest
index 07e667a..c1bc6e8 100644
--- a/media-libs/clutter-gst/Manifest
+++ b/media-libs/clutter-gst/Manifest
@@ -1,4 +1,3 @@
DIST clutter-gst-2.0.16.tar.xz 357380 SHA256 a944f84186937021aba6329c23954f6015d33bf151ba8994e13c59cefd742039 SHA512 ace0eceb8f99ad78190f6ebb9caf45ccc5597fff2e4dfda4e3bf539e87f41d3d60f66637219244bd28fe32f374460e3456c8dc5d0c60ac057cc73f2f1d60c764 WHIRLPOOL dd60f5722381f8e7678cd9e47b191a1e80c313c138d3cd5cb0acb1131d13ca565dd4f9e8117eda7ed1c81ae0b0bb9cca44530403615f3545ba44c012c12b70eb
DIST clutter-gst-3.0.10.tar.xz 391424 SHA256 2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c SHA512 e1ab8e57bade63c076c1426ed3b87d20034ff8fb54146c754ec4b990ec6d2102c4d87a1b1c3c9def17abe6985e2a59e44253cae1053f64a779dc8ef71a2951e7 WHIRLPOOL 5f8fba3a49c268650cdfee6d0959202a19288042f09acebdc3457f138193fae27fd0074a478032d8773446e05df3f0214e2038ea77feb90a6ea6046d7e361c86
-DIST clutter-gst-3.0.6.tar.xz 391404 SHA256 d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76 SHA512 bf8a4b7ae1f7ae92a05230564cb6aac8dc3d17bd7d07067bdc9a2055ca976d5c74ae92f33d91aa2315234df77e7b779e1b9b755ca62145cda47c585693eb9448 WHIRLPOOL d96b2bb4d9e293aaf3a038fb06df9d8e320f4f9fc403f005a705371d5b316bf6a08bcec71869c4252daa4f6b0caa18c31dfbea38d4e0f62740116c02a0742208
DIST clutter-gst-3.0.8.tar.xz 390628 SHA256 582e85b88482e16f7ec719363e38fadf84fab4d4baaa21e5227a454b824f135c SHA512 37960b676d440f879fbda8b14b0d3d6974527354abc1368fa2353793eff2ef4c6b4f50b6259b0016b22ae787d022c371aa512ad4441f6217e54ee35089be8b3a WHIRLPOOL 485d00ba7fcea8c7f92aaf7c56aaaa4e022c790b6941ec317314195b2f64766ded8a7acc1673951d871e1523ccccb4fe9761b50a432eeaaf25afffb2d7abf8a8
diff --git a/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild
deleted file mode 100644
index 9d67d6d..0000000
--- a/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild
+++ /dev/null
@@ -1,64 +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"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1
-
-HOMEPAGE="http://www.clutter-project.org/"
-DESCRIPTION="GStreamer integration library for Clutter"
-
-LICENSE="LGPL-2.1+"
-SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples +introspection"
-
-# >=cogl-1.18 provides cogl-2.0-experimental
-# FIXME:
-# - udev is automagic
-# - provide a USE flag for HW decode support (--enable-gl-texture-upload)
-COMMON_DEPEND="
- >=dev-libs/glib-2.20:2
- >=media-libs/clutter-1.20:1.0=[introspection?]
- >=media-libs/cogl-1.18:1.0=[introspection?]
- >=media-libs/gstreamer-1.4:1.0[introspection?]
- >=media-libs/gst-plugins-bad-1.4:1.0
- >=media-libs/gst-plugins-base-1.4:1.0[introspection?]
- virtual/libgudev
- introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
-"
-# uses goom from gst-plugins-good
-RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-good-1.4:1.0
-"
-DEPEND="${COMMON_DEPEND}
- ${PYTHON_DEPS}
- >=dev-util/gtk-doc-am-1.11
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure \
- --disable-maintainer-flags \
- $(use_enable introspection)
-}
-
-src_compile() {
- # Clutter tries to access dri without userpriv, upstream bug #661873
- # Massive failure of a hack, see bug 360219, bug 360073, bug 363917
- unset DISPLAY
- gnome2_src_compile
-}
-
-src_install() {
- gnome2_src_install
-
- if use examples; then
- insinto /usr/share/doc/"${PF}"/examples
- doins examples/{*.c,*.png,README}
- fi
-}
next reply other threads:[~2015-09-05 11:17 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-05 11:17 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-31 2:56 [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gst/ Matt Turner
2022-07-18 23:41 Sam James
2022-07-06 1:24 Sam James
2022-07-02 20:47 Sam James
2021-12-31 3:42 Yixun Lan
2021-03-04 0:23 Sam James
2020-04-20 20:42 Mart Raudsepp
2020-02-08 19:26 Matt Turner
2019-05-18 23:05 Mart Raudsepp
2019-02-14 19:05 Mart Raudsepp
2019-02-12 11:10 Mart Raudsepp
2018-04-29 0:08 Mart Raudsepp
2018-04-29 0:08 Mart Raudsepp
2018-04-26 22:32 Aaron Bauman
2018-04-11 12:27 Mart Raudsepp
2017-07-18 19:37 Alexis Ballier
2017-04-27 22:08 Mart Raudsepp
2017-04-23 21:23 Agostino Sarubbo
2017-03-31 5:47 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2016-12-06 9:26 Pacho Ramos
2016-12-06 9:26 Pacho Ramos
2016-09-08 23:03 Gilles Dartiguelongue
2016-03-06 20:12 Mikle Kolyada
2015-11-11 8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-10-17 10:57 Pacho Ramos
2015-10-04 10:26 Pacho Ramos
2015-10-04 10:26 Pacho Ramos
2015-09-07 16:24 Mikle Kolyada
2015-09-05 11:11 Pacho Ramos
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=1441451821.64d43579e9d0330e39d558e2bd9a406102a8f986.pacho@gentoo \
--to=pacho@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