diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-01 00:25:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-01 00:25:21 +0000 |
commit | 333f18127f655cf7e51ee50919fa0e431569571b (patch) | |
tree | 9c18d686d8c7759970a6dd97110808467173c8dc /media-plugins | |
parent | Initial commit. Qt4 based filemanager for the masses (diff) | |
download | gentoo-2-333f18127f655cf7e51ee50919fa0e431569571b.tar.gz gentoo-2-333f18127f655cf7e51ee50919fa0e431569571b.tar.bz2 gentoo-2-333f18127f655cf7e51ee50919fa0e431569571b.zip |
version bump
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/xsynth-dssi/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/media-plugins/xsynth-dssi/ChangeLog b/media-plugins/xsynth-dssi/ChangeLog index c83262825976..a4368d58e54f 100644 --- a/media-plugins/xsynth-dssi/ChangeLog +++ b/media-plugins/xsynth-dssi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/xsynth-dssi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xsynth-dssi/ChangeLog,v 1.2 2010/02/24 16:47:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xsynth-dssi/ChangeLog,v 1.3 2010/10/01 00:25:21 aballier Exp $ + +*xsynth-dssi-0.9.4 (01 Oct 2010) + + 01 Oct 2010; Alexis Ballier <aballier@gentoo.org> + +xsynth-dssi-0.9.4.ebuild: + version bump 24 Feb 2010; Markos Chandras <hwoarang@gentoo.org> xsynth-dssi-0.9.2.ebuild: diff --git a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild new file mode 100644 index 000000000000..427d0ab43910 --- /dev/null +++ b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild,v 1.1 2010/10/01 00:25:21 aballier Exp $ + +DESCRIPTION="A software synthesizer plugin for the DSSI Soft Synth Interface" +HOMEPAGE="http://dssi.sourceforge.net/download.html#Xsynth-DSSI" +SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="=x11-libs/gtk+-2* + media-libs/alsa-lib + >=media-libs/dssi-0.9 + >=media-libs/liblo-0.12" +DEPEND="${RDEPEND} + media-libs/ladspa-sdk + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog README TODO +} |