Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/grilo-plugins: grilo-plugins-0.2.9.ebuild ChangeLog
Date: Sun, 01 Sep 2013 21:20:39
Message-Id: 20130901211956.8C3172004C@flycatcher.gentoo.org
1 eva 13/09/01 21:19:56
2
3 Modified: ChangeLog
4 Added: grilo-plugins-0.2.9.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.29 media-plugins/grilo-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/grilo-plugins/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/grilo-plugins/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/grilo-plugins/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 26 May 2013 11:35:36 -0000 1.28
24 +++ ChangeLog 1 Sep 2013 21:19:56 -0000 1.29
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/grilo-plugins
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/ChangeLog,v 1.28 2013/05/26 11:35:36 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/ChangeLog,v 1.29 2013/09/01 21:19:56 eva Exp $
30 +
31 +*grilo-plugins-0.2.9 (01 Sep 2013)
32 +
33 + 01 Sep 2013; Gilles Dartiguelongue <eva@g.o>
34 + +grilo-plugins-0.2.9.ebuild:
35 + Version bump.
36
37 *grilo-plugins-0.2.8 (26 May 2013)
38
39
40
41
42 1.1 media-plugins/grilo-plugins/grilo-plugins-0.2.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/grilo-plugins/grilo-plugins-0.2.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/grilo-plugins/grilo-plugins-0.2.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: grilo-plugins-0.2.9.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/grilo-plugins-0.2.9.ebuild,v 1.1 2013/09/01 21:19:56 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="A framework for easy media discovery and browsing"
60 HOMEPAGE="https://live.gnome.org/Grilo"
61
62 LICENSE="LGPL-2.1+"
63 SLOT="0.2"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="daap +dvd flickr gnome-online-accounts tracker upnp-av +vimeo +youtube"
66
67 RDEPEND="
68 >=dev-libs/glib-2.28:2
69 >=media-libs/grilo-0.2.6:${SLOT}[network]
70
71 dev-libs/gmime:2.6
72 dev-libs/json-glib
73 dev-libs/libxml2:2
74 dev-db/sqlite:3
75
76 daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
77 dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
78 flickr? ( net-libs/liboauth )
79 gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
80 tracker? ( >=app-misc/tracker-0.10.5:= )
81 youtube? (
82 >=dev-libs/libgdata-0.9.1
83 dev-libs/totem-pl-parser )
84 upnp-av? (
85 net-libs/gssdp
86 >=net-libs/gupnp-0.13
87 >=net-libs/gupnp-av-0.5 )
88 vimeo? (
89 dev-libs/libgcrypt
90 dev-libs/totem-pl-parser )
91 "
92 DEPEND="${RDEPEND}
93 app-text/docbook-xml-dtd:4.5
94 app-text/gnome-doc-utils
95 >=dev-util/intltool-0.40.0
96 virtual/pkgconfig
97 "
98
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-bliptv \
108 --enable-apple-trailers \
109 --enable-bookmarks \
110 --enable-filesystem \
111 --enable-gravatar \
112 --enable-jamendo \
113 --enable-lastfm-albumart \
114 --enable-localmetadata \
115 --enable-magnatune \
116 --enable-metadata-store \
117 --enable-podcasts \
118 --enable-raitv \
119 --disable-shoutcast \
120 --enable-tmdb \
121 $(use_enable daap dmap) \
122 $(use_enable dvd optical-media) \
123 $(use_enable flickr) \
124 $(use_enable gnome-online-accounts goa) \
125 $(use_enable tracker) \
126 $(use_enable upnp-av upnp) \
127 $(use_enable vimeo) \
128 $(use_enable youtube)
129 }