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.30.ebuild
Date: Sun, 31 Jul 2011 05:02:11
Message-Id: 20110731041530.8BCCD2004B@flycatcher.gentoo.org
1 leio 11/07/31 04:15:30
2
3 Modified: ChangeLog
4 Added: gst-plugins-pulse-0.10.30.ebuild
5 Log:
6 Version bump. Lots of bug fixes
7
8 (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.65 media-plugins/gst-plugins-pulse/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.65&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.65&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.64&r2=1.65
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
20 retrieving revision 1.64
21 retrieving revision 1.65
22 diff -u -r1.64 -r1.65
23 --- ChangeLog 25 Jul 2011 18:07:11 -0000 1.64
24 +++ ChangeLog 31 Jul 2011 04:15:30 -0000 1.65
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/gst-plugins-pulse
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.64 2011/07/25 18:07:11 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.65 2011/07/31 04:15:30 leio Exp $
30 +
31 +*gst-plugins-pulse-0.10.30 (31 Jul 2011)
32 +
33 + 31 Jul 2011; Mart Raudsepp <leio@g.o>
34 + +gst-plugins-pulse-0.10.30.ebuild:
35 + Version bump. Lots of bug fixes
36
37 25 Jul 2011; Kacper Kowalik <xarthisius@g.o>
38 gst-plugins-pulse-0.10.28.ebuild:
39
40
41
42 1.1 media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.30.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.30.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.30.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-pulse-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-pulse/gst-plugins-pulse-0.10.30.ebuild,v 1.1 2011/07/31 04:15:30 leio Exp $
52
53 inherit gst-plugins-good
54
55 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
56 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
57 IUSE=""
58
59 # >=0.9.20 is the latest suggested dep for some optional features/best behaviour not available before
60 RDEPEND=">=media-sound/pulseaudio-0.9.20
61 >=media-libs/gst-plugins-base-0.10.33"
62 DEPEND="${RDEPEND}"