public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2009-11-22 22:57 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 10+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-11-22 22:57 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/11/22 22:57:49

  Modified:             ChangeLog
  Added:                audacious-2.2.ebuild
  Log:
  Our best release yet. The MIDI support has had much love and the PulseAudio plugin works a lot better too. An appropriate output plugin should be selected automatically.
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.182                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog	9 Nov 2009 15:06:35 -0000	1.181
+++ ChangeLog	22 Nov 2009 22:57:49 -0000	1.182
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.181 2009/11/09 15:06:35 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.182 2009/11/22 22:57:49 chainsaw Exp $
+
+*audacious-2.2 (22 Nov 2009)
+
+  22 Nov 2009; <chainsaw@gentoo.org> +audacious-2.2.ebuild:
+  Our best release yet. The MIDI support has had much love and the
+  PulseAudio plugin works a lot better too. An appropriate output plugin
+  should be selected automatically.
 
   09 Nov 2009; <chainsaw@gentoo.org> -audacious-2.2_alpha2.ebuild,
   -audacious-2.2_beta1.ebuild:



1.1                  media-sound/audacious/audacious-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.1&content-type=text/plain

Index: audacious-2.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.1 2009/11/22 22:57:49 chainsaw Exp $

MY_P="${P/_/-}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
HOMEPAGE="http://audacious-media-player.org/"
SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz
	 mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="altivec chardet nls libsamplerate session sse2"

RDEPEND=">=dev-libs/dbus-glib-0.60
	>=dev-libs/glib-2.16
	>=dev-libs/libmcs-0.7.1-r2
	>=dev-libs/libmowgli-0.7.0
	dev-libs/libxml2
	>=x11-libs/cairo-1.2.6
	>=x11-libs/gtk+-2.14
	>=x11-libs/pango-1.8.0
	libsamplerate? ( media-libs/libsamplerate )
	session? ( x11-libs/libSM )"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9.0
	nls? ( dev-util/intltool )"

PDEPEND=">=media-plugins/audacious-plugins-2.2"

