New package: mda-lv2-1.0.0.

This commit is contained in:
davehome 2012-09-22 01:49:26 -06:00
parent daf9590f85
commit fd747a6576
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,4 @@
libstdc++.so.6
libm.so.6
libgcc_s.so.1
libc.so.6

23
srcpkgs/mda-lv2/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'mda-lv2'
pkgname=mda-lv2
version=1.0.0
build_style=waf
homepage="http://drobilla.net/software/mda-lv2/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
revision=1
makedepends="pkg-config"
fulldepends="lv2 python"
short_desc="LV2 port of the MDA plugins by Paul Kellett."
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-3"
checksum=0eb88587b6f7a960a9a7adc5f733e74388ba0ae90db084a7d39c6e9cfedd6fb5
long_desc="
MDA-LV2 is an LV2 port of the MDA plugins by Paul Kellett. It contains 36
high-quality plugins for a variety of tasks.
This is a more or less faithful port of both the effects and instrument
plugins. The only functional difference in code is to support LV2-style
toggle ports (> 0.0 is on, rather than 0.5). All the plugins have been tested,
and thanks to several bug fixes this collection should be more reliable than
the original."