From b8993b198a8b6a3c92f070438d6c2a1cf7d55226 Mon Sep 17 00:00:00 2001 From: davehome Date: Sat, 29 Oct 2011 08:58:34 +0000 Subject: [PATCH] New package dssi-vst - Run Windows VST plugins in Linux --- srcpkgs/dssi-vst/template | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 srcpkgs/dssi-vst/template diff --git a/srcpkgs/dssi-vst/template b/srcpkgs/dssi-vst/template new file mode 100644 index 00000000000..9c6ec6767b2 --- /dev/null +++ b/srcpkgs/dssi-vst/template @@ -0,0 +1,47 @@ +# Template file for 'dssi-vst' +pkgname=dssi-vst +version=0.9.2 +homepage="http://breakfastquay.com/dssi-vst/" +distfiles="http://code.breakfastquay.com/attachments/download/10/${pkgname}-${version}.tar.bz2" +short_desc="Run Windows VST plugins on Linux" +maintainer="davehome " +license="GPL" +checksum=9934603b9959982022a5ab6147b60f915cc6f324d6585ea7c1e9eae7070c9262 +long_desc=" + dssi-vst is an adapter that allows users of Linux audio software to take VST + and VSTi audio effects and instrument plugins compiled for Windows, and load + them into native LADSPA or DSSI plugin hosts. Plugins run at full speed for + most audio processing, although their user interfaces are slower because of + the Windows emulation." + +Add_dependency run glibc +Add_dependency run wine-unstable +Add_dependency run libjack +Add_dependency run alsa-lib +Add_dependency run libstdc++ +Add_dependency run libgcc +Add_dependency run liblo + +Add_dependency build jack-devel +Add_dependency build alsa-lib-devel +Add_dependency build libstdc++-devel +Add_dependency build liblo-devel + +Add_dependency build wine-unstable-devel + +do_configure() +{ + sed -i -e "s|/usr/local|${DESTDIR}/usr|" Makefile +} + +do_build() +{ + make ${makejobs} +} + +do_install() +{ + mv dssi-vst-server.exe dssi-vst-server + mv dssi-vst-scanner.exe dssi-vst-scanner + make ${makejobs} install +}