public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: gst-plugins-pulse-0.10.16.ebuild ChangeLog
@ 2009-09-07  5:21 Olivier Crete (tester)
  0 siblings, 0 replies; 6+ messages in thread
From: Olivier Crete (tester) @ 2009-09-07  5:21 UTC (permalink / raw
  To: gentoo-commits

tester      09/09/07 05:21:05

  Modified:             ChangeLog
  Added:                gst-plugins-pulse-0.10.16.ebuild
  Log:
  Version bump
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-plugins/gst-plugins-pulse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	23 Aug 2009 07:10:30 -0000	1.20
+++ ChangeLog	7 Sep 2009 05:21:05 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.20 2009/08/23 07:10:30 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.21 2009/09/07 05:21:05 tester Exp $
+
+*gst-plugins-pulse-0.10.16 (07 Sep 2009)
+
+  07 Sep 2009; Olivier Crête <tester@gentoo.org>
+  +gst-plugins-pulse-0.10.16.ebuild:
+  Version bump
 
 *gst-plugins-pulse-0.10.15 (23 Aug 2009)
 



1.1                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-pulse-0.10.16.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.1 2009/09/07 05:21:05 tester Exp $

inherit gst-plugins-good

DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=media-sound/pulseaudio-0.9.8
	>=media-libs/gstreamer-0.10.24
	>=media-libs/gst-plugins-base-0.10.24"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: gst-plugins-pulse-0.10.16.ebuild ChangeLog
@ 2009-09-12 22:41 Olivier Crete (tester)
  0 siblings, 0 replies; 6+ messages in thread
From: Olivier Crete (tester) @ 2009-09-12 22:41 UTC (permalink / raw
  To: gentoo-commits

tester      09/09/12 22:41:31

  Modified:             gst-plugins-pulse-0.10.16.ebuild ChangeLog
  Log:
  New pulse elements don't work with pulseaudio 0.9.9
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?r1=1.1&r2=1.2

Index: gst-plugins-pulse-0.10.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-pulse-0.10.16.ebuild	7 Sep 2009 05:21:05 -0000	1.1
+++ gst-plugins-pulse-0.10.16.ebuild	12 Sep 2009 22:41:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.1 2009/09/07 05:21:05 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.2 2009/09/12 22:41:31 tester Exp $
 
 inherit gst-plugins-good
 
@@ -8,7 +8,7 @@
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-RDEPEND=">=media-sound/pulseaudio-0.9.8
+RDEPEND=">=media-sound/pulseaudio-0.9.15
 	>=media-libs/gstreamer-0.10.24
 	>=media-libs/gst-plugins-base-0.10.24"
 DEPEND="${RDEPEND}



1.22                 media-plugins/gst-plugins-pulse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	7 Sep 2009 05:21:05 -0000	1.21
+++ ChangeLog	12 Sep 2009 22:41:31 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.21 2009/09/07 05:21:05 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.22 2009/09/12 22:41:31 tester Exp $
+
+  12 Sep 2009; Olivier Crête <tester@gentoo.org>
+  gst-plugins-pulse-0.10.16.ebuild:
+  New pulse elements don't work with pulseaudio 0.9.9
 
 *gst-plugins-pulse-0.10.16 (07 Sep 2009)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: gst-plugins-pulse-0.10.16.ebuild ChangeLog
@ 2009-11-10 16:13 Olivier Crete (tester)
  0 siblings, 0 replies; 6+ messages in thread
From: Olivier Crete (tester) @ 2009-11-10 16:13 UTC (permalink / raw
  To: gentoo-commits

tester      09/11/10 16:13:04

  Modified:             gst-plugins-pulse-0.10.16.ebuild ChangeLog
  Log:
  Stable on amd64, bug #290343
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?r1=1.2&r2=1.3

Index: gst-plugins-pulse-0.10.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-pulse-0.10.16.ebuild	12 Sep 2009 22:41:31 -0000	1.2
+++ gst-plugins-pulse-0.10.16.ebuild	10 Nov 2009 16:13:03 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.2 2009/09/12 22:41:31 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.3 2009/11/10 16:13:03 tester Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-0.9.15



1.23                 media-plugins/gst-plugins-pulse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	12 Sep 2009 22:41:31 -0000	1.22
+++ ChangeLog	10 Nov 2009 16:13:03 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.22 2009/09/12 22:41:31 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.23 2009/11/10 16:13:03 tester Exp $
+
+  10 Nov 2009; Olivier Crête <tester@gentoo.org>
+  gst-plugins-pulse-0.10.16.ebuild:
+  Stable on amd64, bug #290343
 
   12 Sep 2009; Olivier Crête <tester@gentoo.org>
   gst-plugins-pulse-0.10.16.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: gst-plugins-pulse-0.10.16.ebuild ChangeLog
@ 2009-11-18 22:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-11-18 22:26 UTC (permalink / raw
  To: gentoo-commits

fauli       09/11/18 22:26:14

  Modified:             gst-plugins-pulse-0.10.16.ebuild ChangeLog
  Log:
  x86 stable, bug 290343
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.4                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?r1=1.3&r2=1.4

Index: gst-plugins-pulse-0.10.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-pulse-0.10.16.ebuild	10 Nov 2009 16:13:03 -0000	1.3
+++ gst-plugins-pulse-0.10.16.ebuild	18 Nov 2009 22:26:14 -0000	1.4
@@ -1,11 +1,11 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.3 2009/11/10 16:13:03 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.4 2009/11/18 22:26:14 fauli Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-0.9.15



1.25                 media-plugins/gst-plugins-pulse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Nov 2009 04:27:51 -0000	1.24
+++ ChangeLog	18 Nov 2009 22:26:14 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.24 2009/11/17 04:27:51 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.25 2009/11/18 22:26:14 fauli Exp $
+
+  18 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
+  gst-plugins-pulse-0.10.16.ebuild:
+  x86 stable, bug 290343
 
 *gst-plugins-pulse-0.10.17 (17 Nov 2009)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: gst-plugins-pulse-0.10.16.ebuild ChangeLog
@ 2009-11-29 17:33 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-11-29 17:33 UTC (permalink / raw
  To: gentoo-commits

klausman    09/11/29 17:33:16

  Modified:             gst-plugins-pulse-0.10.16.ebuild ChangeLog
  Log:
  Stable on alpha, bug #290343
  (Portage version: 2.1.7.7/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?r1=1.4&r2=1.5

Index: gst-plugins-pulse-0.10.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-pulse-0.10.16.ebuild	18 Nov 2009 22:26:14 -0000	1.4
+++ gst-plugins-pulse-0.10.16.ebuild	29 Nov 2009 17:33:15 -0000	1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.4 2009/11/18 22:26:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.5 2009/11/29 17:33:15 klausman Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-0.9.15



1.26                 media-plugins/gst-plugins-pulse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	18 Nov 2009 22:26:14 -0000	1.25
+++ ChangeLog	29 Nov 2009 17:33:15 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.25 2009/11/18 22:26:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.26 2009/11/29 17:33:15 klausman Exp $
+
+  29 Nov 2009; Tobias Klausmann <klausman@gentoo.org>
+  gst-plugins-pulse-0.10.16.ebuild:
+  Stable on alpha, bug #290343
 
   18 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
   gst-plugins-pulse-0.10.16.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: gst-plugins-pulse-0.10.16.ebuild ChangeLog
@ 2009-12-29 18:12 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-29 18:12 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/29 18:12:42

  Modified:             gst-plugins-pulse-0.10.16.ebuild ChangeLog
  Log:
  sparc stable wrt #290343
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.6                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild?r1=1.5&r2=1.6

Index: gst-plugins-pulse-0.10.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-pulse-0.10.16.ebuild	29 Nov 2009 17:33:15 -0000	1.5
+++ gst-plugins-pulse-0.10.16.ebuild	29 Dec 2009 18:12:42 -0000	1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.5 2009/11/29 17:33:15 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.16.ebuild,v 1.6 2009/12/29 18:12:42 armin76 Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="alpha amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-0.9.15



1.27                 media-plugins/gst-plugins-pulse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	29 Nov 2009 17:33:15 -0000	1.26
+++ ChangeLog	29 Dec 2009 18:12:42 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.26 2009/11/29 17:33:15 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.27 2009/12/29 18:12:42 armin76 Exp $
+
+  29 Dec 2009; Raúl Porcel <armin76@gentoo.org>
+  gst-plugins-pulse-0.10.16.ebuild:
+  sparc stable wrt #290343
 
   29 Nov 2009; Tobias Klausmann <klausman@gentoo.org>
   gst-plugins-pulse-0.10.16.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-29 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-07  5:21 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: gst-plugins-pulse-0.10.16.ebuild ChangeLog Olivier Crete (tester)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-12 22:41 Olivier Crete (tester)
2009-11-10 16:13 Olivier Crete (tester)
2009-11-18 22:26 Christian Faulhammer (fauli)
2009-11-29 17:33 Tobias Klausmann (klausman)
2009-12-29 18:12 Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox