diff options
author | Christian Pointner <equinox@helsinki.at> | 2020-03-21 18:47:49 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2020-03-21 18:47:49 (GMT) |
commit | f97a3268337a17583e3627dd2ec33e6732e86991 (patch) | |
tree | 0b521effba6e8430504655dd16cbf83f5ae6594d /debian/control | |
parent | c0bf1913e9d32bd15776cc5b1867a57a0c01362d (diff) |
add debian packaging files
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e789ca6 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: studio-link +Maintainer: Christian Pointner <equinox@helsinki.at> +Section: utils +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9), curl, ca-certificates + +Package: studio-link-standalone +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SIP application to create high quality Audio over IP connections (standalone) + studio-link is an set of tools to that use SIP/RTP to create high quality + Audio over IP connections between multiple peers. + . + This package contains the standalone application. + +Package: studio-link-lv2 +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SIP application to create high quality Audio over IP connections (LV2) + studio-link is an set of tools to that use SIP/RTP to create high quality + Audio over IP connections between multiple peers. + . + This package contains the LV2 plugin. + +Package: studio-link-onair-lv2 +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SIP application to create high quality Audio over IP connections (onair LV2) + studio-link is an set of tools to that use SIP/RTP to create high quality + Audio over IP connections between multiple peers. + . + This package contains the onair LV2 plugin. |