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.9.7.ebuild
@ 2008-01-23 14:04 Jim Ramsay (lack)
  0 siblings, 0 replies; 6+ messages in thread
From: Jim Ramsay (lack) @ 2008-01-23 14:04 UTC (permalink / raw
  To: gentoo-commits

lack        08/01/23 14:04:38

  Modified:             ChangeLog
  Added:                gst-plugins-pulse-0.9.7.ebuild
  Log:
  Version bump (Bug #206767)
  (Portage version: 2.1.4_rc14)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	2 Nov 2007 19:32:02 -0000	1.2
+++ ChangeLog	23 Jan 2008 14:04:38 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.2 2007/11/02 19:32:02 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.3 2008/01/23 14:04:38 lack Exp $
+
+*gst-plugins-pulse-0.9.7 (23 Jan 2008)
+
+  23 Jan 2008; Jim Ramsay <lack@gentoo.org> +gst-plugins-pulse-0.9.7.ebuild:
+  Version bump (Bug #206767)
 
 *gst-plugins-pulse-0.9.5 (02 Nov 2007)
 



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

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

Index: gst-plugins-pulse-0.9.7.ebuild
===================================================================
# Copyright 1999-2008 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.9.7.ebuild,v 1.1 2008/01/23 14:04:38 lack Exp $

MY_PN=gst-pulse

DESCRIPTION="gst-pulse is a GStreamer 0.10 plugin for the PulseAudio sound server."
HOMEPAGE="http://0pointer.de/lennart/projects/gst-pulse/"
SRC_URI="http://0pointer.de/lennart/projects/${MY_PN}/${MY_PN}-${PV}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0.10"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=media-sound/pulseaudio-${PV}
	=media-libs/gstreamer-0.10*"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S="${WORKDIR}"/${MY_PN}-${PV}

src_compile() {
	econf --disable-lynx
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dohtml -r doc
	dodoc README
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.9.7.ebuild
@ 2008-01-25 14:17 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-01-25 14:17 UTC (permalink / raw
  To: gentoo-commits

armin76     08/01/25 14:17:41

  Modified:             ChangeLog gst-plugins-pulse-0.9.7.ebuild
  Log:
  Add ~sparc wrt #207369
  (Portage version: 2.1.3.19)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	23 Jan 2008 14:04:38 -0000	1.3
+++ ChangeLog	25 Jan 2008 14:17:40 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.3 2008/01/23 14:04:38 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.4 2008/01/25 14:17:40 armin76 Exp $
+
+  25 Jan 2008; Raúl Porcel <armin76@gentoo.org>
+  gst-plugins-pulse-0.9.7.ebuild:
+  Add ~sparc wrt #207369
 
 *gst-plugins-pulse-0.9.7 (23 Jan 2008)
 



1.2                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.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.9.7.ebuild?r1=1.1&r2=1.2

Index: gst-plugins-pulse-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-pulse-0.9.7.ebuild	23 Jan 2008 14:04:38 -0000	1.1
+++ gst-plugins-pulse-0.9.7.ebuild	25 Jan 2008 14:17:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.9.7.ebuild,v 1.1 2008/01/23 14:04:38 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v 1.2 2008/01/25 14:17:40 armin76 Exp $
 
 MY_PN=gst-pulse
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.10"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-${PV}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.9.7.ebuild
@ 2008-04-15 17:44 Olivier Crete (tester)
  0 siblings, 0 replies; 6+ messages in thread
From: Olivier Crete (tester) @ 2008-04-15 17:44 UTC (permalink / raw
  To: gentoo-commits

tester      08/04/15 17:44:02

  Modified:             ChangeLog gst-plugins-pulse-0.9.7.ebuild
  Log:
  Stable on amd64, bug #217742
  (Portage version: 2.1.4.4)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	25 Jan 2008 14:17:40 -0000	1.4
+++ ChangeLog	15 Apr 2008 17:44:02 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.4 2008/01/25 14:17:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.5 2008/04/15 17:44:02 tester Exp $
+
+  15 Apr 2008; Olivier Crête <tester@gentoo.org>
+  gst-plugins-pulse-0.9.7.ebuild:
+  Stable on amd64, bug #217742
 
   25 Jan 2008; Raúl Porcel <armin76@gentoo.org>
   gst-plugins-pulse-0.9.7.ebuild:



1.3                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.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.9.7.ebuild?r1=1.2&r2=1.3

Index: gst-plugins-pulse-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-pulse-0.9.7.ebuild	25 Jan 2008 14:17:40 -0000	1.2
+++ gst-plugins-pulse-0.9.7.ebuild	15 Apr 2008 17:44:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.9.7.ebuild,v 1.2 2008/01/25 14:17:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v 1.3 2008/04/15 17:44:02 tester Exp $
 
 MY_PN=gst-pulse
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.10"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-${PV}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.9.7.ebuild
@ 2008-04-20 16:16 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-04-20 16:16 UTC (permalink / raw
  To: gentoo-commits

maekke      08/04/20 16:16:09

  Modified:             ChangeLog gst-plugins-pulse-0.9.7.ebuild
  Log:
  x86 stable, bug #217742
  (Portage version: 2.1.5_rc5)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Apr 2008 17:44:02 -0000	1.5
+++ ChangeLog	20 Apr 2008 16:16:09 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.5 2008/04/15 17:44:02 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.6 2008/04/20 16:16:09 maekke Exp $
+
+  20 Apr 2008; Markus Meier <maekke@gentoo.org>
+  gst-plugins-pulse-0.9.7.ebuild:
+  x86 stable, bug #217742
 
   15 Apr 2008; Olivier Crête <tester@gentoo.org>
   gst-plugins-pulse-0.9.7.ebuild:



1.4                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.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.9.7.ebuild?r1=1.3&r2=1.4

Index: gst-plugins-pulse-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-pulse-0.9.7.ebuild	15 Apr 2008 17:44:02 -0000	1.3
+++ gst-plugins-pulse-0.9.7.ebuild	20 Apr 2008 16:16:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.9.7.ebuild,v 1.3 2008/04/15 17:44:02 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v 1.4 2008/04/20 16:16:09 maekke Exp $
 
 MY_PN=gst-pulse
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.10"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-${PV}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.9.7.ebuild
@ 2008-07-31 18:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-07-31 18:53 UTC (permalink / raw
  To: gentoo-commits

armin76     08/07/31 18:53:48

  Modified:             ChangeLog gst-plugins-pulse-0.9.7.ebuild
  Log:
  sparc stable wrt #232054
  (Portage version: 2.1.4.4)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Apr 2008 16:16:09 -0000	1.6
+++ ChangeLog	31 Jul 2008 18:53:47 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.6 2008/04/20 16:16:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.7 2008/07/31 18:53:47 armin76 Exp $
+
+  31 Jul 2008; Raúl Porcel <armin76@gentoo.org>
+  gst-plugins-pulse-0.9.7.ebuild:
+  sparc stable wrt #232054
 
   20 Apr 2008; Markus Meier <maekke@gentoo.org>
   gst-plugins-pulse-0.9.7.ebuild:



1.5                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.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.9.7.ebuild?r1=1.4&r2=1.5

Index: gst-plugins-pulse-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-pulse-0.9.7.ebuild	20 Apr 2008 16:16:09 -0000	1.4
+++ gst-plugins-pulse-0.9.7.ebuild	31 Jul 2008 18:53:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.9.7.ebuild,v 1.4 2008/04/20 16:16:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v 1.5 2008/07/31 18:53:47 armin76 Exp $
 
 MY_PN=gst-pulse
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.10"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-${PV}






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.9.7.ebuild
@ 2008-08-07 21:59 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-08-07 21:59 UTC (permalink / raw
  To: gentoo-commits

klausman    08/08/07 21:59:14

  Modified:             ChangeLog gst-plugins-pulse-0.9.7.ebuild
  Log:
  Stable on alpha, bug #232054
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26.1 x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	31 Jul 2008 18:53:47 -0000	1.7
+++ ChangeLog	7 Aug 2008 21:59:13 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-pulse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.7 2008/07/31 18:53:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.8 2008/08/07 21:59:13 klausman Exp $
+
+  07 Aug 2008; Tobias Klausmann <klausman@gentoo.org>
+  gst-plugins-pulse-0.9.7.ebuild:
+  Stable on alpha, bug #232054
 
   31 Jul 2008; Raúl Porcel <armin76@gentoo.org>
   gst-plugins-pulse-0.9.7.ebuild:



1.6                  media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.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.9.7.ebuild?r1=1.5&r2=1.6

Index: gst-plugins-pulse-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-pulse-0.9.7.ebuild	31 Jul 2008 18:53:47 -0000	1.5
+++ gst-plugins-pulse-0.9.7.ebuild	7 Aug 2008 21:59:13 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.9.7.ebuild,v 1.5 2008/07/31 18:53:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v 1.6 2008/08/07 21:59:13 klausman Exp $
 
 MY_PN=gst-pulse
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0.10"
-KEYWORDS="amd64 sparc x86"
+KEYWORDS="alpha amd64 sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-${PV}






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

end of thread, other threads:[~2008-08-07 21:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15 17:44 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: ChangeLog gst-plugins-pulse-0.9.7.ebuild Olivier Crete (tester)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-07 21:59 Tobias Klausmann (klausman)
2008-07-31 18:53 Raul Porcel (armin76)
2008-04-20 16:16 Markus Meier (maekke)
2008-01-25 14:17 Raul Porcel (armin76)
2008-01-23 14:04 Jim Ramsay (lack)

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