public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-dumb: ChangeLog audacious-dumb-0.62.ebuild
@ 2010-01-13  2:07 Christian Birchinger (joker)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Birchinger (joker) @ 2010-01-13  2:07 UTC (permalink / raw
  To: gentoo-commits

joker       10/01/13 02:07:06

  Modified:             ChangeLog
  Added:                audacious-dumb-0.62.ebuild
  Log:
  Version bump. Fixes an issue that can be triggered by the recent ALSA output plugin.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 media-plugins/audacious-dumb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	10 Jan 2010 19:57:35 -0000	1.30
+++ ChangeLog	13 Jan 2010 02:07:06 -0000	1.31
@@ -1,6 +1,13 @@
 # ChangeLog for media-plugins/audacious-dumb
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/ChangeLog,v 1.30 2010/01/10 19:57:35 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/ChangeLog,v 1.31 2010/01/13 02:07:06 joker Exp $
+
+*audacious-dumb-0.62 (13 Jan 2010)
+
+  13 Jan 2010; Christian Birchinger <joker@gentoo.org>
+  +audacious-dumb-0.62.ebuild:
+  Version bump. Fixes an issue that can be triggered by the recent ALSA
+  output plugin.
 
 *audacious-dumb-0.60 (10 Jan 2010)
 



1.1                  media-plugins/audacious-dumb/audacious-dumb-0.62.ebuild

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

Index: audacious-dumb-0.62.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/audacious-dumb-0.62.ebuild,v 1.1 2010/01/13 02:07:06 joker Exp $

DESCRIPTION="Audacious Plug-in for accurate, high-quality IT/XM/S3M/MOD playback"
HOMEPAGE="http://www.netswarm.net/"
SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=media-sound/audacious-2.2
	>=media-libs/dumb-0.9.3"

DEPEND="dev-util/pkgconfig
	${RDEPEND}"

src_install() {
	make DESTDIR="${D}" install || die
	dodoc ChangeLog README README-dumb-bmp README-dumb-xmms
}






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-dumb: ChangeLog audacious-dumb-0.62.ebuild
@ 2010-12-16 18:05 Christian Birchinger (joker)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Birchinger (joker) @ 2010-12-16 18:05 UTC (permalink / raw
  To: gentoo-commits

joker       10/12/16 18:05:47

  Modified:             ChangeLog
  Removed:              audacious-dumb-0.62.ebuild
  Log:
  Remove old version that wont work with recent Audacious
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 media-plugins/audacious-dumb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-dumb/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-dumb/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-dumb/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	11 Sep 2010 05:47:41 -0000	1.33
+++ ChangeLog	16 Dec 2010 18:05:46 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/audacious-dumb
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/ChangeLog,v 1.33 2010/09/11 05:47:41 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/ChangeLog,v 1.34 2010/12/16 18:05:46 joker Exp $
+
+  16 Dec 2010; Christian Birchinger <joker@gentoo.org>
+  -audacious-dumb-0.62.ebuild:
+  Remove old version that wont work with recent Audacious
 
 *audacious-dumb-0.64 (11 Sep 2010)
 






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

end of thread, other threads:[~2010-12-16 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 18:05 [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-dumb: ChangeLog audacious-dumb-0.62.ebuild Christian Birchinger (joker)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-13  2:07 Christian Birchinger (joker)

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