jack-tools 20101210-1.1ubuntu1 source package in Ubuntu

Changelog

jack-tools (20101210-1.1ubuntu1) precise; urgency=low

  [ Leo Iannacone ]
  * Merge from Debian testing (LP: #913459).
  * Fix fix FTBFS with ld-as-needed:
    + debian/rules: removed LDFLAGS
    + new patch fix-FTBFS-ld-as-needed.patch: patch configure.ac
      to include "-lm -ldl" in the right place
  * Drop changes:
    + debian/control: Change build depend from automake1.7 to automake,
      debian has set automake1.10

  [ Mahyuddin Susanto ]
  * d/p/fix-FTBFS-ld-as-needed.patch: Improved patch description

jack-tools (20101210-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS: jack.dl.c:20:3: error: format not a string literal and
    no format arguments [-Werror=format-security]": add patch
    fix-format-security.patch from Mònica Ramírez Arceda.
    (Closes: #643413)

jack-tools (20101210-1) unstable; urgency=low

  * New snapshot of upstream Darcs repository.
  * Update copyright file: Rewrite using Subversion draft rev.173 of
    DEP5.
  * Add linkage of libdl and libm to LDFLAGS.

jack-tools (20100210-1) experimental; urgency=low

  [ Arnout Engelen ]
  * Friendly takeover: Move packaging to Debian Multimedia Maintainers.
    Closes: bug#469929.
  * Rewrite packaging mostly from scratch (also due to structural
    changes upstream).
  * Switch to git for sources.
  * Add build target get-orig-source to fetch latest version from Darcs.

  [ Jonas Smedegaard ]
  * Generate manpages more reliably using a2x (not directly with
    asciidoc).
    Build-depend on libxml2-utils and docbook-xml.
  * Rewrite packaging to use CDBS (not short-form dh).
  * Avoid shipping header file.
  * Fix install jack.dl.1 in correct path.
  * Relax debhelper compat level to 6: No newer features required so
    better to ease backportability.
  * Relax build-dependency on debhelper to match compat level.
  * Build-depend on libsamplerate-dev, liblo-dev and libncurses-dev:
    Required by new upstream release.
  * Rewrite long description to mention upstream project name, and note
    that jack.udp is obsolete.
  * Rewrite copyright file using Bazaar draft rev. 137 of DEP5.
  * Add myself as uploader.
  * Relax dependency on jackd to be unversioned.
 -- Leo Iannacone <email address hidden>   Sun, 08 Jan 2012 16:51:47 +0100

Upload details

Uploaded by:
Leo Iannacone
Sponsored by:
Mahyuddin Susanto
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jack-tools_20101210.orig.tar.gz 44.5 KiB d08fe8ac2fdd75efbc66acc4e9867b6dbfe88772ebcfe8bcdf3d216b32d2f154
jack-tools_20101210-1.1ubuntu1.debian.tar.gz 6.9 KiB 14a924e5814632cf1513727555aef4f9bc452b13eeb76b3350125edef19fe5cc
jack-tools_20101210-1.1ubuntu1.dsc 2.3 KiB bbf49c00492553964c32e30b2919283e9ef1e414ca0263f2a1900fc7eb33f166

View changes file

Binary packages built by this source

jack-tools: various JACK tools: dl, record, scope, osc, plumbing, udp, play, transport

 jack.* is a collection of small tools for the JACK Audio Connection
 Kit.
 .
 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.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.
 .
 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.
 .
 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. 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.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.