mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/clutter-gst: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST clutter-gst-2.0.18.tar.xz 358936 SHA256 8d82bebf01b65d433bfb0f8da7bf7a8da42289f58b66bc4dfa775df0385bf8b5 SHA512 effc45929c201643d8a3e01ea199e426ab0927a9394dabf796b8edf1b7cf5e264f48a524966e31a86d4cf9fe99718464de0bad26ca7d64e05d64b7f0006676be WHIRLPOOL a94a7383b51255c50000f68ed1a0280b0fa117073442938e69e0f81d336e18728cc6edf38600adf89de006be92f22d4f9c99e62e1286551e53f1580e5965c9e2
|
||||
DIST clutter-gst-3.0.20.tar.xz 404988 SHA256 a0011787ed2a2dafe914f973c1ede283d40b8eb75123f4a7b608ae6d1cc066c9 SHA512 813ba6df8e89cd2820990cbd4b2d85a5786de654045c411eaae97940663abea34d0c0c34281e0dc383b0939aa99cc6fb57331744ea120c843bcd74f3f5043a14 WHIRLPOOL 00783842b7c459249ab219025311021af0887c8340c4be76a9d43967f7dfc51ecbbc3b768956423213b50f2d58436a7ef75af8a13613f6fdbf30f26ab494edfe
|
||||
DIST clutter-gst-3.0.22.tar.xz 404852 SHA256 f1fc57fb32ea7e3d9234b58db35eb9ef3028cf0b266d85235f959edc0fe3dfd4 SHA512 c599ecfdbb9fe3625c300ad7ed3bda5ccb796a7aca75fcbbd46b1c353ce5090c5c010f7ffcaa9b3a08ee3905572c9ff4f69dc5816082e915e3cebe34536ed4ab WHIRLPOOL b407e1a3e36727d0c7dad443414470872cc16ed0d02ef02656124bfaa6d727358e778229aa4b9ecd5cce7543ff448365ecf7f113ac56556fabbe3b2fadaebbbc
|
||||
|
||||
@@ -1,64 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
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 ~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? ( 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_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_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
|
||||
}
|
||||
Reference in New Issue
Block a user