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-sound/rhythmbox: ChangeLog rhythmbox-0.12.3-r1.ebuild rhythmbox-0.12.2-r1.ebuild rhythmbox-0.12.3.ebuild
Date: Sun, 23 Aug 2009 21:25:29
Message-Id: E1MfKZ5-0005t9-7E@stork.gentoo.org
1 eva 09/08/23 21:25:27
2
3 Modified: ChangeLog rhythmbox-0.12.3-r1.ebuild
4 Removed: rhythmbox-0.12.2-r1.ebuild rhythmbox-0.12.3.ebuild
5 Log:
6 Update gst-plugins dependencies to require input-selector per bug #275643. Clean up old revisions.
7 (Portage version: 2.2_rc39/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.155 media-sound/rhythmbox/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.155&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.155&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.154&r2=1.155
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
19 retrieving revision 1.154
20 retrieving revision 1.155
21 diff -u -r1.154 -r1.155
22 --- ChangeLog 9 Aug 2009 21:52:08 -0000 1.154
23 +++ ChangeLog 23 Aug 2009 21:25:26 -0000 1.155
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/rhythmbox
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.154 2009/08/09 21:52:08 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.155 2009/08/23 21:25:26 eva Exp $
29 +
30 + 23 Aug 2009; Gilles Dartiguelongue <eva@g.o>
31 + -rhythmbox-0.12.2-r1.ebuild, -files/rhythmbox-0.12.2-link-fixes.patch,
32 + -rhythmbox-0.12.3.ebuild, rhythmbox-0.12.3-r1.ebuild:
33 + Update gst-plugins dependencies to require input-selector per bug #275643.
34 + Clean up old revisions.
35
36 *rhythmbox-0.12.3-r1 (09 Aug 2009)
37
38
39
40
41 1.2 media-sound/rhythmbox/rhythmbox-0.12.3-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.3-r1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.3-r1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.3-r1.ebuild?r1=1.1&r2=1.2
46
47 Index: rhythmbox-0.12.3-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.3-r1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- rhythmbox-0.12.3-r1.ebuild 9 Aug 2009 21:52:08 -0000 1.1
54 +++ rhythmbox-0.12.3-r1.ebuild 23 Aug 2009 21:25:26 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.3-r1.ebuild,v 1.1 2009/08/09 21:52:08 eva Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.3-r1.ebuild,v 1.2 2009/08/23 21:25:26 eva Exp $
60
61 EAPI="2"
62 WANT_AUTOMAKE="1.10"
63 @@ -26,6 +26,9 @@
64 >=net-libs/libsoup-2.26:2.4[gnome]
65
66 >=media-libs/gst-plugins-base-0.10.20
67 + || (
68 + >=media-libs/gst-plugins-base-0.10.24
69 + >=media-libs/gst-plugins-bad-0.10.6 )
70
71 cdr? (
72 brasero? ( >=app-cdr/brasero-0.9.1 )