diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-23 20:41:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-23 20:41:55 +0000 |
commit | 281aa0195aa010007be295849ac4376f8601a65e (patch) | |
tree | f906825413505c7670095b9a7a9f032addfd4ded /media-sound/bristol | |
parent | Marked ~hppa (bug #199368). (diff) | |
download | gentoo-2-281aa0195aa010007be295849ac4376f8601a65e.tar.gz gentoo-2-281aa0195aa010007be295849ac4376f8601a65e.tar.bz2 gentoo-2-281aa0195aa010007be295849ac4376f8601a65e.zip |
version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/bristol')
-rw-r--r-- | media-sound/bristol/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/bristol/bristol-0.40.4.ebuild (renamed from media-sound/bristol/bristol-0.20.6.ebuild) | 9 |
2 files changed, 14 insertions, 5 deletions
diff --git a/media-sound/bristol/ChangeLog b/media-sound/bristol/ChangeLog index 7036f466e251..0da08db4eaad 100644 --- a/media-sound/bristol/ChangeLog +++ b/media-sound/bristol/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/bristol -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.4 2008/08/05 23:05:48 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.5 2009/06/23 20:41:55 aballier Exp $ + +*bristol-0.40.4 (23 Jun 2009) + + 23 Jun 2009; Alexis Ballier <aballier@gentoo.org> -bristol-0.20.6.ebuild, + +bristol-0.40.4.ebuild: + version bump *bristol-0.20.6 (05 Aug 2008) diff --git a/media-sound/bristol/bristol-0.20.6.ebuild b/media-sound/bristol/bristol-0.40.4.ebuild index b0d53631b88d..dd256bbc3422 100644 --- a/media-sound/bristol/bristol-0.20.6.ebuild +++ b/media-sound/bristol/bristol-0.40.4.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/bristol/bristol-0.20.6.ebuild,v 1.1 2008/08/05 23:05:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.40.4.ebuild,v 1.1 2009/06/23 20:41:55 aballier Exp $ DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others" HOMEPAGE="http://sourceforge.net/projects/bristol" @@ -10,10 +10,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="alsa jack" +# osc : configure option but no code it seems... -RDEPEND="jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 ) +RDEPEND="jack? ( >=media-sound/jack-audio-connection-kit-0.109.2 ) alsa? ( >=media-libs/alsa-lib-1.0.0 ) x11-libs/libX11" +# osc? ( >=media-libs/liblo-0.22 ) DEPEND="${RDEPEND} x11-proto/xproto dev-util/pkgconfig" @@ -22,6 +24,7 @@ src_compile() { econf \ $(use_enable alsa) \ $(use_enable jack) +# $(use_enable osc liblo) emake || die "make failed" } |