diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-20 05:17:11 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-20 05:17:11 +0000 |
commit | 7a0c769b41d51b14e2b991a9ca92326c2ffdbd1c (patch) | |
tree | dfb55a9d9cc0fe297caf42c0e80ccd5951c6e07e /media-sound/zynaddsubfx | |
parent | Removing old versions. (Manifest recommit) (diff) | |
download | gentoo-2-7a0c769b41d51b14e2b991a9ca92326c2ffdbd1c.tar.gz gentoo-2-7a0c769b41d51b14e2b991a9ca92326c2ffdbd1c.tar.bz2 gentoo-2-7a0c769b41d51b14e2b991a9ca92326c2ffdbd1c.zip |
Removing old versions.
Diffstat (limited to 'media-sound/zynaddsubfx')
-rw-r--r-- | media-sound/zynaddsubfx/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/zynaddsubfx/files/digest-zynaddsubfx-2.0.0 | 1 | ||||
-rw-r--r-- | media-sound/zynaddsubfx/zynaddsubfx-2.0.0.ebuild | 45 |
3 files changed, 5 insertions, 47 deletions
diff --git a/media-sound/zynaddsubfx/ChangeLog b/media-sound/zynaddsubfx/ChangeLog index 3b82937064e7..be4d46062c42 100644 --- a/media-sound/zynaddsubfx/ChangeLog +++ b/media-sound/zynaddsubfx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/zynaddsubfx # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.14 2004/10/18 05:15:15 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.15 2004/10/20 05:12:57 eradicator Exp $ + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + -zynaddsubfx-2.0.0.ebuild: + Removing old versions. *zynaddsubfx-2.1.1 (18 Oct 2004) diff --git a/media-sound/zynaddsubfx/files/digest-zynaddsubfx-2.0.0 b/media-sound/zynaddsubfx/files/digest-zynaddsubfx-2.0.0 deleted file mode 100644 index 1ccdb1053723..000000000000 --- a/media-sound/zynaddsubfx/files/digest-zynaddsubfx-2.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ab357c0b1e013f8796d7bdb4577cd67 ZynAddSubFX-2.0.0.tar.bz2 755803 diff --git a/media-sound/zynaddsubfx/zynaddsubfx-2.0.0.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-2.0.0.ebuild deleted file mode 100644 index efa990c7abd2..000000000000 --- a/media-sound/zynaddsubfx/zynaddsubfx-2.0.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.0.0.ebuild,v 1.1 2004/09/28 23:15:40 fvdpol Exp $ - -inherit eutils - -MY_P=ZynAddSubFX-${PV} -DESCRIPTION="ZynAddSubFX is a opensource software synthesizer." -HOMEPAGE="http://zynaddsubfx.sourceforge.net/" -SRC_URI="mirror://sourceforge/zynaddsubfx/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -IUSE="" - -DEPEND=">=x11-libs/fltk-1.1.2 - =dev-libs/fftw-2* - media-sound/jack-audio-connection-kit - >=dev-libs/mini-xml-2.0" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - # patched to enable jack and fix compile scripts for - # spliter and controller - epatch ${FILESDIR}/${P}.patch - cd ${S}/src - make || die "compile failed" - cd ${S}/ExternalPrograms/Spliter - ./compile.sh - cd ${S}/ExternalPrograms/Controller - ./compile.sh -} - -src_install() { - dobin ${S}/src/zynaddsubfx - dobin ${S}/ExternalPrograms/Spliter/spliter - dobin ${S}/ExternalPrograms/Controller/controller - dodoc COPYING FAQ.txt README.txt HISTORY.txt - dodir /usr/share/${PN} - cp -r ${S}/examples/* ${D}/usr/share/${PN} - cp -r ${S}/presets ${D}/usr/share/${PN} -} |