2011-10-29 10:58:34 +02:00
|
|
|
# Template file for 'dssi-vst'
|
|
|
|
pkgname=dssi-vst
|
|
|
|
version=0.9.2
|
2012-03-24 00:08:21 +01:00
|
|
|
revision=3
|
2011-10-29 10:58:34 +02:00
|
|
|
homepage="http://breakfastquay.com/dssi-vst/"
|
|
|
|
distfiles="http://code.breakfastquay.com/attachments/download/10/${pkgname}-${version}.tar.bz2"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="dssi ladspa-sdk ladspa-sdk-progs"
|
|
|
|
makedepends="jack-devel alsa-lib-devel libstdc++-devel liblo-devel dssi-devel ladspa-sdk wine-unstable wine-unstable-devel"
|
2011-10-29 10:58:34 +02:00
|
|
|
short_desc="Run Windows VST plugins on Linux"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
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."
|
|
|
|
|
2011-10-29 11:19:44 +02:00
|
|
|
only_for_archs=i686
|
|
|
|
|
2011-10-29 10:58:34 +02:00
|
|
|
|
2011-10-29 19:35:01 +02:00
|
|
|
|
2011-10-29 10:58:34 +02:00
|
|
|
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
|
|
|
|
}
|