Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gst/
Date: Sun, 29 Apr 2018 00:08:49
Message-Id: 1524960409.250f68f24114e0e567a27a558a923b9ece22844c.leio@gentoo
1 commit: 250f68f24114e0e567a27a558a923b9ece22844c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 00:06:49 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 00:06:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250f68f2
7
8 media-libs/clutter-gst: remove old SLOT="2.0"
9
10 After old rhythmbox removal, there are no more consumers of it.
11
12 Package-Manager: Portage-2.3.28, Repoman-2.3.9
13
14 media-libs/clutter-gst/Manifest | 1 -
15 media-libs/clutter-gst/clutter-gst-2.0.18.ebuild | 77 ------------------------
16 2 files changed, 78 deletions(-)
17
18 diff --git a/media-libs/clutter-gst/Manifest b/media-libs/clutter-gst/Manifest
19 index 8bfcc812956..e39516c20ff 100644
20 --- a/media-libs/clutter-gst/Manifest
21 +++ b/media-libs/clutter-gst/Manifest
22 @@ -1,2 +1 @@
23 -DIST clutter-gst-2.0.18.tar.xz 358936 BLAKE2B 5a0b7edaa647651f790977d3f5edf6c996e43408dc1118a45d40b887df1a1827d8a5ecf9f0b42c291a38ada5519784069572c6d3e7126addea5d63f474fc3b0e SHA512 effc45929c201643d8a3e01ea199e426ab0927a9394dabf796b8edf1b7cf5e264f48a524966e31a86d4cf9fe99718464de0bad26ca7d64e05d64b7f0006676be
24 DIST clutter-gst-3.0.26.tar.xz 402976 BLAKE2B 41a8da175c7b99e9072e76cd0fe8c89050a3b8a11c6c3e7887c1fc466e57d9e9a4f3c2efbc030dc3da51eebc54d56ec1702298bb04081f0a6a169f4f94fbb01c SHA512 c1dca7b6fb7756dd1642e176b2d26f28330388283623c46350a8c979f3dd4af916a9807dfe4937ebd9f747f781a7dad4f0f8eea74ba8423c32bd92610eebcbc7
25
26 diff --git a/media-libs/clutter-gst/clutter-gst-2.0.18.ebuild b/media-libs/clutter-gst/clutter-gst-2.0.18.ebuild
27 deleted file mode 100644
28 index 8ae3828d5f0..00000000000
29 --- a/media-libs/clutter-gst/clutter-gst-2.0.18.ebuild
30 +++ /dev/null
31 @@ -1,77 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="yes"
37 -GNOME2_LA_PUNT="yes"
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit gnome2 python-any-r1
41 -
42 -HOMEPAGE="https://blogs.gnome.org/clutter/"
43 -DESCRIPTION="GStreamer integration library for Clutter"
44 -
45 -LICENSE="LGPL-2.1+"
46 -SLOT="2.0"
47 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
48 -IUSE="examples +introspection"
49 -
50 -# FIXME: Support for gstreamer-basevideo-0.10 (HW decoder support) is automagic
51 -COMMON_DEPEND="
52 - >=dev-libs/glib-2.20:2
53 - >=media-libs/clutter-1.6.0:1.0=[introspection?]
54 - >=media-libs/cogl-1.10:1.0=[introspection?]
55 - >=media-libs/gstreamer-1.2.0:1.0[introspection?]
56 - >=media-libs/gst-plugins-bad-1.2.0:1.0
57 - >=media-libs/gst-plugins-base-1.2.0:1.0[introspection?]
58 - introspection? ( >=dev-libs/gobject-introspection-0.6.8:= )
59 -"
60 -# uses goom from gst-plugins-good
61 -RDEPEND="${COMMON_DEPEND}
62 - >=media-libs/gst-plugins-good-1.2.0:1.0
63 -"
64 -DEPEND="${COMMON_DEPEND}
65 - ${PYTHON_DEPS}
66 - >=dev-util/gtk-doc-am-1.8
67 - virtual/pkgconfig
68 -"
69 -
70 -src_prepare() {
71 - # Make doc parallel installable
72 - cd "${S}"/doc/reference
73 - sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
74 - -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
75 - -i Makefile.am Makefile.in || die
76 - sed -e "s/\(<book.*name=\"\)clutter-gst/\1${PN}-${SLOT}/" \
77 - -i html/clutter-gst.devhelp2 || die
78 - mv clutter-gst-docs{,-${SLOT}}.sgml || die
79 - mv clutter-gst-overrides{,-${SLOT}}.txt || die
80 - mv clutter-gst-sections{,-${SLOT}}.txt || die
81 - mv clutter-gst{,-${SLOT}}.types || die
82 - mv html/clutter-gst{,-${SLOT}}.devhelp2
83 -
84 - cd "${S}"
85 - gnome2_src_prepare
86 -}
87 -
88 -src_configure() {
89 - gnome2_src_configure \
90 - --disable-maintainer-flags \
91 - $(use_enable introspection)
92 -}
93 -
94 -src_compile() {
95 - # Clutter tries to access dri without userpriv, upstream bug #661873
96 - # Massive failure of a hack, see bug 360219, bug 360073, bug 363917
97 - unset DISPLAY
98 - gnome2_src_compile
99 -}
100 -
101 -src_install() {
102 - gnome2_src_install
103 -
104 - if use examples; then
105 - insinto /usr/share/doc/"${PF}"/examples
106 - doins examples/{*.c,*.png,README}
107 - fi
108 -}