dssi-vst: use git version.
This commit is contained in:
parent
84e79dcdea
commit
982e411245
3 changed files with 20 additions and 14 deletions
|
@ -819,8 +819,8 @@ libserd-0.so.0 libserd-0.5.0_1
|
||||||
libsord-0.so.0 libsord-0.5.0_1
|
libsord-0.so.0 libsord-0.5.0_1
|
||||||
libgiggle.so.0 libgiggle-0.6.1_1
|
libgiggle.so.0 libgiggle-0.6.1_1
|
||||||
libgiggle-git.so.0 libgiggle-0.6.1_1
|
libgiggle-git.so.0 libgiggle-0.6.1_1
|
||||||
libwine.so.1 libwine-1.2.3_1
|
libwine.so.1 libwine-1.4.1_1
|
||||||
libwine.so.1 libwine-unstable-1.2.3_1
|
libwine.so.1 libwine-unstable-1.5.12_1
|
||||||
libwv-1.2.so.3 libwv-1.2.4_1
|
libwv-1.2.so.3 libwv-1.2.4_1
|
||||||
libabiword-2.8.so libabiword-2.8.6_1
|
libabiword-2.8.so libabiword-2.8.6_1
|
||||||
libmpg123.so.0 libmpg123-1.13.4_2_1
|
libmpg123.so.0 libmpg123-1.13.4_2_1
|
||||||
|
|
|
@ -2,7 +2,8 @@ libjack.so.0
|
||||||
libasound.so.2
|
libasound.so.2
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libm.so.6
|
librt.so.1
|
||||||
|
libz.so.1
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
liblo.so.7
|
liblo.so.7
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'dssi-vst'
|
# Template file for 'dssi-vst'
|
||||||
pkgname=dssi-vst
|
pkgname=dssi-vst
|
||||||
version=0.9.2
|
version="0.9.2.$(date -u +%Y%m%d)"
|
||||||
revision=4
|
revision=1
|
||||||
homepage="http://breakfastquay.com/dssi-vst/"
|
homepage="http://breakfastquay.com/dssi-vst/"
|
||||||
distfiles="http://code.breakfastquay.com/attachments/download/10/${pkgname}-${version}.tar.bz2"
|
|
||||||
depends="dssi ladspa-sdk ladspa-sdk-progs"
|
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"
|
makedepends="git pkg-config jack-devel alsa-lib-devel libstdc++-devel
|
||||||
|
liblo-devel dssi-devel ladspa-sdk wine-unstable wine-unstable-devel"
|
||||||
short_desc="Run Windows VST plugins on Linux"
|
short_desc="Run Windows VST plugins on Linux"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
checksum=9934603b9959982022a5ab6147b60f915cc6f324d6585ea7c1e9eae7070c9262
|
|
||||||
long_desc="
|
long_desc="
|
||||||
dssi-vst is an adapter that allows users of Linux audio software to take VST
|
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
|
and VSTi audio effects and instrument plugins compiled for Windows, and load
|
||||||
|
@ -18,22 +17,28 @@ long_desc="
|
||||||
the Windows emulation."
|
the Windows emulation."
|
||||||
|
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
|
||||||
|
do_fetch()
|
||||||
|
{
|
||||||
|
local url="git://github.com/falkTX/dssi-vst.git"
|
||||||
|
msg_normal " Fetching source from $url ...\n"
|
||||||
|
git clone ${url} ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
do_configure()
|
do_configure()
|
||||||
{
|
{
|
||||||
sed -i -e "s|/usr/local|${DESTDIR}/usr|" Makefile
|
sed -i -e "s|/usr/local|/usr|" Makefile
|
||||||
|
sed -i -e 's/LINK_FLAGS =/& -pthread -lrt/' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build()
|
do_build()
|
||||||
{
|
{
|
||||||
make ${makejobs}
|
make ${makejobs} DESTDIR=${DESTDIR}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mv dssi-vst-server.exe dssi-vst-server
|
make ${makejobs} DESTDIR=${DESTDIR} install
|
||||||
mv dssi-vst-scanner.exe dssi-vst-scanner
|
|
||||||
make ${makejobs} install
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue