# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="FST is a program by which uses Wine, Jack and Steinberg's VST Audio Plug-Ins SDK to enable the use of many VST audio plugins under Gnu/Linux." HOMEPAGE="http://joebutton.co.uk/fst/" SRC_URI="http://galan.sourceforge.net/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" DEPEND="app-emulation/wine >=x11-libs/gtk+-2.0.0* >=media-libs/vst-sdk-2.3-r1 media-sound/jack-audio-connection-kit media-sound/lash" src_compile() { epatch ${FILESDIR}/Makefile_vstsdk_ebuild.patch emake || die } src_install() { mkdir ${D}/usr mkdir ${D}/usr/bin cp ${WORKDIR}/${P}/fst ${D}/usr/bin cp ${WORKDIR}/${P}/fst.exe.so ${D}/usr/bin dodoc COPYING README }