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