Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-gconf: ChangeLog gst-plugins-gconf-0.10.30.ebuild
Date: Sun, 31 Jul 2011 03:29:54
Message-Id: 20110731032942.8EC582004B@flycatcher.gentoo.org
1 leio 11/07/31 03:29:42
2
3 Modified: ChangeLog
4 Added: gst-plugins-gconf-0.10.30.ebuild
5 Log:
6 Version bump to be in sync with the rest; no code changes
7
8 (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.100 media-plugins/gst-plugins-gconf/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.100&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.100&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?r1=1.99&r2=1.100
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v
20 retrieving revision 1.99
21 retrieving revision 1.100
22 diff -u -r1.99 -r1.100
23 --- ChangeLog 25 Jul 2011 18:07:13 -0000 1.99
24 +++ ChangeLog 31 Jul 2011 03:29:42 -0000 1.100
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/gst-plugins-gconf
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.99 2011/07/25 18:07:13 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.100 2011/07/31 03:29:42 leio Exp $
30 +
31 +*gst-plugins-gconf-0.10.30 (31 Jul 2011)
32 +
33 + 31 Jul 2011; Mart Raudsepp <leio@g.o>
34 + +gst-plugins-gconf-0.10.30.ebuild:
35 + Version bump to be in sync with the rest; no code changes
36
37 25 Jul 2011; Kacper Kowalik <xarthisius@g.o>
38 gst-plugins-gconf-0.10.28.ebuild:
39
40
41
42 1.1 media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.30.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.30.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.30.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-gconf-0.10.30.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.30.ebuild,v 1.1 2011/07/31 03:29:42 leio Exp $
52
53 GCONF_DEBUG=no
54
55 inherit gnome2 gst-plugins-good gst-plugins10
56
57 DESCRIPTION="GStreamer plugin for wrapping GConf audio/video settings"
58 KEYWORDS="~alpha ~amd64 ~amd64-linux ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~x86-solaris"
59 IUSE=""
60
61 RDEPEND=">=gnome-base/gconf-2
62 >=media-libs/gst-plugins-base-0.10.33"
63 DEPEND="${RDEPEND}"
64
65 GST_PLUGINS_BUILD="gconf gconftool"