diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 20:46:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 20:46:24 +0000 |
commit | bbd5adde5b98b0ecb8aab2761590960aa083939b (patch) | |
tree | 2b0074c4e76f0417bdfccfbc23ec6099d15a2e65 /debian | |
parent | 60a9a949e99b319d3ac56725cfd074f46c7ff1bb (diff) |
added ladspa-sdk Build-Depends and added all current LADSPA plugins as Suggests
svn path=/trunk/externals/plugin~/; revision=14085
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index a9d1464..c145aec 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org> Uploaders: Hans-Christoph Steiner <hans@eds.org> -Build-Depends: debhelper (>= 7.0.50~), puredata +Build-Depends: debhelper (>= 7.0.50~), puredata, ladspa-sdk Standards-Version: 3.9.1 Homepage: http://puredata.info Package: pd-plugin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pd -Suggests: ladspa-sdk, invada-studio-plugins-ladspa, rubberband-ladspa +Suggests: tap-plugins, cmt, fil-plugins, amb-plugins, caps, ladspa-sdk, mcp-plugins, omins, invada-studio-plugins-ladspa, rubberband-ladspa Description: LADSPA and VST plug-in hosting for Pd This is a Pd tilde object for hosting LADSPA audio plug-ins. The LADSPA plug-in interface is supported completely. The object will |