public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
@ 2010-08-12 10:32 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; 7+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2010-08-12 10:32 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    10/08/12 10:32:53

  Modified:             ChangeLog
  Added:                gst-plugins-pulse-0.10.22-r1.ebuild
  Log:
  Bump .22 to -r1. Adds some critical patches from upstream addressing crashes. (bug #330401)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	10 Aug 2010 16:24:33 -0000	1.41
+++ ChangeLog	12 Aug 2010 10:32:53 -0000	1.42
@@ -1,6 +1,18 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.41 2010/08/10 16:24:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.42 2010/08/12 10:32:53 ford_prefect Exp $
+
+*gst-plugins-pulse-0.10.22-r1 (12 Aug 2010)
+
+  12 Aug 2010; Arun Raghavan <ford_prefect@gentoo.org>
+  +files/0001-pulsesink-Create-and-free-the-PA-mainloop-in-NULL-RE.patch,
+  +files/0002-pulsesink-Allocate-and-free-the-custom-clock-in-NULL.patch,
+  +files/0003-pulsesrc-Allocate-free-PA-mainloop-during-state-chan.patch,
+  +files/0004-pulse-Don-t-lock-the-mainloop-in-NULL.patch,
+  +files/0005-pulsesink-Post-provide-clock-message-on-the-bus-if-t.patch,
+  +gst-plugins-pulse-0.10.22-r1.ebuild:
+  Bump .22 to -r1. Adds some critical patches from upstream addressing
+  crashes. (bug #330401)
 
   10 Aug 2010; Jeroen Roovers <jer@gentoo.org>
   gst-plugins-pulse-0.10.22.ebuild:



1.1                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-pulse-0.10.22-r1.ebuild
===================================================================
# Copyright 1999-2010 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.22-r1.ebuild,v 1.1 2010/08/12 10:32:53 ford_prefect Exp $

inherit gst-plugins-good

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

# >=0.9.15 ensures working per-stream volume
RDEPEND=">=media-sound/pulseaudio-0.9.15
	>=media-libs/gst-plugins-base-0.10.29"
DEPEND="${RDEPEND}"

src_unpack() {
	gst-plugins-good_src_unpack
	cd "${S}"

	# These fix a couple of races condition that can lead to a crash. See
	# bug #330401 for details.
	epatch "${FILESDIR}/0001-pulsesink-Create-and-free-the-PA-mainloop-in-NULL-RE.patch"
	epatch "${FILESDIR}/0002-pulsesink-Allocate-and-free-the-custom-clock-in-NULL.patch"
	epatch "${FILESDIR}/0003-pulsesrc-Allocate-free-PA-mainloop-during-state-chan.patch"
	epatch "${FILESDIR}/0004-pulse-Don-t-lock-the-mainloop-in-NULL.patch"
	epatch "${FILESDIR}/0005-pulsesink-Post-provide-clock-message-on-the-bus-if-t.patch"
}






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
@ 2010-08-22 15:46 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-08-22 15:46 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/08/22 15:46:08

  Modified:             ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
  Log:
  x86 stable wrt bug #333583
  (Portage version: 2.1.8.3/cvs/Linux i686)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	12 Aug 2010 10:32:53 -0000	1.42
+++ ChangeLog	22 Aug 2010 15:46:08 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.42 2010/08/12 10:32:53 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.43 2010/08/22 15:46:08 phajdan.jr Exp $
+
+  22 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gst-plugins-pulse-0.10.22-r1.ebuild:
+  x86 stable wrt bug #333583
 
 *gst-plugins-pulse-0.10.22-r1 (12 Aug 2010)
 



1.2                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild

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

Index: gst-plugins-pulse-0.10.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-pulse-0.10.22-r1.ebuild	12 Aug 2010 10:32:53 -0000	1.1
+++ gst-plugins-pulse-0.10.22-r1.ebuild	22 Aug 2010 15:46:08 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2010 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.22-r1.ebuild,v 1.1 2010/08/12 10:32:53 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v 1.2 2010/08/22 15:46:08 phajdan.jr Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 # >=0.9.15 ensures working per-stream volume






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
@ 2010-08-23 15:56 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-23 15:56 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/23 15:56:09

  Modified:             ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
  Log:
  Stable on amd64 wrt bug #333583
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	22 Aug 2010 15:46:08 -0000	1.43
+++ ChangeLog	23 Aug 2010 15:56:09 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.43 2010/08/22 15:46:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.44 2010/08/23 15:56:09 hwoarang Exp $
+
+  23 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  gst-plugins-pulse-0.10.22-r1.ebuild:
+  Stable on amd64 wrt bug #333583
 
   22 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   gst-plugins-pulse-0.10.22-r1.ebuild:



1.3                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild

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

Index: gst-plugins-pulse-0.10.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-pulse-0.10.22-r1.ebuild	22 Aug 2010 15:46:08 -0000	1.2
+++ gst-plugins-pulse-0.10.22-r1.ebuild	23 Aug 2010 15:56:09 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2010 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.22-r1.ebuild,v 1.2 2010/08/22 15:46:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v 1.3 2010/08/23 15:56:09 hwoarang Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 # >=0.9.15 ensures working per-stream volume






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
@ 2010-09-05 18:23 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-05 18:23 UTC (permalink / raw
  To: gentoo-commits

armin76     10/09/05 18:23:06

  Modified:             ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #333583
  (Portage version: 2.1.8.3/cvs/Linux ia64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	5 Sep 2010 17:58:53 -0000	1.47
+++ ChangeLog	5 Sep 2010 18:23:06 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.47 2010/09/05 17:58:53 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.48 2010/09/05 18:23:06 armin76 Exp $
+
+  05 Sep 2010; Raúl Porcel <armin76@gentoo.org>
+  gst-plugins-pulse-0.10.22-r1.ebuild:
+  alpha/ia64/sparc stable wrt #333583
 
   05 Sep 2010; Tobias Klausmann <klausman@gentoo.org>
   gst-plugins-pulse-0.10.22.ebuild:



1.4                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild

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

Index: gst-plugins-pulse-0.10.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-pulse-0.10.22-r1.ebuild	23 Aug 2010 15:56:09 -0000	1.3
+++ gst-plugins-pulse-0.10.22-r1.ebuild	5 Sep 2010 18:23:06 -0000	1.4
@@ -1,11 +1,11 @@
 # Copyright 1999-2010 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.22-r1.ebuild,v 1.3 2010/08/23 15:56:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v 1.4 2010/09/05 18:23:06 armin76 Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sh sparc x86"
 IUSE=""
 
 # >=0.9.15 ensures working per-stream volume






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
@ 2010-10-19  2:27 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-19  2:27 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/19 02:27:11

  Modified:             ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
  Log:
  Stable for HPPA (bug #333583).
  
  (Portage version: 2.2_rc98/cvs/Linux i686)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	5 Sep 2010 18:23:06 -0000	1.48
+++ ChangeLog	19 Oct 2010 02:27:11 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.48 2010/09/05 18:23:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.49 2010/10/19 02:27:11 jer Exp $
+
+  19 Oct 2010; Jeroen Roovers <jer@gentoo.org>
+  gst-plugins-pulse-0.10.22-r1.ebuild:
+  Stable for HPPA (bug #333583).
 
   05 Sep 2010; Raúl Porcel <armin76@gentoo.org>
   gst-plugins-pulse-0.10.22-r1.ebuild:



1.5                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild

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

Index: gst-plugins-pulse-0.10.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-pulse-0.10.22-r1.ebuild	5 Sep 2010 18:23:06 -0000	1.4
+++ gst-plugins-pulse-0.10.22-r1.ebuild	19 Oct 2010 02:27:11 -0000	1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2010 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.22-r1.ebuild,v 1.4 2010/09/05 18:23:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v 1.5 2010/10/19 02:27:11 jer Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sh sparc x86"
 IUSE=""
 
 # >=0.9.15 ensures working per-stream volume






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
@ 2010-10-24 14:05 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2010-10-24 14:05 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/24 14:05:41

  Modified:             ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
  Log:
  Marking gst-plugins-pulse-0.10.22-r1 ppc for bug 333583
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	19 Oct 2010 02:27:11 -0000	1.49
+++ ChangeLog	24 Oct 2010 14:05:41 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.49 2010/10/19 02:27:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.50 2010/10/24 14:05:41 ranger Exp $
+
+  24 Oct 2010; Brent Baude <ranger@gentoo.org>
+  gst-plugins-pulse-0.10.22-r1.ebuild:
+  Marking gst-plugins-pulse-0.10.22-r1 ppc for bug 333583
 
   19 Oct 2010; Jeroen Roovers <jer@gentoo.org>
   gst-plugins-pulse-0.10.22-r1.ebuild:



1.6                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild

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

Index: gst-plugins-pulse-0.10.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-pulse-0.10.22-r1.ebuild	19 Oct 2010 02:27:11 -0000	1.5
+++ gst-plugins-pulse-0.10.22-r1.ebuild	24 Oct 2010 14:05:41 -0000	1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2010 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.22-r1.ebuild,v 1.5 2010/10/19 02:27:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22-r1.ebuild,v 1.6 2010/10/24 14:05:41 ranger Exp $
 
 inherit gst-plugins-good
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sh sparc x86"
 IUSE=""
 
 # >=0.9.15 ensures working per-stream volume






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild
@ 2011-03-20  9:38 Mart Raudsepp (leio)
  0 siblings, 0 replies; 7+ messages in thread
From: Mart Raudsepp (leio) @ 2011-03-20  9:38 UTC (permalink / raw
  To: gentoo-commits

leio        11/03/20 09:38:07

  Modified:             ChangeLog
  Removed:              gst-plugins-pulse-0.10.22-r1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	20 Mar 2011 09:11:55 -0000	1.57
+++ ChangeLog	20 Mar 2011 09:38:07 -0000	1.58
@@ -1,6 +1,15 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.57 2011/03/20 09:11:55 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.58 2011/03/20 09:38:07 leio Exp $
+
+  20 Mar 2011; Mart Raudsepp <leio@gentoo.org>
+  -files/0001-pulsesink-Create-and-free-the-PA-mainloop-in-NULL-RE.patch,
+  -files/0002-pulsesink-Allocate-and-free-the-custom-clock-in-NULL.patch,
+  -files/0003-pulsesrc-Allocate-free-PA-mainloop-during-state-chan.patch,
+  -files/0004-pulse-Don-t-lock-the-mainloop-in-NULL.patch,
+  -files/0005-pulsesink-Post-provide-clock-message-on-the-bus-if-t.patch,
+  -gst-plugins-pulse-0.10.22-r1.ebuild:
+  Remove old
 
   20 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   gst-plugins-pulse-0.10.23.ebuild:






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

end of thread, other threads:[~2011-03-20  9:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-22 15:46 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.10.22-r1.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-20  9:38 Mart Raudsepp (leio)
2010-10-24 14:05 Brent Baude (ranger)
2010-10-19  2:27 Jeroen Roovers (jer)
2010-09-05 18:23 Raul Porcel (armin76)
2010-08-23 15:56 Markos Chandras (hwoarang)
2010-08-12 10:32 Arun Raghavan (ford_prefect)

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