Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/
Date: Sat, 16 Feb 2019 23:03:52
Message-Id: 1550358219.6dacf7bba40b53763cc7a442e4c59d3bb0573fcd.leio@gentoo
1 commit: 6dacf7bba40b53763cc7a442e4c59d3bb0573fcd
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 23:03:39 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 23:03:39 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6dacf7bb
7
8 media-video/totem: remove 3.26, 3.30.0 available in ::gentoo
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 media-video/totem/totem-3.26.0.ebuild | 139 ----------------------------------
14 1 file changed, 139 deletions(-)
15
16 diff --git a/media-video/totem/totem-3.26.0.ebuild b/media-video/totem/totem-3.26.0.ebuild
17 deleted file mode 100644
18 index 8ab39a4f..00000000
19 --- a/media-video/totem/totem-3.26.0.ebuild
20 +++ /dev/null
21 @@ -1,139 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
27 -PYTHON_REQ_USE="threads"
28 -
29 -inherit gnome-meson python-single-r1 vala
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="cdr +introspection lirc nautilus +python test vala"
37 -# see bug #359379
38 -REQUIRED_USE="
39 - python? ( introspection ${PYTHON_REQUIRED_USE} )
40 -"
41 -
42 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
43 -
44 -# FIXME:
45 -# Runtime dependency on gnome-session-2.91
46 -COMMON_DEPEND="
47 - >=dev-libs/glib-2.43.4:2[dbus]
48 - >=dev-libs/libpeas-1.1[gtk]
49 - >=dev-libs/totem-pl-parser-3.10.1:0=[introspection?]
50 - >=media-libs/clutter-1.17.3:1.0[gtk]
51 - >=media-libs/clutter-gst-2.99.2:3.0
52 - >=media-libs/clutter-gtk-1.8.1:1.0
53 - >=x11-libs/cairo-1.14
54 - >=x11-libs/gdk-pixbuf-2.23.0:2
55 - >=x11-libs/gtk+-3.19.4:3[introspection?]
56 -
57 - >=media-libs/grilo-0.3.0:0.3[playlist]
58 - >=media-libs/gstreamer-1.6.0:1.0
59 - >=media-libs/gst-plugins-base-1.6.0:1.0[X,introspection?,pango]
60 - media-libs/gst-plugins-good:1.0
61 -
62 - x11-libs/libX11
63 -
64 - gnome-base/gnome-desktop:3=
65 - gnome-base/gsettings-desktop-schemas
66 -
67 - cdr? (
68 - >=dev-libs/libxml2-2.6:2
69 - >=x11-libs/gtk+-3.19.4:3[X]
70 - )
71 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
72 - lirc? ( app-misc/lirc )
73 - nautilus? ( >=gnome-base/nautilus-2.91.3 )
74 - python? (
75 - ${PYTHON_DEPS}
76 - >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] )
77 -"
78 -RDEPEND="${COMMON_DEPEND}
79 - media-plugins/grilo-plugins:0.3
80 - media-plugins/gst-plugins-meta:1.0
81 - media-plugins/gst-plugins-taglib:1.0
82 - x11-themes/adwaita-icon-theme
83 - python? (
84 - >=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}]
85 - dev-python/pyxdg[${PYTHON_USEDEP}]
86 - dev-python/dbus-python[${PYTHON_USEDEP}]
87 - >=x11-libs/gtk+-3.5.2:3[introspection] )
88 -"
89 -# libxml2+gdk-pixbuf required for glib-compile-resources
90 -DEPEND="${COMMON_DEPEND}
91 - app-text/docbook-xml-dtd:4.5
92 - app-text/yelp-tools
93 - >=dev-libs/libxml2-2.6:2
94 - >=dev-util/meson-0.44
95 - >=sys-devel/gettext-0.19.8
96 - virtual/pkgconfig
97 - x11-base/xorg-proto
98 - vala? ( $(vala_depend) )
99 -"
100 -# docbook-xml-dtd is needed for user doc
101 -# Prevent dev-python/pylint dep, bug #482538
102 -
103 -PATCHES=(
104 - # Fix some typos in meson.build files
105 - "${FILESDIR}"/3.26-meson-fixes.patch
106 - # Do not force all plugins
107 - "${FILESDIR}"/3.26-control-plugins.patch
108 - # Do not force pylint with USE=python
109 - "${FILESDIR}"/3.26-skip-pylint-check.patch
110 - # Allow disabling calls to gst-inspect (sandbox issue)
111 - "${FILESDIR}"/3.26-gst-inspect-sandbox.patch
112 -)
113 -
114 -pkg_setup() {
115 - use python && python-single-r1_pkg_setup
116 -}
117 -
118 -src_prepare() {
119 - vala_src_prepare
120 - gnome-meson_src_prepare
121 -}
122 -
123 -src_configure() {
124 - # Disabled: sample-python, sample-vala, zeitgeist-dp
125 - # brasero-disc-recorder and gromit depend on GTK+ X11 backend and could be made optional
126 - # if totem itself didn't depend on it
127 - local plugins="apple-trailers,autoload-subtitles"
128 - plugins+=",im-status,media-player-keys,ontop"
129 - plugins+=",properties,recent,screensaver,screenshot"
130 - plugins+=",skipto,variable-rate,vimeo"
131 - use cdr && plugins+=",brasero-disc-recorder"
132 - use lirc && plugins+=",lirc"
133 - use nautilus && plugins+=",save-file"
134 - use python && plugins+=",dbusservice,pythonconsole,opensubtitles"
135 - use vala && plugins+=",rotation"
136 - plugins+=",gromit"
137 -
138 - # pylint is checked unconditionally, but is only used for make check
139 - # appstream-util overriding necessary until upstream fixes their macro
140 - # to respect configure switch
141 - gnome-meson_src_configure \
142 - -Denable-easy-codec-installation=yes \
143 - -Denable-gtk-doc=false \
144 - -Denable-introspection=$(usex introspection yes no) \
145 - -Denable-nautilus=$(usex nautilus yes no) \
146 - -Denable-python=$(usex python yes no) \
147 - -Denable-vala=$(usex vala yes no) \
148 - -Dgst-inspect=false \
149 - -Dwith-plugins=${plugins}
150 -}
151 -
152 -src_install() {
153 - gnome-meson_src_install
154 - if use python ; then
155 - local plugin
156 - for plugin in dbusservice pythonconsole opensubtitles ; do
157 - python_optimize "${ED}"usr/$(get_libdir)/totem/plugins/${plugin}
158 - done
159 - fi
160 -}