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-volumed: ChangeLog xfce4-volumed-0.1.8.ebuild
Date: Wed, 12 May 2010 15:33:09
Message-Id: 20100512153303.5EBD62C4F8@corvid.gentoo.org
1 ssuominen 10/05/12 15:33:03
2
3 Modified: ChangeLog xfce4-volumed-0.1.8.ebuild
4 Log:
5 Missing media-plugins/gst-plugins-meta (which in turn will pull in gst-plugins-alsa) RDEPEND wrt #317285 by Benedikt Sauer.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 xfce-extra/xfce4-volumed/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 22 Feb 2010 18:36:15 -0000 1.9
22 +++ ChangeLog 12 May 2010 15:33:03 -0000 1.10
23 @@ -1,6 +1,11 @@
24 # ChangeLog for xfce-extra/xfce4-volumed
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.9 2010/02/22 18:36:15 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.10 2010/05/12 15:33:03 ssuominen Exp $
28 +
29 + 12 May 2010; Samuli Suominen <ssuominen@g.o>
30 + xfce4-volumed-0.1.8.ebuild:
31 + Missing media-plugins/gst-plugins-meta (which in turn will pull in
32 + gst-plugins-alsa) RDEPEND wrt #317285 by Benedikt Sauer.
33
34 22 Feb 2010; Christian Faulhammer <fauli@g.o>
35 xfce4-volumed-0.1.8.ebuild:
36
37
38
39 1.4 xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild?r1=1.3&r2=1.4
44
45 Index: xfce4-volumed-0.1.8.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- xfce4-volumed-0.1.8.ebuild 22 Feb 2010 18:36:15 -0000 1.3
52 +++ xfce4-volumed-0.1.8.ebuild 12 May 2010 15:33:03 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild,v 1.3 2010/02/22 18:36:15 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.8.ebuild,v 1.4 2010/05/12 15:33:03 ssuominen Exp $
58
59 EAPI=2
60 inherit xfconf
61 @@ -14,12 +14,14 @@
62 KEYWORDS="amd64 x86"
63 IUSE="debug libnotify"
64
65 -RDEPEND="xfce-base/xfconf
66 +COMMON_DEPEND="xfce-base/xfconf
67 >=x11-libs/xcb-util-0.3.5
68 media-libs/gstreamer:0.10
69 media-libs/gst-plugins-base:0.10
70 libnotify? ( x11-libs/libnotify )"
71 -DEPEND="${RDEPEND}
72 +RDEPEND="${COMMON_DEPEND}
73 + media-plugins/gst-plugins-meta:0.10"
74 +DEPEND="${COMMON_DEPEND}
75 dev-util/pkgconfig"
76
77 pkg_setup() {