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-pulse: ChangeLog gst-plugins-pulse-0.10.21.ebuild gst-plugins-pulse-0.10.14.ebuild
Date: Mon, 05 Apr 2010 04:04:39
Message-Id: E1NydYA-0001Fa-9o@stork.gentoo.org
1 leio 10/04/05 04:04:34
2
3 Modified: ChangeLog
4 Added: gst-plugins-pulse-0.10.21.ebuild
5 Removed: gst-plugins-pulse-0.10.14.ebuild
6 Log:
7 Version bump. Avoid segfault when shutting down; return previous mute state if sink is not active at the moment; other fixes
8 (Portage version: 2.2_rc60/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.32 media-plugins/gst-plugins-pulse/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 24 Mar 2010 20:08:08 -0000 1.31
24 +++ ChangeLog 5 Apr 2010 04:04:34 -0000 1.32
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-plugins/gst-plugins-pulse
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.31 2010/03/24 20:08:08 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.32 2010/04/05 04:04:34 leio Exp $
30 +
31 +*gst-plugins-pulse-0.10.21 (05 Apr 2010)
32 +
33 + 05 Apr 2010; Mart Raudsepp <leio@g.o>
34 + -gst-plugins-pulse-0.10.14.ebuild, +gst-plugins-pulse-0.10.21.ebuild:
35 + Version bump. Avoid segfault when shutting down; return previous mute
36 + state if sink is not active at the moment; other fixes
37
38 24 Mar 2010; Christian Faulhammer <fauli@g.o>
39 gst-plugins-pulse-0.10.17.ebuild:
40
41
42
43 1.1 media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.21.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.21.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.21.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gst-plugins-pulse-0.10.21.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.21.ebuild,v 1.1 2010/04/05 04:04:34 leio Exp $
53
54 inherit gst-plugins-good
55
56 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
58 IUSE=""
59
60 # >=0.9.15 ensures working per-stream volume
61 # The dep can be reduced if necessary for stabilization
62 RDEPEND=">=media-sound/pulseaudio-0.9.15
63 >=media-libs/gstreamer-0.10.27
64 >=media-libs/gst-plugins-base-0.10.27"
65 DEPEND="${RDEPEND}"