summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-04-03 11:28:48 +0200
committerPacho Ramos <pacho@gentoo.org>2016-04-03 14:39:36 +0200
commit52a524696a5250feb483d51846e9d291d9c2df85 (patch)
tree4149e09b9911168e58abe48b977e61805d2ae968
parentapp-misc/geoclue: Drop old (diff)
downloadgentoo-52a524696a5250feb483d51846e9d291d9c2df85.tar.gz
gentoo-52a524696a5250feb483d51846e9d291d9c2df85.tar.bz2
gentoo-52a524696a5250feb483d51846e9d291d9c2df85.zip
media-libs/clutter-gst: Drop old
Package-Manager: portage-2.2.28
-rw-r--r--media-libs/clutter-gst/Manifest1
-rw-r--r--media-libs/clutter-gst/clutter-gst-3.0.14-r1.ebuild71
-rw-r--r--media-libs/clutter-gst/clutter-gst-3.0.14.ebuild64
-rw-r--r--media-libs/clutter-gst/files/clutter-gst-3.0.14-automagic-udev.patch50
4 files changed, 0 insertions, 186 deletions
diff --git a/media-libs/clutter-gst/Manifest b/media-libs/clutter-gst/Manifest
index d8c6b82b1814..6e4d7774ca5d 100644
--- a/media-libs/clutter-gst/Manifest
+++ b/media-libs/clutter-gst/Manifest
@@ -1,3 +1,2 @@
DIST clutter-gst-2.0.16.tar.xz 357380 SHA256 a944f84186937021aba6329c23954f6015d33bf151ba8994e13c59cefd742039 SHA512 ace0eceb8f99ad78190f6ebb9caf45ccc5597fff2e4dfda4e3bf539e87f41d3d60f66637219244bd28fe32f374460e3456c8dc5d0c60ac057cc73f2f1d60c764 WHIRLPOOL dd60f5722381f8e7678cd9e47b191a1e80c313c138d3cd5cb0acb1131d13ca565dd4f9e8117eda7ed1c81ae0b0bb9cca44530403615f3545ba44c012c12b70eb
-DIST clutter-gst-3.0.14.tar.xz 391596 SHA256 f7c8a7dc479759cad5ff7483cb5a1abbe3efd0b4f83ed0e443dc602430a82de2 SHA512 6d50607e684e6c57525b9408f9b256c045fc1425d0646809fc9bdfc43536b0f8d3d2bd54b0176996e1894824c77cf9269d2c6d62adb29a5e2485f8a671126145 WHIRLPOOL bc2c289dbcd518eb4087d092cf97c0c3a0ccbe60742556b436897657cd9e9007658630d6487bbcd585923ed451e9a3cca922d72fa0ec8793ade7b04748da150a
DIST clutter-gst-3.0.16.tar.xz 406328 SHA256 803e8b7265e63e0581e21fd0c6064792dfe951512e9f515e9e7a9b452caaf9f0 SHA512 ad543156e05828a28d89d49080618fb64a010247eceee87d5930c14cd4ddc4fd276f6b30be8790d9003c988be45ead8c258157d72e60db0ea089eb068229da21 WHIRLPOOL 5ddf357183baed580fddf3b1171f30139495cfb7eb36571724b8c7ad7e758d6850aed6ef5ac3eb7452a2491bcf11c7748b9ce639a069b00c6078960d2e8e91dc
diff --git a/media-libs/clutter-gst/clutter-gst-3.0.14-r1.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.14-r1.ebuild
deleted file mode 100644
index 3110373a8aab..000000000000
--- a/media-libs/clutter-gst/clutter-gst-3.0.14-r1.ebuild
+++ /dev/null
@@ -1,71 +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 autotools eutils gnome2 python-any-r1
-
-HOMEPAGE="https://blogs.gnome.org/clutter/"
-DESCRIPTION="GStreamer integration library for Clutter"
-
-LICENSE="LGPL-2.1+"
-SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X examples +introspection udev"
-
-# >=cogl-1.18 provides cogl-2.0-experimental
-COMMON_DEPEND="
- >=dev-libs/glib-2.20:2
- >=media-libs/clutter-1.20:1.0=[X=,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?]
- introspection? ( >=dev-libs/gobject-introspection-0.6.8:= )
- udev? ( virtual/libgudev )
-"
-# uses goom from gst-plugins-good
-RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-good-1.4:1.0
- !udev? ( media-plugins/gst-plugins-v4l2 )
-"
-DEPEND="${COMMON_DEPEND}
- ${PYTHON_DEPS}
- >=dev-util/gtk-doc-am-1.11
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Make udev support controllable
- epatch "${FILESDIR}"/${PN}-3.0.14-automagic-udev.patch
-
- eautoreconf
-}
-
-src_configure() {
- # --enable-gl-texture-upload is experimental
- gnome2_src_configure \
- --disable-maintainer-flags \
- $(use_enable introspection) \
- $(use_with udev)
-}
-
-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
-}
diff --git a/media-libs/clutter-gst/clutter-gst-3.0.14.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.14.ebuild
deleted file mode 100644
index 04ae3e48fa3d..000000000000
--- a/media-libs/clutter-gst/clutter-gst-3.0.14.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="https://blogs.gnome.org/clutter/"
-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
-}
diff --git a/media-libs/clutter-gst/files/clutter-gst-3.0.14-automagic-udev.patch b/media-libs/clutter-gst/files/clutter-gst-3.0.14-automagic-udev.patch
deleted file mode 100644
index 106ceb5d6518..000000000000
--- a/media-libs/clutter-gst/files/clutter-gst-3.0.14-automagic-udev.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From ce92707eba5153c7ba0ee107f887480f2db494f2 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Tue, 24 Nov 2015 11:32:37 +0100
-Subject: [PATCH] Make libgudev dependency controllable by configure switch
-
----
- configure.ac | 27 ++++++++++++++++++++-------
- 1 file changed, 20 insertions(+), 7 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 67dede9..e8f4887 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -209,13 +209,26 @@ AS_IF([test "x$have_cogl_osx" = xyes],
- AC_SUBST([GL_LDFLAGS])
- ])
-
--PKG_CHECK_MODULES(GUDEV,
-- [gudev-1.0],
-- [
-- have_gudev=yes
-- AC_DEFINE([HAVE_GUDEV], [1],
-- ["Defined if gudev is available"])
-- ],[ have_gudev=no ])
-+AC_ARG_WITH([udev],
-+ [AS_HELP_STRING([--with-udev],
-+ [Enable camera listing through libgudev]),
-+ [], [with_udev=auto])
-+ ])
-+
-+AS_IF([test "$with_udev" != "no"],
-+ [
-+ PKG_CHECK_MODULES(GUDEV,
-+ [gudev-1.0],
-+ [
-+ have_gudev=yes
-+ AC_DEFINE([HAVE_GUDEV], [1],
-+ ["Defined if gudev is available"])
-+ ],[
-+ AS_IF([test "$with_udev" = "yes"],
-+ [AC_MSG_ERROR([Could not find libgudev])],
-+ [have_gudev=no])
-+ ])
-+ ])
-
- dnl ========================================================================
- dnl Experimental support for hardware accelerated decoders.
---
-2.6.3
-