diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-01 06:41:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-01 06:41:04 +0000 |
commit | a9f14cfbd20791a12e5e74dabcc92e8ee03ec7a7 (patch) | |
tree | e3294d667081a6ca40227aca5469d521ec5f87e0 /media-sound/fluidsynth | |
parent | old (diff) | |
download | historical-a9f14cfbd20791a12e5e74dabcc92e8ee03ec7a7.tar.gz historical-a9f14cfbd20791a12e5e74dabcc92e8ee03ec7a7.tar.bz2 historical-a9f14cfbd20791a12e5e74dabcc92e8ee03ec7a7.zip |
Remove USE depend for media-libs/alsa-lib[midi].
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.8.ebuild | 11 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.9.ebuild | 4 |
3 files changed, 9 insertions, 12 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index 14a3758a194c..055a4ac868d5 100644 --- a/media-sound/fluidsynth/ChangeLog +++ b/media-sound/fluidsynth/ChangeLog @@ -1,6 +1,10 @@ # 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.51 2009/06/25 17:59:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.52 2009/08/01 06:27:08 ssuominen Exp $ + + 01 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> + fluidsynth-1.0.8.ebuild, fluidsynth-1.0.9.ebuild: + Remove USE depend for media-libs/alsa-lib[midi]. 25 Jun 2009; Raúl Porcel <armin76@gentoo.org> fluidsynth-1.0.9.ebuild: sparc stable wrt #272758 diff --git a/media-sound/fluidsynth/fluidsynth-1.0.8.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.8.ebuild index 0aa13e67f516..a6182baccc56 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.8.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.0.8.ebuild,v 1.5 2008/08/16 12:56:39 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8.ebuild,v 1.6 2009/08/01 06:27:08 ssuominen Exp $ inherit flag-o-matic eutils libtool @@ -29,13 +29,6 @@ pkg_setup() { ewarn "ALSA support is required for lash support to be enabled." ewarn "Continuing with lash support disabled." fi - - if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then - eerror "" - eerror "To be able to build Fluidsynth with ALSA support you need" - eerror "to have built media-libs/alsa-lib with midi USE flag." - die "Missing midi USE flag on media-libs/alsa-lib" - fi } src_compile() { diff --git a/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild index 7ba2cb7db461..86e2f5471ccc 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild @@ -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.0.9.ebuild,v 1.7 2009/06/25 17:59:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.8 2009/08/01 06:27:08 ssuominen Exp $ EAPI=2 inherit flag-o-matic eutils libtool autotools @@ -18,7 +18,7 @@ KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86 ~x86-fbsd" RDEPEND="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[midi] + alsa? ( media-libs/alsa-lib lash? ( >=media-sound/lash-0.5 ) ) pulseaudio? ( >=media-sound/pulseaudio-0.9.8 ) portaudio? ( >=media-libs/portaudio-19_pre ) |