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, 23 Dec 2019 22:23:51
Message-Id: 1577139778.c11811546b263f36e9997f42f07caf27687e8dfd.leio@gentoo
1 commit: c11811546b263f36e9997f42f07caf27687e8dfd
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 22:10:49 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:22:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1181154
7
8 media-plugins/grilo-plugins: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 media-plugins/grilo-plugins/Manifest | 1 -
14 .../grilo-plugins/grilo-plugins-0.3.8.ebuild | 105 ---------------------
15 2 files changed, 106 deletions(-)
16
17 diff --git a/media-plugins/grilo-plugins/Manifest b/media-plugins/grilo-plugins/Manifest
18 index eea3ce5dc69..4559a0f272f 100644
19 --- a/media-plugins/grilo-plugins/Manifest
20 +++ b/media-plugins/grilo-plugins/Manifest
21 @@ -1,2 +1 @@
22 -DIST grilo-plugins-0.3.8.tar.xz 1408952 BLAKE2B 3375275189a25289406b5d9fd6dd42b6c0ad92779b081ce2f480b464929302af7b52fc758f2f6277c94fad38a2b0bbfc8fe9fd668ff98fc0ac7fbeda69a5ac42 SHA512 c5a0a80fd7c871ce69a06bdcab2b3d8986708e4e6b9c9020d7e938d4450655f962db7f84da0b40ed38ba197f65fc2a561e06a92cdca593620d66c2b153eb4879
23 DIST grilo-plugins-0.3.9.tar.xz 1418148 BLAKE2B 438aac490f2e099c40f5df15d8b3958dc29c4344e4846a3ff452561f60bf041fe2975b6c67b634f5f54721fd69e53f86c5008eadb3a402cbc8b479e805ab8221 SHA512 4700b08cab53afe0899edf7859a2e18608f6ed2016a9139694e8f1eb628c5b7318b04fe1633406fd1685a8dd54d1632b886352eac3192d52a1c1a1ac55896479
24
25 diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.8.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.3.8.ebuild
26 deleted file mode 100644
27 index 7f493b862a6..00000000000
28 --- a/media-plugins/grilo-plugins/grilo-plugins-0.3.8.ebuild
29 +++ /dev/null
30 @@ -1,105 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
36 -
37 -inherit gnome.org meson xdg
38 -
39 -DESCRIPTION="A collection of plugins for the Grilo framework"
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 chromaprint flickr freebox gnome-online-accounts lua test thetvdb tracker upnp-av +youtube"
46 -RESTRICT="!test? ( test )"
47 -
48 -# GOA is only optionally used by flickr and lua-factory plugins (checked at v0.3.8)
49 -# json-glib used by tmdb and lua; tmdb currently non-optional
50 -# TODO: validate upnp-av dleyna deps
51 -RDEPEND="
52 - >=dev-libs/glib-2.44:2
53 - >=media-libs/grilo-0.3.6:${SLOT}=[network,playlist]
54 - freebox? (
55 - net-dns/avahi[dbus] )
56 - >=dev-libs/gom-0.3.2-r1
57 - chromaprint? (
58 - media-libs/gstreamer:1.0
59 - media-libs/gst-plugins-base:1.0
60 - media-plugins/gst-plugins-chromaprint:1.0 )
61 - dev-libs/json-glib
62 - daap? (
63 - >=net-libs/libdmapsharing-2.9.12:3.0 )
64 - media-libs/libmediaart:2.0
65 - net-libs/libsoup:2.4
66 - dev-libs/libxml2:2
67 - flickr? (
68 - net-libs/liboauth )
69 - dev-db/sqlite:3
70 - >=dev-libs/totem-pl-parser-3.4.1
71 - tracker? (
72 - >=app-misc/tracker-0.10.5:= )
73 - upnp-av? (
74 - net-libs/dleyna-connector-dbus
75 - net-misc/dleyna-server )
76 - lua? (
77 - >=dev-lang/lua-5.3
78 - app-arch/libarchive
79 - dev-libs/libxml2:2 )
80 - thetvdb? (
81 - app-arch/libarchive )
82 - youtube? (
83 - >=dev-libs/libgdata-0.9.1:= )
84 -
85 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91:= )
86 -"
87 -DEPEND="${RDEPEND}
88 - app-text/docbook-xml-dtd:4.5
89 - dev-util/itstool
90 - >=sys-devel/gettext-0.19.8
91 - upnp-av? ( >=dev-util/gdbus-codegen-2.44 )
92 - virtual/pkgconfig
93 - lua? ( dev-util/gperf )
94 -"
95 -
96 -PATCHES=(
97 - "${FILESDIR}"/${PV}-meson-goa.patch # Support controlling g-o-a dep via 'goa' meson_options
98 -)
99 -
100 -src_prepare() {
101 - xdg_src_prepare
102 - sed -i -e "s:'GETTEXT_PACKAGE', meson.project_name():'GETTEXT_PACKAGE', 'grilo-plugins-${SLOT%/*}':" meson.build || die
103 - sed -i -e "s:meson.project_name():'grilo-plugins-${SLOT%/*}':" po/meson.build || die
104 - sed -i -e "s:meson.project_name():'grilo-plugins-${SLOT%/*}':" help/meson.build || die
105 -}
106 -
107 -src_configure() {
108 - local emesonargs=(
109 - -Denable-bookmarks=yes
110 - -Denable-chromaprint=$(usex chromaprint yes no)
111 - -Denable-dleyna=$(usex upnp-av yes no)
112 - -Denable-dmap=$(usex daap yes no)
113 - -Denable-filesystem=yes
114 - -Denable-flickr=$(usex flickr yes no)
115 - -Denable-freebox=$(usex freebox yes no)
116 - -Denable-gravatar=yes
117 - -Denable-jamendo=yes
118 - -Denable-local-metadata=yes
119 - -Denable-lua-factory=$(usex lua yes no)
120 - -Denable-magnatune=yes
121 - -Denable-metadata-store=yes
122 - -Denable-opensubtitles=yes
123 - -Denable-optical-media=yes
124 - -Denable-podcasts=yes
125 - -Denable-raitv=yes
126 - -Denable-shoutcast=yes
127 - -Denable-thetvdb=$(usex thetvdb yes no)
128 - -Denable-tmdb=yes
129 - -Denable-tracker=$(usex tracker yes no)
130 - -Denable-vimeo=yes
131 - -Denable-youtube=$(usex youtube yes no)
132 - -Dgoa=$(usex gnome-online-accounts enabled disabled)
133 - )
134 - meson_src_configure
135 -}