Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: fluidsynth-1.0.9.ebuild
Date: Fri, 05 Jun 2009 11:06:21
Message-Id: E1MCXFb-0006Hi-D7@stork.gentoo.org
1 ssuominen 09/06/05 11:06:19
2
3 Modified: fluidsynth-1.0.9.ebuild
4 Log:
5 Fix repoman warnings from latest ebuild, older will be removed soon after stable bug
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-sound/fluidsynth/fluidsynth-1.0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild?r1=1.2&r2=1.3
14
15 Index: fluidsynth-1.0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- fluidsynth-1.0.9.ebuild 20 Apr 2009 22:10:40 -0000 1.2
22 +++ fluidsynth-1.0.9.ebuild 5 Jun 2009 11:06:19 -0000 1.3
23 @@ -1,9 +1,8 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.2 2009/04/20 22:10:40 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.3 2009/06/05 11:06:19 ssuominen Exp $
28
29 EAPI=2
30 -
31 inherit flag-o-matic eutils libtool autotools
32
33 IUSE="alsa debug jack ladspa lash oss portaudio pulseaudio readline"
34 @@ -16,16 +15,17 @@
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37
38 -DEPEND="jack? ( media-sound/jack-audio-connection-kit )
39 +RDEPEND="jack? ( media-sound/jack-audio-connection-kit )
40 ladspa? ( >=media-libs/ladspa-sdk-1.12
41 - >=media-libs/ladspa-cmt-1.15 )
42 + >=media-libs/ladspa-cmt-1.15 )
43 alsa? ( media-libs/alsa-lib[midi]
44 - lash? ( >=media-sound/lash-0.5 ) )
45 + lash? ( >=media-sound/lash-0.5 ) )
46 pulseaudio? ( >=media-sound/pulseaudio-0.9.8 )
47 portaudio? ( >=media-libs/portaudio-19_pre )
48 readline? ( sys-libs/readline )"
49 +DEPEND="${RDEPEND}"
50
51 -S="${WORKDIR}/${P/7a/7}"
52 +S=${WORKDIR}/${P/7a/7}
53
54 # Alsa is required for lash support in this package.
55 pkg_setup() {