mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
ladspa-sdk: remove long_desc.
This commit is contained in:
parent
3ce2f60f49
commit
c03b9b7790
1 changed files with 2 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ladspa-sdk'
|
# Template file for 'ladspa-sdk'
|
||||||
pkgname=ladspa-sdk
|
pkgname=ladspa-sdk
|
||||||
version=1.13
|
version=1.13
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc=ladspa_sdk
|
wrksrc=ladspa_sdk
|
||||||
distfiles="http://www.ladspa.org/download/ladspa_sdk.tgz"
|
distfiles="http://www.ladspa.org/download/ladspa_sdk.tgz"
|
||||||
|
@ -11,18 +11,9 @@ maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://www.ladspa.org/"
|
homepage="http://www.ladspa.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=b5ed3f4f253a0f6c1b7a1f4b8cf62376ca9f51d999650dd822650c43852d306b
|
checksum=b5ed3f4f253a0f6c1b7a1f4b8cf62376ca9f51d999650dd822650c43852d306b
|
||||||
long_desc="
|
|
||||||
There is a large number of synthesis packages in use or development on the
|
|
||||||
Linux platform at this time. The Linux Audio Developer's Simple Plugin API
|
|
||||||
(LADSPA) attempts to give programmers the ability to write simple plugin
|
|
||||||
audio processors in C/C++ and link them dynamically against a range of host
|
|
||||||
applications.
|
|
||||||
|
|
||||||
Definitive technical documentation on LADSPA plugins for both host and plugin
|
|
||||||
writers is contained within copious comments in the ladspa.h header file."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make -C src
|
make CC=$CC LD=$LD -C src
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue