dssi-vst: depend on wine not wine-unstable
This commit is contained in:
parent
c045686b04
commit
1ba43307e2
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'dssi-vst'
|
||||
pkgname=dssi-vst
|
||||
version=0.9.2
|
||||
revision=1
|
||||
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"
|
||||
|
@ -17,7 +18,6 @@ long_desc="
|
|||
only_for_archs=i686
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run wine-unstable
|
||||
Add_dependency run libjack
|
||||
Add_dependency run alsa-lib
|
||||
Add_dependency run libstdc++
|
||||
|
@ -34,6 +34,8 @@ Add_dependency build liblo-devel
|
|||
Add_dependency build dssi-devel
|
||||
Add_dependency build ladspa-sdk
|
||||
|
||||
Add_dependency full wine # Needs wineg++ to build
|
||||
|
||||
do_configure()
|
||||
{
|
||||
sed -i -e "s|/usr/local|${DESTDIR}/usr|" Makefile
|
||||
|
|
Loading…
Reference in a new issue