diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-24 15:14:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-24 15:14:29 +0000 |
commit | 2de094bfae5a48374d65f4c273c366b88af85c5b (patch) | |
tree | 1e2efa6f68c00a58036872daab00e3d66612b16f /debian/control | |
parent | 20b3e230bce680ec76404a359c67fe176bbf76e5 (diff) |
converted to library template and debianized
svn path=/trunk/externals/plugin~/; revision=13938
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2b71906 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: pd-plugin +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 +Standards-Version: 3.9.1 +Homepage: http://puredata.info + +Package: pd-plugin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +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 + search your LADSPA path for plugins, which are loadable by name as an + argument to the plugin~ object. |