Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox: ChangeLog rhythmbox-2.96.ebuild rhythmbox-2.95.ebuild
Date: Mon, 04 Jun 2012 06:23:35
Message-Id: 20120604062323.D2DC62004B@flycatcher.gentoo.org
1 tetromino 12/06/04 06:23:23
2
3 Modified: ChangeLog rhythmbox-2.96.ebuild
4 rhythmbox-2.95.ebuild
5 Log:
6 Need gst-plugins-base[introspection] (bug #416041, thanks to Andrea Arteaga).
7
8 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.219 media-sound/rhythmbox/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.219&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.219&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.218&r2=1.219
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
20 retrieving revision 1.218
21 retrieving revision 1.219
22 diff -u -r1.218 -r1.219
23 --- ChangeLog 5 May 2012 08:50:41 -0000 1.218
24 +++ ChangeLog 4 Jun 2012 06:23:23 -0000 1.219
25 @@ -1,6 +1,10 @@
26 # ChangeLog for media-sound/rhythmbox
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.218 2012/05/05 08:50:41 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.219 2012/06/04 06:23:23 tetromino Exp $
30 +
31 + 04 Jun 2012; Alexandre Rostovtsev <tetromino@g.o>
32 + rhythmbox-2.95.ebuild, rhythmbox-2.96.ebuild:
33 + Need gst-plugins-base[introspection] (bug #416041, thanks to Andrea Arteaga).
34
35 05 May 2012; Michał Górny <mgorny@g.o> rhythmbox-0.12.8-r1.ebuild,
36 rhythmbox-0.13.3.ebuild, rhythmbox-2.95.ebuild, rhythmbox-2.96.ebuild:
37
38
39
40 1.4 media-sound/rhythmbox/rhythmbox-2.96.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.96.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.96.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.96.ebuild?r1=1.3&r2=1.4
45
46 Index: rhythmbox-2.96.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.96.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- rhythmbox-2.96.ebuild 5 May 2012 08:50:41 -0000 1.3
53 +++ rhythmbox-2.96.ebuild 4 Jun 2012 06:23:23 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.96.ebuild,v 1.3 2012/05/05 08:50:41 mgorny Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.96.ebuild,v 1.4 2012/06/04 06:23:23 tetromino Exp $
59
60 EAPI="4"
61 GNOME2_LA_PUNT="yes"
62 @@ -38,7 +38,7 @@
63 >=dev-libs/totem-pl-parser-2.32.1
64 >=net-libs/libsoup-2.26:2.4
65 >=net-libs/libsoup-gnome-2.26:2.4
66 - >=media-libs/gst-plugins-base-0.10.32:0.10
67 + >=media-libs/gst-plugins-base-0.10.32:0.10[introspection]
68 >=media-libs/gstreamer-0.10.32:0.10[introspection]
69 >=sys-libs/tdb-1.2.6
70
71
72
73
74 1.6 media-sound/rhythmbox/rhythmbox-2.95.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.95.ebuild?rev=1.6&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.95.ebuild?rev=1.6&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.95.ebuild?r1=1.5&r2=1.6
79
80 Index: rhythmbox-2.95.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.95.ebuild,v
83 retrieving revision 1.5
84 retrieving revision 1.6
85 diff -u -r1.5 -r1.6
86 --- rhythmbox-2.95.ebuild 5 May 2012 08:50:41 -0000 1.5
87 +++ rhythmbox-2.95.ebuild 4 Jun 2012 06:23:23 -0000 1.6
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2012 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.95.ebuild,v 1.5 2012/05/05 08:50:41 mgorny Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-2.95.ebuild,v 1.6 2012/06/04 06:23:23 tetromino Exp $
93
94 EAPI="4"
95 GNOME2_LA_PUNT="yes"
96 @@ -38,7 +38,7 @@
97 >=dev-libs/totem-pl-parser-2.32.1
98 >=net-libs/libsoup-2.26:2.4
99 >=net-libs/libsoup-gnome-2.26:2.4
100 - >=media-libs/gst-plugins-base-0.10.32:0.10
101 + >=media-libs/gst-plugins-base-0.10.32:0.10[introspection]
102 >=media-libs/gstreamer-0.10.32:0.10[introspection]
103 >=sys-libs/tdb-1.2.6