summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-04-20 23:38:03 +0300
committerMart Raudsepp <leio@gentoo.org>2020-04-20 23:42:02 +0300
commitd2f88d8e31ae4959427eb85afa712facea1de831 (patch)
tree8b81d1b16b9865dd7058d2284d3afa1f977edaba /media-libs/clutter-gst
parentmedia-sound/rhythmbox: remove old (diff)
downloadgentoo-d2f88d8e31ae4959427eb85afa712facea1de831.tar.gz
gentoo-d2f88d8e31ae4959427eb85afa712facea1de831.tar.bz2
gentoo-d2f88d8e31ae4959427eb85afa712facea1de831.zip
media-libs/clutter-gst: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs/clutter-gst')
-rw-r--r--media-libs/clutter-gst/clutter-gst-3.0.27.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild
deleted file mode 100644
index 8b174001efcc..000000000000
--- a/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="X debug 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? ( dev-libs/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/glib-utils
- >=dev-util/gtk-doc-am-1.11
- virtual/pkgconfig
-"
-
-src_configure() {
- # --enable-gl-texture-upload is experimental
- gnome2_src_configure \
- --disable-maintainer-flags \
- --enable-debug=$(usex debug yes minimum) \
- $(use_enable introspection) \
- $(use_enable udev)
-}
-
-src_install() {
- gnome2_src_install
-
- if use examples; then
- insinto /usr/share/doc/"${PF}"/examples
- doins examples/{*.c,*.png,README}
- fi
-}