File debian.control of Package plugdata
Priority: optional
Maintainer: Konstantin Voinov <konstantin.voinov@gmail.com>
Source: plugdata
Build-Depends: debhelper (>= 9), libasound2-dev,
cmake (>=3.16),
libjpeg-dev,
libcurl4-gnutls-dev,
libfreetype6-dev,
libx11-dev,
libxext-dev,
libxinerama-dev,
libxi-dev,
libxrandr-dev,
libxcomposite-dev,
libxcursor-dev,
libjack-dev,
libgl1-mesa-dev,
libglu1-mesa-dev,
python3,
Standards-Version: 3.8.2
Homepage: https://github.com/timothyschoen/PlugData/
Package: plugdata
Architecture: any
Depends: ${shlibs:Depends}
Description: Plugin wrapper around PureData to allow patching in a wide selection of DAWs.
Package: plugdata-vst3
Architecture: any
Depends: ${shlibs:Depends}
Description: Plugin wrapper around PureData to allow patching in a wide selection of DAWs. VST3 plugin.
Package: plugdata-lv2
Architecture: any
Depends: ${shlibs:Depends}
Description: Plugin wrapper around PureData to allow patching in a wide selection of DAWs. LV2 plugin.
Package: plugdata-full
Architecture: any
Depends: plugdata (=${source:Version}),
plugdata-vst3 (=${source:Version}),
plugdata-lv2 (=${source:Version})
Description: Meta package which installs Standalone version of PlugData and it's Plugin (VST3 and LV2) binaries.