[SCM] jack-tools/master: Rewrite long description to mention upstream project name, and note that jack.udp is obsolete.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Jan 3 05:55:53 UTC 2011


The following commit has been merged in the master branch:
commit 598c7b473d5d2627398f4a55df4b516ecba4d816
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jan 3 05:44:07 2011 +0100

    Rewrite long description to mention upstream project name, and note that jack.udp is obsolete.

diff --git a/debian/control.in b/debian/control.in
index 3511981..925e24c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -24,46 +24,40 @@ Package: jack-tools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, jackd (>= 0.94.0)
 Description: various JACK tools: dl, record, scope, osc, plumbing, udp, play, transport
- This collection contains a bunch of small tools for JACK written by Rohan
- Drape for the JACK low latency audio API.
+ jack.* is a collection of small tools for the JACK Audio Connection
+ Kit.
  .
- JACK allows the connection of multiple applications to an audio device, 
+ JACK allows the connection of multiple applications to an audio device,
  as well as allowing them to share audio between themselves.
  .
- jack.dl loads dsp algorithms from shared libraries. Commands are sent as 
- OSC packets over a UDP connection
+ jack.dl loads dsp algorithms from shared libraries.  Commands are sent
+ as OSC packets over a UDP connection.
  .
- jack.record is a light-weight JACK capture client to write an arbitrary 
- number of channels to disk
+ jack.record is a light-weight JACK capture client to write an arbitrary
+ number of channels to disk.
  .
  jack.scope draws either a time domain signal trace or a self
  correlation trace.  Multiple input channels are superimposed, each
- channel is drawn in a different color. jack.scope accepts
- OSC packets for interactive control of drawing parameters.
- .
+ channel is drawn in a different color.  jack.scope accepts OSC packets
+ for interactive control of drawing parameters.
+
  jack.osc publishes the transport state of the local JACK server as OSC
- packets over a UDP connection. jack.osc allows any OSC enabled 
- application to act as a JACK transport client, receiving 
- sample accurate pulse stream timing data, and monitoring and 
- initiating transport state change.
+ packets over a UDP connection.  jack.osc allows any OSC enabled
+ application to act as a JACK transport client, receiving sample
+ accurate pulse stream timing data, and monitoring and initiating
+ transport state change.
  .
- jack.plumbing maintains a set of port connection rules and
- manages these as clients register ports with JACK. Port names are
- implicitly bounded regular expressions and support sub-expression
- patterns.
+ jack.plumbing maintains a set of port connection rules and manages
+ these as clients register ports with JACK.  Port names are implicitly
+ bounded regular expressions and support sub-expression patterns.
  .
- jack.udp is a UDP audio transport mechanism for JACK.  The
- send mode reads signals from a set of JACK input ports and sends
- UDP packets to the indicated port at the indicated host at a rate
- determined by the local JACK daemon.  The "recv" mode reads
- incoming packets at the indicated port and writes the incoming data to
- a set of JACK output ports at a rate that is determined by the local
- JACK daemon.
+ jack.udp is a UDP audio transport mechanism for JACK.  jack.udp is
+ obsolete: use net driver instead.
  .
- jack.play is a light-weight JACK sound file player. It
- creates as many output ports as there are channels in the input file.
+ jack.play is a light-weight JACK sound file player. It creates as many
+ output ports as there are channels in the input file.
  .
- jack.transport is a JACK session manager.  It reads configuration information 
- from a system wide and a user specific configuration file and 
- manages sessions involving the JACK daemon proper and optionally a 
+ jack.transport is a JACK session manager.  It reads configuration
+ information from a system wide and a user specific configuration file
+ and manages sessions involving the JACK daemon proper and optionally a
  set of secondary jack daemons.

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list