Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-soundmenu-plugin: metadata.xml xfce4-soundmenu-plugin-0.2.4.1.ebuild ChangeLog
Date: Fri, 18 Nov 2011 20:57:22
Message-Id: 20111118205711.EC9AA2004B@flycatcher.gentoo.org
1 ssuominen 11/11/18 20:57:11
2
3 Modified: metadata.xml xfce4-soundmenu-plugin-0.2.4.1.ebuild
4 ChangeLog
5 Log:
6 Introduce libglyr support and enable it by default for complete plug-in.
7
8 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 xfce-extra/xfce4-soundmenu-plugin/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 26 Oct 2011 18:07:50 -0000 1.1
24 +++ metadata.xml 18 Nov 2011 20:57:11 -0000 1.2
25 @@ -3,6 +3,7 @@
26 <pkgmetadata>
27 <herd>xfce</herd>
28 <use>
29 - <flag name="lastfm">Enable last.fm support using <pkg>media-libs/libclastfm</pkg></flag>
30 + <flag name='glyr'>Enable music metadata searchengine support using <pkg>media-libs/glyr</pkg></flag>
31 + <flag name='lastfm'>Enable last.fm support using <pkg>media-libs/libclastfm</pkg></flag>
32 </use>
33 </pkgmetadata>
34
35
36
37 1.2 xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.1.ebuild?r1=1.1&r2=1.2
42
43 Index: xfce4-soundmenu-plugin-0.2.4.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- xfce4-soundmenu-plugin-0.2.4.1.ebuild 26 Oct 2011 18:07:50 -0000 1.1
50 +++ xfce4-soundmenu-plugin-0.2.4.1.ebuild 18 Nov 2011 20:57:11 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.1.ebuild,v 1.1 2011/10/26 18:07:50 ssuominen Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.2.4.1.ebuild,v 1.2 2011/11/18 20:57:11 ssuominen Exp $
56
57 EAPI=4
58 inherit xfconf
59 @@ -12,7 +12,7 @@
60 LICENSE="GPL-2 LGPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 -IUSE="debug lastfm"
64 +IUSE="debug +glyr lastfm"
65
66 RDEPEND=">=dev-libs/dbus-glib-0.74
67 >=dev-libs/keybinder-0.2
68 @@ -20,6 +20,7 @@
69 >=xfce-base/libxfce4ui-4.8
70 >=xfce-base/libxfce4util-4.8
71 >=xfce-base/xfce4-panel-4.8
72 + glyr? ( media-libs/glyr )
73 lastfm? ( media-libs/libclastfm )"
74 DEPEND="${RDEPEND}
75 dev-util/intltool
76 @@ -27,10 +28,9 @@
77 sys-devel/gettext"
78
79 pkg_setup() {
80 - # FIXME: Include libglyr in Portage
81 XFCONF=(
82 $(use_enable lastfm libclastfm)
83 - --disable-libglyr
84 + $(use_enable glyr libglyr)
85 $(xfconf_use_debug)
86 )
87
88
89
90
91 1.2 xfce-extra/xfce4-soundmenu-plugin/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog?r1=1.1&r2=1.2
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- ChangeLog 26 Oct 2011 18:07:50 -0000 1.1
104 +++ ChangeLog 18 Nov 2011 20:57:11 -0000 1.2
105 @@ -1,6 +1,10 @@
106 # ChangeLog for xfce-extra/xfce4-soundmenu-plugin
107 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.1 2011/10/26 18:07:50 ssuominen Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.2 2011/11/18 20:57:11 ssuominen Exp $
110 +
111 + 18 Nov 2011; Samuli Suominen <ssuominen@g.o>
112 + xfce4-soundmenu-plugin-0.2.4.1.ebuild:
113 + Introduce libglyr support and enable it by default for complete plug-in.
114
115 *xfce4-soundmenu-plugin-0.2.4.1 (26 Oct 2011)