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-video/totem/
Date: Thu, 27 Apr 2017 22:08:22
Message-Id: 1493330546.9518c9c51e33a9063e64720497f55c7141a1e4ba.leio@gentoo
1 commit: 9518c9c51e33a9063e64720497f55c7141a1e4ba
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 22:02:26 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 22:02:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9518c9c5
7
8 media-video/totem: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 media-video/totem/totem-3.22.1.ebuild | 130 ----------------------------------
13 1 file changed, 130 deletions(-)
14
15 diff --git a/media-video/totem/totem-3.22.1.ebuild b/media-video/totem/totem-3.22.1.ebuild
16 deleted file mode 100644
17 index 1314932fd43..00000000000
18 --- a/media-video/totem/totem-3.22.1.ebuild
19 +++ /dev/null
20 @@ -1,130 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -GNOME2_LA_PUNT="yes" # plugins are dlopened
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27 -PYTHON_REQ_USE="threads"
28 -
29 -inherit autotools gnome2 python-single-r1
30 -
31 -DESCRIPTION="Media player for GNOME"
32 -HOMEPAGE="https://wiki.gnome.org/Apps/Videos"
33 -
34 -LICENSE="GPL-2+ LGPL-2+"
35 -SLOT="0"
36 -IUSE="debug +introspection lirc nautilus +python test zeitgeist"
37 -# see bug #359379
38 -REQUIRED_USE="
39 - python? ( introspection ${PYTHON_REQUIRED_USE} )
40 - zeitgeist? ( introspection )
41 -"
42 -
43 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
44 -
45 -# FIXME:
46 -# Runtime dependency on gnome-session-2.91
47 -RDEPEND="
48 - >=dev-libs/glib-2.35:2[dbus]
49 - >=dev-libs/libpeas-1.1[gtk]
50 - >=dev-libs/libxml2-2.6:2
51 - >=dev-libs/totem-pl-parser-3.10.1:0=[introspection?]
52 - >=media-libs/clutter-1.17.3:1.0[gtk]
53 - >=media-libs/clutter-gst-2.99.2:3.0
54 - >=media-libs/clutter-gtk-1.8.1:1.0
55 - >=x11-libs/cairo-1.14
56 - >=x11-libs/gdk-pixbuf-2.23.0:2
57 - >=x11-libs/gtk+-3.19.4:3[introspection?]
58 -
59 - >=media-libs/grilo-0.3.0:0.3[playlist]
60 - media-plugins/grilo-plugins:0.3
61 - >=media-libs/gstreamer-1.6.0:1.0
62 - >=media-libs/gst-plugins-base-1.6.0:1.0[X,introspection?,pango]
63 - media-libs/gst-plugins-good:1.0
64 - media-plugins/gst-plugins-meta:1.0
65 - media-plugins/gst-plugins-taglib:1.0
66 -
67 - x11-libs/libX11
68 -
69 - gnome-base/gnome-desktop:3=
70 - gnome-base/gsettings-desktop-schemas
71 - x11-themes/adwaita-icon-theme
72 -
73 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
74 - lirc? ( app-misc/lirc )
75 - nautilus? ( >=gnome-base/nautilus-2.91.3 )
76 - python? (
77 - ${PYTHON_DEPS}
78 - >=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}]
79 - >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
80 - dev-python/pyxdg[${PYTHON_USEDEP}]
81 - dev-python/dbus-python[${PYTHON_USEDEP}]
82 - >=x11-libs/gtk+-3.5.2:3[introspection] )
83 - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12 )
84 -"
85 -DEPEND="${RDEPEND}
86 - app-text/docbook-xml-dtd:4.5
87 - app-text/yelp-tools
88 - dev-libs/appstream-glib
89 - >=dev-util/gtk-doc-am-1.14
90 - >=dev-util/intltool-0.50.1
91 - sys-devel/gettext
92 - virtual/pkgconfig
93 - x11-proto/xextproto
94 - x11-proto/xproto
95 -
96 - dev-libs/gobject-introspection-common
97 - gnome-base/gnome-common
98 -"
99 -# eautoreconf needs:
100 -# app-text/yelp-tools
101 -# dev-libs/gobject-introspection-common
102 -# gnome-base/gnome-common
103 -# docbook-xml-dtd is needed for user doc
104 -# Prevent dev-python/pylint dep, bug #482538
105 -
106 -pkg_setup() {
107 - use python && python-single-r1_pkg_setup
108 -}
109 -
110 -src_prepare() {
111 - # Prevent pylint usage by tests, bug #482538
112 - sed -i -e 's/ check-pylint//' src/plugins/Makefile.plugins || die
113 -
114 - eautoreconf
115 - gnome2_src_prepare
116 -
117 - # FIXME: upstream should provide a way to set GST_INSPECT, bug #358755 & co.
118 - # gst-inspect causes sandbox violations when a plugin needs write access to
119 - # /dev/dri/card* in its init phase.
120 - sed -e "s|\(gst10_inspect=\).*|\1$(type -P true)|" \
121 - -i configure || die
122 -}
123 -
124 -src_configure() {
125 - # Disabled: sample-python, sample-vala
126 - local plugins="apple-trailers,autoload-subtitles,brasero-disc-recorder"
127 - plugins+=",im-status,gromit,media-player-keys,ontop"
128 - plugins+=",properties,recent,rotation,screensaver,screenshot"
129 - plugins+=",skipto,variable-rate,vimeo"
130 - use lirc && plugins+=",lirc"
131 - use nautilus && plugins+=",save-file"
132 - use python && plugins+=",dbusservice,pythonconsole,opensubtitles"
133 - use zeitgeist && plugins+=",zeitgeist-dp"
134 -
135 - # pylint is checked unconditionally, but is only used for make check
136 - # appstream-util overriding necessary until upstream fixes their macro
137 - # to respect configure switch
138 - gnome2_src_configure \
139 - --disable-run-in-source-tree \
140 - --disable-static \
141 - --enable-easy-codec-installation \
142 - --enable-vala \
143 - $(use_enable introspection) \
144 - $(use_enable nautilus) \
145 - $(use_enable python) \
146 - PYLINT=$(type -P true) \
147 - VALAC=$(type -P true) \
148 - APPSTREAM_UTIL=$(type -P true) \
149 - --with-plugins=${plugins}
150 -}