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-plugins/grilo-plugins/
Date: Fri, 15 Feb 2019 14:52:27
Message-Id: 1550242295.cb4be5bf6495445692d2e8e03573a42d2ea0eb2a.leio@gentoo
1 commit: cb4be5bf6495445692d2e8e03573a42d2ea0eb2a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 14:51:35 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 14:51:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4be5bf
7
8 media-plugins/grilo-plugins: remove old SLOT=0.2
9
10 Doesn't work with tracker-2
11
12 Bug: https://bugs.gentoo.org/672308
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15
16 media-plugins/grilo-plugins/Manifest | 1 -
17 .../grilo-plugins/grilo-plugins-0.2.17.ebuild | 93 ----------------------
18 2 files changed, 94 deletions(-)
19
20 diff --git a/media-plugins/grilo-plugins/Manifest b/media-plugins/grilo-plugins/Manifest
21 index 67080054936..39fe541c6b5 100644
22 --- a/media-plugins/grilo-plugins/Manifest
23 +++ b/media-plugins/grilo-plugins/Manifest
24 @@ -1,2 +1 @@
25 -DIST grilo-plugins-0.2.17.tar.xz 1036308 BLAKE2B c83de5b251c030c71164310f6240652ffc86efa46a057bc750ee242c7cc2ff91a9c28ec6a847783cf7fd2df068cba0dad6f10521db82c7080a466c63aacb4c03 SHA512 f556ae6e72c82ce74cc8902f7b4ae27f51060c3b06230989b36ce4498f93894c723809c1f08fc8edfabd892fc303eb0523f21ea72649f644c7eb421b62773140
26 DIST grilo-plugins-0.3.7.tar.xz 1892848 BLAKE2B 9894a01dc555f20c3119208e2ee875898c918f8d81e36571a777f7f1776c284d5fa5b4ac9126a352dc812b0f5ba9c15e0e81a2381ef9cb636afb66e272a77cec SHA512 9e69835b3b8f6e2974d799480e2c8c55a084d2089ead6b37112a8c3c79b6bd2142b8fd66952493b7118e09eb5070789408b59bd28784bd9f6bf5ea5a7bc5695d
27
28 diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild
29 deleted file mode 100644
30 index 9f567b03b59..00000000000
31 --- a/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild
32 +++ /dev/null
33 @@ -1,93 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
39 -GNOME2_LA_PUNT="yes"
40 -
41 -inherit gnome2
42 -
43 -DESCRIPTION="A framework for easy media discovery and browsing"
44 -HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
45 -
46 -LICENSE="LGPL-2.1+"
47 -SLOT="0.2"
48 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
49 -IUSE="daap +dvd flickr freebox gnome-online-accounts lua subtitles thetvdb tracker upnp-av +vimeo +youtube"
50 -
51 -# Bump gom requirement to avoid segfaults
52 -RDEPEND="
53 - >=dev-libs/glib-2.44:2
54 - >=media-libs/grilo-0.2.12:${SLOT}[network,playlist]
55 - media-libs/libmediaart:2.0
56 - >=dev-libs/gom-0.3.1
57 -
58 - dev-libs/gmime:2.6
59 - dev-libs/json-glib
60 - dev-libs/libxml2:2
61 - dev-db/sqlite:3
62 -
63 - daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
64 - dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
65 - flickr? ( net-libs/liboauth )
66 - freebox? ( net-dns/avahi )
67 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91 )
68 - lua? (
69 - >=dev-lang/lua-5.3
70 - app-arch/libarchive
71 - dev-libs/libxml2:2
72 - >=dev-libs/totem-pl-parser-3.4.1 )
73 - subtitles? ( net-libs/libsoup:2.4 )
74 - thetvdb? (
75 - app-arch/libarchive
76 - dev-libs/libxml2 )
77 - tracker? ( >=app-misc/tracker-0.10.5:0/100 )
78 - youtube? (
79 - >=dev-libs/libgdata-0.9.1:=
80 - >=dev-libs/totem-pl-parser-3.4.1 )
81 - upnp-av? (
82 - net-libs/libsoup:2.4
83 - net-libs/dleyna-connector-dbus )
84 - vimeo? (
85 - >=dev-libs/totem-pl-parser-3.4.1 )
86 -"
87 -DEPEND="${RDEPEND}
88 - app-text/docbook-xml-dtd:4.5
89 - app-text/yelp-tools
90 - >=dev-util/intltool-0.40.0
91 - virtual/pkgconfig
92 -"
93 -
94 -# FIXME: some unittests required python-dbusmock
95 -src_configure() {
96 - # --enable-debug only changes CFLAGS, useless for us
97 - # Plugins
98 - # shoutcast seems to be broken
99 - gnome2_src_configure \
100 - --disable-static \
101 - --disable-debug \
102 - --disable-uninstalled \
103 - --enable-bookmarks \
104 - --enable-filesystem \
105 - --enable-gravatar \
106 - --enable-jamendo \
107 - --enable-localmetadata \
108 - --enable-magnatune \
109 - --enable-metadata-store \
110 - --enable-podcasts \
111 - --enable-raitv \
112 - --disable-shoutcast \
113 - --enable-tmdb \
114 - $(use_enable daap dmap) \
115 - $(use_enable dvd optical-media) \
116 - $(use_enable flickr) \
117 - $(use_enable freebox) \
118 - $(use_enable gnome-online-accounts goa) \
119 - $(use_enable lua lua-factory) \
120 - $(use_enable subtitles opensubtitles) \
121 - $(use_enable thetvdb) \
122 - $(use_enable tracker) \
123 - $(use_enable upnp-av dleyna) \
124 - $(use_enable vimeo) \
125 - $(use_enable youtube)
126 -}