public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2009-12-22 13:35 Alexis Ballier (aballier)
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2009-12-22 13:35 UTC (permalink / raw
  To: gentoo-commits

aballier    09/12/22 13:35:38

  Modified:             ChangeLog
  Added:                fluidsynth-1.1.1.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 media-sound/fluidsynth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	14 Nov 2009 10:46:34 -0000	1.55
+++ ChangeLog	22 Dec 2009 13:35:38 -0000	1.56
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/fluidsynth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.55 2009/11/14 10:46:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.56 2009/12/22 13:35:38 aballier Exp $
+
+*fluidsynth-1.1.1 (22 Dec 2009)
+
+  22 Dec 2009; Alexis Ballier <aballier@gentoo.org>
+  +fluidsynth-1.1.1.ebuild:
+  version bump
 
 *fluidsynth-1.1.0 (14 Nov 2009)
 



1.1                  media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

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

Index: fluidsynth-1.1.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.1 2009/12/22 13:35:38 aballier Exp $

EAPI=2
inherit libtool

IUSE="alsa debug jack ladspa lash oss portaudio pulseaudio readline sndfile"

DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications."
HOMEPAGE="http://www.fluidsynth.org/"
SRC_URI="http://savannah.nongnu.org/download/fluid/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

RDEPEND="
	>=dev-libs/glib-2.6.5
	jack? ( media-sound/jack-audio-connection-kit )
	ladspa? ( >=media-libs/ladspa-sdk-1.12
		  >=media-libs/ladspa-cmt-1.15 )
	alsa? ( media-libs/alsa-lib
		lash? ( >=media-sound/lash-0.5 ) )
	pulseaudio? ( >=media-sound/pulseaudio-0.9.8 )
	portaudio? ( >=media-libs/portaudio-19_pre )
	readline? ( sys-libs/readline )
	sndfile? ( media-libs/libsndfile )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${P/7a/7}

# Alsa is required for lash support in this package.
pkg_setup() {
	if use lash && ! use alsa; then
		ewarn "ALSA support is required for lash support to be enabled."
		ewarn "Continuing with lash support disabled."
	fi
}

src_prepare() {
	elibtoolize
}

src_configure() {
	local myconf

	if use alsa; then
		myconf="${myconf} $(use_enable lash)"
	else
		myconf="--disable-lash"
	fi

	# ladcca support is deprecated in place of lash
	econf \
		--disable-ladcca \
		--disable-dependency-tracking \
		$(use_enable ladspa) \
		$(use_enable jack jack-support) \
		$(use_enable oss oss-support) \
		$(use_enable alsa alsa-support) \
		$(use_enable pulseaudio pulse-support) \
		$(use_enable portaudio portaudio-support) \
		$(use_enable sndfile libsndfile-support) \
		$(use_enable lash) \
		$(use_enable debug) \
		$(use_with readline) \
		${myconf} || die "./configure failed"
}

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






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2009-12-23 20:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-23 20:01 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/23 20:01:09

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

Revision  Changes    Path
1.57                 media-sound/fluidsynth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	22 Dec 2009 13:35:38 -0000	1.56
+++ ChangeLog	23 Dec 2009 20:01:09 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/fluidsynth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.56 2009/12/22 13:35:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.57 2009/12/23 20:01:09 jer Exp $
+
+  23 Dec 2009; Jeroen Roovers <jer@gentoo.org> fluidsynth-1.1.1.ebuild:
+  Marked ~hppa (bug #294508).
 
 *fluidsynth-1.1.1 (22 Dec 2009)
 



1.2                  media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

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

Index: fluidsynth-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fluidsynth-1.1.1.ebuild	22 Dec 2009 13:35:38 -0000	1.1
+++ fluidsynth-1.1.1.ebuild	23 Dec 2009 20:01:09 -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/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.1 2009/12/22 13:35:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.2 2009/12/23 20:01:09 jer Exp $
 
 EAPI=2
 inherit libtool
@@ -13,7 +13,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"
 
 RDEPEND="
 	>=dev-libs/glib-2.6.5






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2010-03-01 19:05 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-03-01 19:05 UTC (permalink / raw
  To: gentoo-commits

jer         10/03/01 19:05:43

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

Revision  Changes    Path
1.58                 media-sound/fluidsynth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	23 Dec 2009 20:01:09 -0000	1.57
+++ ChangeLog	1 Mar 2010 19:05:42 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/fluidsynth
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.57 2009/12/23 20:01:09 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.58 2010/03/01 19:05:42 jer Exp $
+
+  01 Mar 2010; Jeroen Roovers <jer@gentoo.org> fluidsynth-1.1.1.ebuild:
+  Stable for HPPA (bug #295051).
 
   23 Dec 2009; Jeroen Roovers <jer@gentoo.org> fluidsynth-1.1.1.ebuild:
   Marked ~hppa (bug #294508).



1.3                  media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

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

Index: fluidsynth-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fluidsynth-1.1.1.ebuild	23 Dec 2009 20:01:09 -0000	1.2
+++ fluidsynth-1.1.1.ebuild	1 Mar 2010 19:05:42 -0000	1.3
@@ -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/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.2 2009/12/23 20:01:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.3 2010/03/01 19:05:42 jer Exp $
 
 EAPI=2
 inherit libtool
@@ -13,7 +13,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"
 
 RDEPEND="
 	>=dev-libs/glib-2.6.5






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2010-10-31 23:09 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-31 23:09 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/31 23:09:51

  Modified:             ChangeLog fluidsynth-1.1.1.ebuild
  Log:
  Stable on amd64 wrt bug #343589
  
  (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)

Revision  Changes    Path
1.61                 media-sound/fluidsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	31 Oct 2010 13:12:54 -0000	1.60
+++ ChangeLog	31 Oct 2010 23:09:51 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/fluidsynth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.60 2010/10/31 13:12:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.61 2010/10/31 23:09:51 hwoarang Exp $
+
+  31 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+  fluidsynth-1.1.1.ebuild:
+  Stable on amd64 wrt bug #343589
 
 *fluidsynth-1.1.3 (31 Oct 2010)
 



1.5                  media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

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

Index: fluidsynth-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fluidsynth-1.1.1.ebuild	13 Oct 2010 06:18:29 -0000	1.4
+++ fluidsynth-1.1.1.ebuild	31 Oct 2010 23:09:51 -0000	1.5
@@ -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/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.4 2010/10/13 06:18:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.5 2010/10/31 23:09:51 hwoarang Exp $
 
 EAPI=2
 inherit libtool
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
 	>=dev-libs/glib-2.6.5






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2010-11-04 17:04 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-11-04 17:04 UTC (permalink / raw
  To: gentoo-commits

fauli       10/11/04 17:04:05

  Modified:             ChangeLog fluidsynth-1.1.1.ebuild
  Log:
  stable x86, bug 343589
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.62                 media-sound/fluidsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	31 Oct 2010 23:09:51 -0000	1.61
+++ ChangeLog	4 Nov 2010 17:04:05 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/fluidsynth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.61 2010/10/31 23:09:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.62 2010/11/04 17:04:05 fauli Exp $
+
+  04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+  fluidsynth-1.1.1.ebuild:
+  stable x86, bug 343589
 
   31 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
   fluidsynth-1.1.1.ebuild:



1.6                  media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

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

Index: fluidsynth-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fluidsynth-1.1.1.ebuild	31 Oct 2010 23:09:51 -0000	1.5
+++ fluidsynth-1.1.1.ebuild	4 Nov 2010 17:04:05 -0000	1.6
@@ -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/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.5 2010/10/31 23:09:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.6 2010/11/04 17:04:05 fauli Exp $
 
 EAPI=2
 inherit libtool
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 RDEPEND="
 	>=dev-libs/glib-2.6.5






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2010-11-05 20:30 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-05 20:30 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/05 20:30:27

  Modified:             ChangeLog fluidsynth-1.1.1.ebuild
  Log:
  ppc64 stable wrt #343589
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.63                 media-sound/fluidsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	4 Nov 2010 17:04:05 -0000	1.62
+++ ChangeLog	5 Nov 2010 20:30:27 -0000	1.63
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/fluidsynth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.62 2010/11/04 17:04:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.63 2010/11/05 20:30:27 ssuominen Exp $
+
+  05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  fluidsynth-1.1.1.ebuild:
+  ppc64 stable wrt #343589
 
   04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
   fluidsynth-1.1.1.ebuild:



1.7                  media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?r1=1.6&r2=1.7

Index: fluidsynth-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fluidsynth-1.1.1.ebuild	4 Nov 2010 17:04:05 -0000	1.6
+++ fluidsynth-1.1.1.ebuild	5 Nov 2010 20:30:27 -0000	1.7
@@ -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/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.6 2010/11/04 17:04:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.7 2010/11/05 20:30:27 ssuominen Exp $
 
 EAPI=2
 inherit libtool
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 
 RDEPEND="
 	>=dev-libs/glib-2.6.5






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2010-12-22 13:38 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-12-22 13:38 UTC (permalink / raw
  To: gentoo-commits

klausman    10/12/22 13:38:47

  Modified:             ChangeLog fluidsynth-1.1.1.ebuild
  Log:
  Stable on alpha, bug #343589
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 media-sound/fluidsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	5 Nov 2010 20:30:27 -0000	1.63
+++ ChangeLog	22 Dec 2010 13:38:47 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/fluidsynth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.63 2010/11/05 20:30:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.64 2010/12/22 13:38:47 klausman Exp $
+
+  22 Dec 2010; Tobias Klausmann <klausman@gentoo.org> fluidsynth-1.1.1.ebuild:
+  Stable on alpha, bug #343589
 
   05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
   fluidsynth-1.1.1.ebuild:



1.8                  media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?r1=1.7&r2=1.8

Index: fluidsynth-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fluidsynth-1.1.1.ebuild	5 Nov 2010 20:30:27 -0000	1.7
+++ fluidsynth-1.1.1.ebuild	22 Dec 2010 13:38:47 -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/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.7 2010/11/05 20:30:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.8 2010/12/22 13:38:47 klausman Exp $
 
 EAPI=2
 inherit libtool
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 
 RDEPEND="
 	>=dev-libs/glib-2.6.5






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2011-01-04  0:40 Michael Weber (xmw)
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber (xmw) @ 2011-01-04  0:40 UTC (permalink / raw
  To: gentoo-commits

xmw         11/01/04 00:40:56

  Modified:             ChangeLog fluidsynth-1.1.1.ebuild
  Log:
  sparc stable (bug 343589)
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 media-sound/fluidsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	22 Dec 2010 13:38:47 -0000	1.64
+++ ChangeLog	4 Jan 2011 00:40:56 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/fluidsynth
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.64 2010/12/22 13:38:47 klausman Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.65 2011/01/04 00:40:56 xmw Exp $
+
+  04 Jan 2011; Michael Weber <xmw@gentoo.org> fluidsynth-1.1.1.ebuild:
+  sparc stable (bug 343589)
 
   22 Dec 2010; Tobias Klausmann <klausman@gentoo.org> fluidsynth-1.1.1.ebuild:
   Stable on alpha, bug #343589



1.9                  media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?r1=1.8&r2=1.9

Index: fluidsynth-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fluidsynth-1.1.1.ebuild	22 Dec 2010 13:38:47 -0000	1.8
+++ fluidsynth-1.1.1.ebuild	4 Jan 2011 00:40:56 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.8 2010/12/22 13:38:47 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.9 2011/01/04 00:40:56 xmw Exp $
 
 EAPI=2
 inherit libtool
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
 
 RDEPEND="
 	>=dev-libs/glib-2.6.5






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
@ 2011-01-14 21:28 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2011-01-14 21:28 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/14 21:28:12

  Modified:             ChangeLog fluidsynth-1.1.1.ebuild
  Log:
  stable ppc, bug 343589
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.66                 media-sound/fluidsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	4 Jan 2011 00:40:56 -0000	1.65
+++ ChangeLog	14 Jan 2011 21:28:12 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/fluidsynth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.65 2011/01/04 00:40:56 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.66 2011/01/14 21:28:12 ranger Exp $
+
+  14 Jan 2011; Brent Baude <ranger@gentoo.org> fluidsynth-1.1.1.ebuild:
+  stable ppc, bug 343589
 
   04 Jan 2011; Michael Weber <xmw@gentoo.org> fluidsynth-1.1.1.ebuild:
   sparc stable (bug 343589)



1.10                 media-sound/fluidsynth/fluidsynth-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?r1=1.9&r2=1.10

Index: fluidsynth-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fluidsynth-1.1.1.ebuild	4 Jan 2011 00:40:56 -0000	1.9
+++ fluidsynth-1.1.1.ebuild	14 Jan 2011 21:28:12 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.9 2011/01/04 00:40:56 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.10 2011/01/14 21:28:12 ranger Exp $
 
 EAPI=2
 inherit libtool
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
 
 RDEPEND="
 	>=dev-libs/glib-2.6.5






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

end of thread, other threads:[~2011-01-14 21:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-22 13:35 [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-23 20:01 Jeroen Roovers (jer)
2010-03-01 19:05 Jeroen Roovers (jer)
2010-10-31 23:09 Markos Chandras (hwoarang)
2010-11-04 17:04 Christian Faulhammer (fauli)
2010-11-05 20:30 Samuli Suominen (ssuominen)
2010-12-22 13:38 Tobias Klausmann (klausman)
2011-01-04  0:40 Michael Weber (xmw)
2011-01-14 21:28 Brent Baude (ranger)

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