src_compile() {
	# D-Bus is a mandatory dependency, remote control,
	# session management and some plugins depend on this.
	# Building without D-Bus is *unsupported* and a USE-flag
	# will not be added due to the bug reports that will result.
	# Bugs #197894, #199069, #207330, #208606
	# Disabling XSPF playlists would make startup *very* slow as
	# all plugins will then have to re-probed each time.
	econf \
		--enable-dbus \
		--enable-xspf \
		$(use_enable altivec) \
		$(use_enable chardet) \
		$(use_enable nls) \
		$(use_enable session sm) \
		$(use_enable sse2) \
		$(use_enable libsamplerate samplerate) \
		|| die

	emake || die "make failed"
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc AUTHORS NEWS README

	# Gentoo_ice skin installation; bug #109772
	insinto /usr/share/audacious/Skins/gentoo_ice
	doins "${WORKDIR}"/gentoo_ice/*
	docinto gentoo_ice
	dodoc "${WORKDIR}"/README
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2009-12-14  9:57 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-12-14  9:57 UTC (permalink / raw
  To: gentoo-commits

klausman    09/12/14 09:57:00

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  Re-keyworded on alpha, bug 292526
  (Portage version: 2.1.7.10/cvs/Linux x86_64)

Revision  Changes    Path
1.185                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.184&r2=1.185

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog	27 Nov 2009 12:16:14 -0000	1.184
+++ ChangeLog	14 Dec 2009 09:56:59 -0000	1.185
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.184 2009/11/27 12:16:14 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.185 2009/12/14 09:56:59 klausman Exp $
+
+  14 Dec 2009; Tobias Klausmann <klausman@gentoo.org> audacious-2.2.ebuild:
+  Re-keyworded on alpha, bug 292526
 
   27 Nov 2009; <chainsaw@gentoo.org> -files/1.5.1-commandline-options.patch,
   -audacious-1.5.1-r1.ebuild:



1.2                  media-sound/audacious/audacious-2.2.ebuild

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

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacious-2.2.ebuild	22 Nov 2009 22:57:49 -0000	1.1
+++ audacious-2.2.ebuild	14 Dec 2009 09:56:59 -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-sound/audacious/audacious-2.2.ebuild,v 1.1 2009/11/22 22:57:49 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.2 2009/12/14 09:56:59 klausman Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2009-12-17 11:27 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-17 11:27 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/17 11:27:18

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  stable x86, bug 295051
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.187                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.187&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.187&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.186&r2=1.187

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog	16 Dec 2009 17:14:19 -0000	1.186
+++ ChangeLog	17 Dec 2009 11:27:18 -0000	1.187
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.186 2009/12/16 17:14:19 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.187 2009/12/17 11:27:18 fauli Exp $
+
+  17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> audacious-2.2.ebuild:
+  stable x86, bug 295051
 
   16 Dec 2009; <chainsaw@gentoo.org> -audacious-2.2_beta2.ebuild,
   audacious-2.2.ebuild:



1.5                  media-sound/audacious/audacious-2.2.ebuild

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

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audacious-2.2.ebuild	16 Dec 2009 17:16:32 -0000	1.4
+++ audacious-2.2.ebuild	17 Dec 2009 11:27:18 -0000	1.5
@@ -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-sound/audacious/audacious-2.2.ebuild,v 1.4 2009/12/16 17:16:32 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.5 2009/12/17 11:27:18 fauli Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2009-12-23 20:02 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-23 20:02 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/23 20:02:51

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  Marked ~hppa (bug #294508).
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.188                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.188&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.188&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.187&r2=1.188

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog	17 Dec 2009 11:27:18 -0000	1.187
+++ ChangeLog	23 Dec 2009 20:02:51 -0000	1.188
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.187 2009/12/17 11:27:18 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.188 2009/12/23 20:02:51 jer Exp $
+
+  23 Dec 2009; Jeroen Roovers <jer@gentoo.org> audacious-2.2.ebuild:
+  Marked ~hppa (bug #294508).
 
   17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> audacious-2.2.ebuild:
   stable x86, bug 295051



1.6                  media-sound/audacious/audacious-2.2.ebuild

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

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- audacious-2.2.ebuild	17 Dec 2009 11:27:18 -0000	1.5
+++ audacious-2.2.ebuild	23 Dec 2009 20:02:51 -0000	1.6
@@ -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-sound/audacious/audacious-2.2.ebuild,v 1.5 2009/12/17 11:27:18 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.6 2009/12/23 20:02:51 jer Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2010-01-07 14:37 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-07 14:37 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/07 14:37:15

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.189                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.189&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.189&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.188&r2=1.189

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog	23 Dec 2009 20:02:51 -0000	1.188
+++ ChangeLog	7 Jan 2010 14:37:15 -0000	1.189
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.188 2009/12/23 20:02:51 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.189 2010/01/07 14:37:15 fauli Exp $
+
+  07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> audacious-2.2.ebuild:
+  Transfer Prefix keywords
 
   23 Dec 2009; Jeroen Roovers <jer@gentoo.org> audacious-2.2.ebuild:
   Marked ~hppa (bug #294508).



1.7                  media-sound/audacious/audacious-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?r1=1.6&r2=1.7

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- audacious-2.2.ebuild	23 Dec 2009 20:02:51 -0000	1.6
+++ audacious-2.2.ebuild	7 Jan 2010 14:37:15 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.6 2009/12/23 20:02:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.7 2010/01/07 14:37:15 fauli Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2010-01-16 14:19 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-01-16 14:19 UTC (permalink / raw
  To: gentoo-commits

klausman    10/01/16 14:19:43

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  Stable on alpha, bug #295051
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.190                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.190&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.190&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.189&r2=1.190

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog	7 Jan 2010 14:37:15 -0000	1.189
+++ ChangeLog	16 Jan 2010 14:19:42 -0000	1.190
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.189 2010/01/07 14:37:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.190 2010/01/16 14:19:42 klausman Exp $
+
+  16 Jan 2010; Tobias Klausmann <klausman@gentoo.org> audacious-2.2.ebuild:
+  Stable on alpha, bug #295051
 
   07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> audacious-2.2.ebuild:
   Transfer Prefix keywords



1.8                  media-sound/audacious/audacious-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?r1=1.7&r2=1.8

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- audacious-2.2.ebuild	7 Jan 2010 14:37:15 -0000	1.7
+++ audacious-2.2.ebuild	16 Jan 2010 14:19:42 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.7 2010/01/07 14:37:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.8 2010/01/16 14:19:42 klausman Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2010-01-20 14:14 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-01-20 14:14 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/20 14:14:43

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  Marking audacious-2.2 ppc64 for bug 295051
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.192                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.192&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.192&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.191&r2=1.192

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog	19 Jan 2010 21:59:54 -0000	1.191
+++ ChangeLog	20 Jan 2010 14:14:42 -0000	1.192
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.191 2010/01/19 21:59:54 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.192 2010/01/20 14:14:42 ranger Exp $
+
+  20 Jan 2010; Brent Baude <ranger@gentoo.org> audacious-2.2.ebuild:
+  Marking audacious-2.2 ppc64 for bug 295051
 
 *audacious-2.3_alpha1 (19 Jan 2010)
 



1.9                  media-sound/audacious/audacious-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?r1=1.8&r2=1.9

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- audacious-2.2.ebuild	16 Jan 2010 14:19:42 -0000	1.8
+++ audacious-2.2.ebuild	20 Jan 2010 14:14:42 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.8 2010/01/16 14:19:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.9 2010/01/20 14:14:42 ranger Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2010-01-22 20:45 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-01-22 20:45 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/22 20:45:14

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  Marking audacious-2.2 ppc for bug 295051
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.193                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.193&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.193&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.192&r2=1.193

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog	20 Jan 2010 14:14:42 -0000	1.192
+++ ChangeLog	22 Jan 2010 20:45:13 -0000	1.193
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.192 2010/01/20 14:14:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.193 2010/01/22 20:45:13 ranger Exp $
+
+  22 Jan 2010; Brent Baude <ranger@gentoo.org> audacious-2.2.ebuild:
+  Marking audacious-2.2 ppc for bug 295051
 
   20 Jan 2010; Brent Baude <ranger@gentoo.org> audacious-2.2.ebuild:
   Marking audacious-2.2 ppc64 for bug 295051



1.10                 media-sound/audacious/audacious-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?r1=1.9&r2=1.10

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- audacious-2.2.ebuild	20 Jan 2010 14:14:42 -0000	1.9
+++ audacious-2.2.ebuild	22 Jan 2010 20:45:13 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.9 2010/01/20 14:14:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.10 2010/01/22 20:45:13 ranger Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2010-02-07 14:54 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-07 14:54 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/07 14:54:55

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  sparc stable wrt #295051
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.194                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.194&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.194&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.193&r2=1.194

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog	22 Jan 2010 20:45:13 -0000	1.193
+++ ChangeLog	7 Feb 2010 14:54:55 -0000	1.194
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.193 2010/01/22 20:45:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.194 2010/02/07 14:54:55 armin76 Exp $
+
+  07 Feb 2010; Raúl Porcel <armin76@gentoo.org> audacious-2.2.ebuild:
+  sparc stable wrt #295051
 
   22 Jan 2010; Brent Baude <ranger@gentoo.org> audacious-2.2.ebuild:
   Marking audacious-2.2 ppc for bug 295051



1.11                 media-sound/audacious/audacious-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?r1=1.10&r2=1.11

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- audacious-2.2.ebuild	22 Jan 2010 20:45:13 -0000	1.10
+++ audacious-2.2.ebuild	7 Feb 2010 14:54:55 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.10 2010/01/22 20:45:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.11 2010/02/07 14:54:55 armin76 Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild
@ 2010-03-01 19:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2010-03-01 19:06 UTC (permalink / raw
  To: gentoo-commits

jer         10/03/01 19:06:38

  Modified:             ChangeLog audacious-2.2.ebuild
  Log:
  Stable for HPPA (bug #295051).
  (Portage version: 2.2_rc63/cvs/Linux i686)

Revision  Changes    Path
1.197                media-sound/audacious/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.197&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.197&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.196&r2=1.197

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog	28 Feb 2010 15:19:57 -0000	1.196
+++ ChangeLog	1 Mar 2010 19:06:37 -0000	1.197
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacious
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.196 2010/02/28 15:19:57 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.197 2010/03/01 19:06:37 jer Exp $
+
+  01 Mar 2010; Jeroen Roovers <jer@gentoo.org> audacious-2.2.ebuild:
+  Stable for HPPA (bug #295051).
 
 *audacious-2.3_beta1 (28 Feb 2010)
 



1.12                 media-sound/audacious/audacious-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild?r1=1.11&r2=1.12

Index: audacious-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- audacious-2.2.ebuild	7 Feb 2010 14:54:55 -0000	1.11
+++ audacious-2.2.ebuild	1 Mar 2010 19:06:37 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.11 2010/02/07 14:54:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.2.ebuild,v 1.12 2010/03/01 19:06:37 jer Exp $
 
 MY_P="${P/_/-}"
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 IUSE="altivec chardet nls libsamplerate session sse2"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60






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

end of thread, other threads:[~2010-03-01 19:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 14:37 [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.2.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-01 19:06 Jeroen Roovers (jer)
2010-02-07 14:54 Raul Porcel (armin76)
2010-01-22 20:45 Brent Baude (ranger)
2010-01-20 14:14 Brent Baude (ranger)
2010-01-16 14:19 Tobias Klausmann (klausman)
2009-12-23 20:02 Jeroen Roovers (jer)
2009-12-17 11:27 Christian Faulhammer (fauli)
2009-12-14  9:57 Tobias Klausmann (klausman)
2009-11-22 22:57 Tony Vroon (chainsaw)

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