From e9771fd3e7e701b0b8d3414b6c0e7a199cf21361 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 9 Oct 2014 00:41:28 +0200 Subject: sydra is now a multi-binary package --- debian/control | 23 +++++++++++++++++++++-- debian/sydra-launch.install | 2 ++ debian/sydra-rtp.install | 2 ++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 debian/sydra-launch.install create mode 100644 debian/sydra-rtp.install diff --git a/debian/control b/debian/control index fcef8b6..338aa76 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: sydra -Maintainer: Lars Wirzenius +Maintainer: Christian Pointner Section: video Priority: optional -Standards-Version: 3.9.2 +Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), libglib2.0-dev, libgstreamer1.0-dev, pkg-config @@ -29,3 +29,22 @@ Description: tool for RTP based streams receivers. This ensures a fast and clean shutdown. The keepalive messages are also a simple way to work around NAT and firewalls (UDP hole punching). + +Package: sydra-launch +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: tool for RTP based streams + sydra is a toolbox which allows you to set up multiple bidirectional + Video/Audio streams from external locations. + sydra has been written to be used for the Elevate Festival in Graz + Austria in order to involve external locations to present themselves + at the festival. + . + This package contains sydra-launch which is basically a gst-launch + equivalent. + The utility creates and runs a gstreamer pipeline which is configured + through command line arguments. The syntax for the pipeline description is + the same as for gst-launch. The sole purpose of this program is that it allows + to set the app-name which will get used for example by xvimagesink to set the + window title. This is needed for sydra to tell a tiling window manager where + a window should be shown. diff --git a/debian/sydra-launch.install b/debian/sydra-launch.install new file mode 100644 index 0000000..ced4554 --- /dev/null +++ b/debian/sydra-launch.install @@ -0,0 +1,2 @@ +usr/bin/sydra-launch +usr/share/man/man8/sydra-launch.8 diff --git a/debian/sydra-rtp.install b/debian/sydra-rtp.install new file mode 100644 index 0000000..8e74c16 --- /dev/null +++ b/debian/sydra-rtp.install @@ -0,0 +1,2 @@ +usr/bin/sydra-rtp +usr/share/man/man8/sydra-rtp.8 -- cgit v1.2.3