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: Mon, 19 Feb 2018 20:03:38
Message-Id: 1519070560.b738bc8f0fb26d3aaef6ddb3f6046233df59b023.leio@gentoo
1 commit: b738bc8f0fb26d3aaef6ddb3f6046233df59b023
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 19:49:05 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 20:02:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b738bc8f
7
8 media-plugins/grilo-plugins: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-plugins/grilo-plugins/Manifest | 1 -
13 .../grilo-plugins/grilo-plugins-0.3.4.ebuild | 118 ---------------------
14 2 files changed, 119 deletions(-)
15
16 diff --git a/media-plugins/grilo-plugins/Manifest b/media-plugins/grilo-plugins/Manifest
17 index 6ad197fc71d..dc7f40d6781 100644
18 --- a/media-plugins/grilo-plugins/Manifest
19 +++ b/media-plugins/grilo-plugins/Manifest
20 @@ -1,3 +1,2 @@
21 DIST grilo-plugins-0.2.17.tar.xz 1036308 BLAKE2B c83de5b251c030c71164310f6240652ffc86efa46a057bc750ee242c7cc2ff91a9c28ec6a847783cf7fd2df068cba0dad6f10521db82c7080a466c63aacb4c03 SHA512 f556ae6e72c82ce74cc8902f7b4ae27f51060c3b06230989b36ce4498f93894c723809c1f08fc8edfabd892fc303eb0523f21ea72649f644c7eb421b62773140
22 -DIST grilo-plugins-0.3.4.tar.xz 1879324 BLAKE2B 6cd9c27fcee17724a5ab5b5b7c0e6f0c6e4d8f431cac63fd52a145a6b80187bbe026c403ed457d20a59ac5e1db38ce5013916ae9feedb9d7bc67864ac2ac3c3f SHA512 690e016f4e24894bce8e8a3535898e6a5553fbe725efe539f771867d5a246a2d86e52641cc21696a7ea9da506ab72735db26d40e8aa6e738b818fda81d9d5575
23 DIST grilo-plugins-0.3.5.tar.xz 1881080 BLAKE2B 06f06fe47cf6fb374d3d398e113a2d851c46e390011f2ef8c04a9b658bd04eea5f0c17ad4e89f7cd922ac0a24efe94f30db65697d4b71fab512eaf71c8ef936c SHA512 3420b18d5d938559b75ae41199a6a79dfa5a8a43d2b29631f7cb03c28df569627be610a4087514240c3413e476fa76def3ee7a1b065b5104679b788b633a5b0e
24
25 diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild
26 deleted file mode 100644
27 index c56645ad2f0..00000000000
28 --- a/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild
29 +++ /dev/null
30 @@ -1,118 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -GNOME2_LA_PUNT="yes"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="A framework for easy media discovery and browsing"
40 -HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
41 -
42 -LICENSE="LGPL-2.1+"
43 -SLOT="0.3"
44 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
45 -IUSE="daap dvd examples chromaprint flickr freebox gnome-online-accounts lua subtitles thetvdb tracker upnp-av vimeo +youtube"
46 -
47 -# Bump gom requirement to avoid segfaults
48 -RDEPEND="
49 - >=dev-libs/glib-2.44:2
50 - >=media-libs/grilo-0.3.1:${SLOT}=[network,playlist]
51 - media-libs/libmediaart:2.0
52 - >=dev-libs/gom-0.3.2
53 -
54 - dev-libs/gmime:2.6
55 - dev-libs/json-glib
56 - dev-libs/libxml2:2
57 - dev-db/sqlite:3
58 -
59 - chromaprint? ( media-libs/gstreamer:1.0 )
60 - daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
61 - dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
62 - flickr? ( net-libs/liboauth )
63 - freebox? ( net-dns/avahi )
64 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91:= )
65 - lua? (
66 - >=dev-lang/lua-5.3
67 - app-arch/libarchive
68 - dev-libs/libxml2:2
69 - >=dev-libs/totem-pl-parser-3.4.1 )
70 - subtitles? ( net-libs/libsoup:2.4 )
71 - thetvdb? (
72 - app-arch/libarchive
73 - dev-libs/libxml2 )
74 - tracker? ( >=app-misc/tracker-0.10.5:= )
75 - youtube? (
76 - >=dev-libs/libgdata-0.9.1:=
77 - >=dev-libs/totem-pl-parser-3.4.1 )
78 - upnp-av? (
79 - net-libs/libsoup:2.4
80 - net-libs/dleyna-connector-dbus )
81 - vimeo? (
82 - >=dev-libs/totem-pl-parser-3.4.1 )
83 -"
84 -DEPEND="${RDEPEND}
85 - lua? ( dev-util/gperf )
86 - app-text/docbook-xml-dtd:4.5
87 - app-text/yelp-tools
88 - >=dev-util/intltool-0.40.0
89 - virtual/pkgconfig
90 -"
91 -
92 -src_prepare () {
93 - gnome2_src_prepare
94 - sed -e "s:GETTEXT_PACKAGE=grilo-plugins$:GETTEXT_PACKAGE=grilo-plugins-${SLOT}:" \
95 - -i configure.ac configure || die "sed configure.ac configure failed"
96 -}
97 -
98 -# FIXME: some unittests required python-dbusmock
99 -src_configure() {
100 - # --enable-debug only changes CFLAGS, useless for us
101 - # Plugins
102 - # shoutcast seems to be broken
103 - gnome2_src_configure \
104 - --disable-static \
105 - --disable-debug \
106 - --disable-uninstalled \
107 - --enable-bookmarks \
108 - --enable-filesystem \
109 - --enable-gravatar \
110 - --enable-jamendo \
111 - --enable-local-metadata \
112 - --enable-magnatune \
113 - --enable-metadata-store \
114 - --enable-podcasts \
115 - --enable-raitv \
116 - --disable-shoutcast \
117 - --enable-tmdb \
118 - $(use_enable chromaprint) \
119 - $(use_enable daap dmap) \
120 - $(use_enable dvd optical-media) \
121 - $(use_enable flickr) \
122 - $(use_enable freebox) \
123 - $(use_enable gnome-online-accounts goa) \
124 - $(use_enable lua lua-factory) \
125 - $(use_enable subtitles opensubtitles) \
126 - $(use_enable thetvdb) \
127 - $(use_enable tracker) \
128 - $(use_enable upnp-av dleyna) \
129 - $(use_enable vimeo) \
130 - $(use_enable youtube)
131 -}
132 -
133 -src_install() {
134 - if use examples; then
135 - insinto /usr/share/doc/${PF}/examples
136 - doins help/examples/*.c
137 - fi
138 -
139 - gnome2_src_install \
140 - DOC_MODULE_VERSION=${SLOT%/*} \
141 - HELP_ID="grilo-plugins-${SLOT%/*}" \
142 - HELP_MEDIA=""
143 -
144 - # The above doesn't work and collides with 0.2 slot
145 - mv "${ED}"/usr/share/help/C/examples/example-tmdb{,-0.3}.c
146 - mv "${ED}"/usr/share/help/C/grilo-plugins/legal{,-0.3}.xml
147 - mv "${ED}"/usr/share/help/C/grilo-plugins/grilo-plugins{,-0.3}.xml
148 -}