diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-10 13:36:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-10 13:36:20 +0000 |
commit | b8eb4b7fe1396aefe8b40ca733a880c779448032 (patch) | |
tree | f6b760bf8804e9fdae989516609d7973e75a4ac8 /media-libs | |
parent | Added hack to make aspell buildable with old libtool. We need to remove it la... (diff) | |
download | gentoo-2-b8eb4b7fe1396aefe8b40ca733a880c779448032.tar.gz gentoo-2-b8eb4b7fe1396aefe8b40ca733a880c779448032.tar.bz2 gentoo-2-b8eb4b7fe1396aefe8b40ca733a880c779448032.zip |
version bump
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/fluidsynth-dssi/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/media-libs/fluidsynth-dssi/ChangeLog b/media-libs/fluidsynth-dssi/ChangeLog index aa64dbf05d21..847adeadb038 100644 --- a/media-libs/fluidsynth-dssi/ChangeLog +++ b/media-libs/fluidsynth-dssi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/fluidsynth-dssi -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fluidsynth-dssi/ChangeLog,v 1.5 2008/03/13 21:23:06 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fluidsynth-dssi/ChangeLog,v 1.6 2009/01/10 13:36:20 aballier Exp $ + +*fluidsynth-dssi-1.0.0 (10 Jan 2009) + + 10 Jan 2009; Alexis Ballier <aballier@gentoo.org> + +fluidsynth-dssi-1.0.0.ebuild: + version bump 13 Mar 2008; Alexis Ballier <aballier@gentoo.org> metadata.xml, fluidsynth-dssi-0.9.1.ebuild: diff --git a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild new file mode 100644 index 000000000000..6f5ced9cb57d --- /dev/null +++ b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild,v 1.1 2009/01/10 13:36:20 aballier Exp $ + +IUSE="" + +DESCRIPTION="DSSI Soft Synth Interface" +HOMEPAGE="http://dssi.sourceforge.net/" +SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=media-libs/dssi-0.9.0 + >=x11-libs/gtk+-2 + >=media-libs/liblo-0.12 + >=media-sound/fluidsynth-1.0.3" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog README TODO +} |