Skip to content

Debian Changelog jack-audio-connection-kit (0.101.1-2)

2006

jack-audio-connection-kit (0.101.1-2) unstable; urgency=low

   * incorporated patch to fix ia64 atomic operations (closes: #394021)
   * prepared for freebob support by backporting the freebob driver from
     jack svn version.

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Thu, 19 Oct 2006 12:03:37 +0200

jack-audio-connection-kit (0.101.1-1) unstable; urgency=low

   * new upstream release
     + no freebob support since libfreebob is not yet packaged

 -- Robert Jordens <jordens@debian.org>  Fri, 21 Apr 2006 20:00:08 +0200

jack-audio-connection-kit (0.100.7-1) unstable; urgency=low

   * new upstream release

 -- Robert Jordens <jordens@debian.org>  Thu, 9 Mar 2006 14:52:35 +0100

jack-audio-connection-kit (0.100.0-5) unstable; urgency=low

   * debian/bash-completion.d/jackd: updated; see Bug#329806
   * dont depend on libglib1.2-dev; closes: Bug#326212
   * debian/watch: update

 -- Robert Jordens <jordens@debian.org>  Sat, 4 Mar 2006 13:13:20 +0100

2005

jack-audio-connection-kit (0.100.0-4) unstable; urgency=low

   * debian/bash_completion.d/jackd, debian/jackd.install: closes: #319764
     (jackd: bash completion for jack_connect)

 -- Robert Jordens <jordens@debian.org>  Wed, 3 Aug 2005 23:23:16 +0200

jack-audio-connection-kit (0.100.0-3) unstable; urgency=low

   * debian/rules: build with tmpdir=/dev/shm again;
     closes: Bug#321149 (jackd not using /dev/shm as tmpdir)
   * debian/patches/07_path-max.patch: closes: Bug#320736 (Patch to handle
     PATH_MAX-less systems)
   * debian/patches/08_synopsis-spelling.patch: closes: #311465 ('man
     jack_bufsize' typo: "SYNOPSYS")
   * debian/copyright: mention authors as copyright holders and license as
     license and not as copyright; closes: #290186 (Improper copyright file)

 -- Robert Jordens <jordens@debian.org>  Wed, 3 Aug 2005 22:58:01 +0200

jack-audio-connection-kit (0.100.0-2) unstable; urgency=low

   * upload 0.100.0-1 unchanged to unstable

 -- Robert Jordens <jordens@debian.org>  Mon, 27 Jun 2005 15:34:00 +0200

jack-audio-connection-kit (0.100.0-1) experimental; urgency=low

   * new upstream release
   * new SONAME again. noone was using that 0.99.61 from experimental and it
     confuses people.

 -- Robert Jordens <jordens@debian.org>  Mon, 13 Jun 2005 20:16:50 +0200

jack-audio-connection-kit (0.99.61-1) experimental; urgency=low

   * intermediate snapshot release
     + new jack_client_open() interface requiring a new SONAME: 0.99.61
       (although the first incompatible change happened at least in
       0.99.14)
     + debian/patches/04_configure_in_jack_version.patch: updated
   * debian/FAQ: updated from webpage

 -- Robert Jordens <jordens@debian.org>  Sat, 7 May 2005 18:30:20 +0200

jack-audio-connection-kit (0.99.0-6) unstable; urgency=high

   * do not use the "[system: linux]" stuff for "Depends"; patch from Daniel
     Schepler <schepler@math.berkeley.edu>; closes: Bug#295804
   * urgency high due to things in 0.99.0-5
   * debian/control: build against libreadline5-dev

 -- Robert Jordens <jordens@debian.org>  Sun, 20 Feb 2005 22:01:41 +0100

jack-audio-connection-kit (0.99.0-5) unstable; urgency=high

   * debian/patches/01a_force-copy-autogen.sh.patch:
     dont make symlinks for config.{guess,sub}; let cdbs play with it;
     closes: Bug#295284
   * urgency high because the bug is present in testing and will surface as
     soon as the next cdbs gets there
   * debian/control.in, rules: use cdbs' new crazy mechanism of mangling
     control; closes: Bug#272307

 -- Robert Jordens <jordens@debian.org>  Mon, 14 Feb 2005 23:32:10 +0100

jack-audio-connection-kit (0.99.0-4) unstable; urgency=low

   * debian/control.in: added a Recommends: jackd (= ${Source-Version})
     to libjack to express the need to install jackd in order to get a
     working libjack.

 -- Robert Jordens <jordens@debian.org>  Tue, 1 Feb 2005 13:22:54 +0100

jack-audio-connection-kit (0.99.0-3) unstable; urgency=low

   * moved Junichi to Uploaders and me to Maintainer in debian/control. Thanks,
     Junichi, for your great work reagrding this package!
   * debian/control.in, debian/rules: added kfreebsd-gnu handling;
     thanks to Robert Millan <rmh@debian.org>; closes: Bug#272307
   * debian/control.in: convert "Depends: jackd" into a two-sided conflicts;
     closes: Bug#248665

 -- Robert Jordens <jordens@debian.org>  Sun, 30 Jan 2005 21:22:21 +0100

2004

jack-audio-connection-kit (0.99.0-2) unstable; urgency=medium

   * upload unchanged to unstable;
   * urgency medium because of important fixes for i586 users (Bug#266975)
     and NPTL workaround (Bug#266507)

 -- Robert Jordens <jordens@debian.org>  Tue, 2 Nov 2004 20:16:51 +0100

jack-audio-connection-kit (0.99.0-1) experimental; urgency=low

   * new upstream release
     + works around pthread-create bug in glibc (Bug#266507)
     + debian/patches/03_remove-cpp-atomicity.patch,
       debian/patches/07_dont_add_readline_to_LIBS.patch: removed since applied
       upstream
     + --disable-iec61883 since it doesn't compile
   * uplod to experimental to not hinder the other version entering
     testing
   * debian/rules: don't optimize for i686 on i386; closes: Bug#266975

 -- Robert Jordens <jordens@debian.org>  Wed, 22 Sep 2004 23:01:39 +0200

jack-audio-connection-kit (0.98.1-5) unstable; urgency=medium

   * debian/patches/03_remove-cpp-atomicity.patch: use a regular patch for
     removing the atomicity files for sparc and hppa
   * debian/patches/07_dont_add_readline_to_LIBS.patch: added; add a noop to
     prevent linking libjack0.80.0-0 against libreadline4;
     closes: Bug#260954, Bug#260961; urgency medium because this breaks other
     packages' builds
   * correct spelling error in debian/jackd.README.Debian: powerful
   * debian/watch: added

 -- Robert Jordens <jordens@debian.org>  Sat, 31 Jul 2004 17:21:44 +0200

jack-audio-connection-kit (0.98.1-4) unstable; urgency=low

   * debian/rules: remove atomicity.h for hppa and sparc to
     work around the FTBS; closes: Bug#256221 for now

 -- Robert Jordens <jordens@debian.org>  Wed, 30 Jun 2004 02:20:09 +0200

jack-audio-connection-kit (0.98.1-3) unstable; urgency=low

   * upload experimental version unchanged to unstable

 -- Robert Jordens <jordens@debian.org>  Tue, 15 Jun 2004 01:18:46 +0200

jack-audio-connection-kit (0.98.1-2) experimental; urgency=low

   * debian/shlibs.local: use ${Source-Version}, thanks to Elimar Riesebieter
     <riesebie@lxtec.de>

 -- Robert Jordens <jordens@debian.org>  Sun, 16 May 2004 15:49:20 +0200

jack-audio-connection-kit (0.98.1-1) experimental; urgency=low

   * new upstream release
     + fulfills whishes for init.d scripts or other ways of automatically
       starting jackd if applications need it (analogy to esd);
       set JACK_START_SERVER in your environment to enable it; closes: Bug#169776
     + non-existent function has been removed from the header; closes: Bug#245742
   * debian/FAQ: updated from webpage
   * debian/README.developers: updated from webpage
   * debian/user-howto: updated from webpage

 -- Robert Jordens <jordens@debian.org>  Fri, 7 May 2004 15:24:54 +0200

jack-audio-connection-kit (0.96.2-1) experimental; urgency=low

   * new upstream snapshot from CVS branch EXP to test new autoconf structure.
     + also contains new features, does not break binary compatibility
     + probably won't compile on arm because the generic atomicity.h
       implementation is broken.
   * debian/patches/20-check-rc-from-initialize-shm.diff: integrated upstream

 -- Robert Jordens <jordens@debian.org>  Wed, 31 Mar 2004 23:44:30 +0200

jack-audio-connection-kit (0.94.0-4) unstable; urgency=low

   * the "you are never entirely done" release
   * forgot to update debian/shlibs.local

 -- Robert Jordens <jordens@debian.org>  Mon, 1 Mar 2004 01:32:14 +0100

jack-audio-connection-kit (0.94.0-3) unstable; urgency=low

   * libjack0.80.0-dev should indeed be Section: libdevel. I don't know, where
     the actual change disapeared.

 -- Robert Jordens <jordens@debian.org>  Sun, 29 Feb 2004 01:16:34 +0100

jack-audio-connection-kit (0.94.0-2) unstable; urgency=low

   * debian/control: libjack0.80.0-dev is Section: libdevel
   * debian/jackd.README.Debian, debian/rules:
     + add a lot of documentation and support for setuid jackstart; addresses
       our part of Bug#229709, which can then be reassigned to wnpp
     + manpages, FAQ, a user-howto and a extensive README.Debian are there;
       closes: Bug#148933
     + add documentation and support for /dev/shm as tmpdir; needs
       libc6 >= 2.3.2.ds1-11 because they create and mount the tmpfs;
       closes: Bug#229374
     + added hints to the lowlatency and preempt patches in Debian and to
       the givertcap patch in AGNULA.
     + add information and pointers to the realtime LSM
   * debian/control:
     + jackd "Suggests: qjackctl, jack-tools, meterbridge, libjackasyn0"
       which create a sufficient and extended toolkit and environment for jackd
     + libjack0.80.0-0: Depends: jackd (= ${Source-Version}), for discussion
       see l.d.o/debian-multimedia
   * debian/patches/20-check-rc-from-initialize-shm.diff: added; addresses the
     remaining notes and finally closes: Bug#234072

 -- Robert Jordens <jordens@debian.org>  Sat, 28 Feb 2004 20:00:05 +0100

jack-audio-connection-kit (0.94.0-1) unstable; urgency=low

   * new upstream release
     + fixes command-line parsing
   * rewrote urls as <http://...>; as recommended in RFC 2396, Appendix E
   * JACK 0.75.0 entered testing; uploading to unstable

 -- Robert Jordens <jordens@debian.org>  Tue, 13 Jan 2004 19:57:04 +0100

2003

jack-audio-connection-kit (0.91.1-1) experimental; urgency=low

   * New upstream release
     + does not break binary compatibility
     + enable experimental firewire drivers
       - debian/control: Build-Depends: libraw1394-dev
       - debian/patches/06_iec61883_headers.patch add files missing
         from tarball
     + obsoletes debian/patches/03_cpuinfo_other_archs.patch
   * debian/FAQ: updated from webpage
   * debian/libjack0.80.0-dev.install: don't install *.la files for
     jack plugins
   * debian/shlibs.local: added: remove duplicate depends on libjack
     for jackd
   * debian/jack_freewheel.1, debian/jack_bufsize.1: wrote manpages

 -- Robert Jordens <jordens@debian.org>  Tue, 30 Dec 2003 19:51:04 +0100

jack-audio-connection-kit (0.80.0-1) experimental; urgency=low

   * new upstream release; binary compatibility mostly remains, source
     compatibility breaks, chose the new soname; upload to experimental
   * debian/patches/03_cycles-h-other-archs.patch: partially integrated
     upstream
   * debian/patches/03_cpuinfo_other_archs.patch: parses cpuinfo on other
     architectures by Junichi Uekawa; closes: #207435
   * debian/control: changed rjo@gmx.de to jordens@debian.org

 -- Robert Jordens <jordens@debian.org>  Tue, 2 Sep 2003 22:18:01 +0200

jack-audio-connection-kit (0.75.0-2) unstable; urgency=low

   * Add replaces libjack0.71.2-0 (<< 0.75.0-1),
     due to moved 'development binaries for plugins'.
   (closes: #207731)
   * Standards-Version: 3.6.1

 -- Junichi Uekawa <dancer@debian.org>  Fri, 29 Aug 2003 18:01:26 +0900

jack-audio-connection-kit (0.75.0-1) unstable; urgency=low

   * new upstream release
   * debian/rules: switched to cdbs
     + tarball.mk: great way to ensure the autotools horror doesn't
       pollute the diff
     + simple-patchsys.mk: works great with the dpatches renamed.
     + debian/rules: builds optimized for i386: closes: #202589
       have a nonoptimized version with DEB_BUILD_OPTIONS=noopt as per policy
   * debian/control:
     + use dh-buildinfo
     + new comaintainers Guenter Geiger <geiger@debian.org> and
       Robert Jordens <rjo@gmx.de>
     + Standards-Version: 3.6.0: no changes
     + won't change the package name (and release of libjack) again because
       binary compatibility didn't break. JACK_API_CURRENT will be set to 1
       as soon as the new era of binary compatibility starts upstream.
       Then libjack0.71.2 will be named libjack1.
       closes: #205552
     + Build-Depends: libreadline4-dev to build jack_transport
   * debian/lib*.install: moved the jack plugins' development versions
     to libjack0.71.2-dev
   * debian/libjack0.71.2-dev.docs: added README.developers to libjack0.71.2-dev
     and ship it as a file, not as a patch
   * debian/FAQ: updated from webpage
   * 03_cycles-h-other-archs.patch: updated with code from the kernel headers
     that works well for ardour, thus reducing the number of archs where the
     workaround is used to: arm, sparc, m68k
   * debian/jack_load.1, debian/jack_unload.1, debian/jack_transport.1,
     debian/jack_monitor_client.1, debian/jack_simple_client.1: wrote the
     missing manpages.
   * debian/user-howto: added to jackd documentation and updated from webpage

 -- Robert Jordens <rjo@gmx.de>  Fri, 22 Aug 2003 11:00:45 +0200

jack-audio-connection-kit (0.71.2-1) unstable; urgency=low

   * New upstream release
   * Update patches:
    04_configure_in_jack_version: update for 0.71.2
    02_version-soname: update.
   * debian/*: manually edit for 0.71.2
    debian/jackd.manpages: use upstream manpages for jackd and jackstart
   * add rules to build jack_md5.h before jackstart
   * FAQ update rules fixed to add changelog entry
   * build in a subdir
   * debian/FAQ: updated from webpage
   * debian/rules: use patch-stamp instead of patch
   * [05_jack_md5h.dpatch] fix jack_md5.h dependency
   * run autoconf2.5/automake1.7 over source

 -- Junichi Uekawa <dancer@debian.org>  Wed, 21 May 2003 00:12:08 +0900

jack-audio-connection-kit (0.50.0-2) UNRELEASED; urgency=low

   * Use dpatch to manage patches.
    01_readme-developers
    02_version-soname
    03_cycles-h
    04_configure_in_jack_version
    - autoconf/automake needs to be re-ran after applying those patches,
   added a rule to do that to debian/rules (auto-run)
   * debian/rules: fix to properly handle autoconf 2.57-generated
     configure, instead of 2.13

 -- Junichi Uekawa <dancer@debian.org>  Mon, 7 Apr 2003 20:55:59 +0900

jack-audio-connection-kit (0.50.0-1) unstable; urgency=low

   * New upstream release, new maintainer.
   * Use DESTDIR instead of prefix= in install target.
   * Misc updating, forward-porting of patches, etc.
   * I am keeping the soname convention as it is, since upstream
     is still not decided on a stable interface.
   * re-run aclocal/autoconf/automake.
   * use w3m instead of lynx to get the FAQ

 -- Junichi Uekawa <dancer@debian.org>  Sun, 2 Mar 2003 17:49:15 +0900

jack-audio-connection-kit (0.44.0-1) unstable; urgency=low

   * New upstream release (CVS)
   * Re-add some missing binaries and manpages that got lost somehow.

 -- Stefan Schwandter <swan@debian.org>  Tue, 7 Jan 2003 18:25:28 +0100

2002

jack-audio-connection-kit (0.40.1-1) unstable; urgency=low

   * New upstream release (CVS)
   * Keep library versioning based on package version although upstream
     doesn't anymore, as long as different "releases" (CVS snapshots
     actually) aren't guaranteed to be binary compatible.
   * JACK now doesn't depend on glib anymore (closes: #154773).

 -- Stefan Schwandter <swan@debian.org>  Sat, 30 Nov 2002 14:42:59 +0100

jack-audio-connection-kit (0.38.0-1) unstable; urgency=low

   *  New upstream release (CVS).

 -- Stefan Schwandter <swan@debian.org>  Fri, 20 Sep 2002 19:20:20 +0200

jack-audio-connection-kit (0.37.2-1) unstable; urgency=low

   * New upstream release (CVS).
 
     As there doesn't seem to be a release in sight, and cvs has been on
     it's current status for a while i decided to switch to the cvs
     version. Unfortunately this means recompiling for packages depending
     on libjack again...
 
   * Ship a changelog generated by cvs2cl from the upstream sources.
     Upstream doesn't unfortunately.

 -- Stefan Schwandter <swan@debian.org>  Mon, 16 Sep 2002 09:14:51 +0200

jack-audio-connection-kit (0.34.0-6) unstable; urgency=low

   * Added patch for jackrec to build with libsndfile1.
   * debian/control: build-dep on libsndfile1-dev

 -- Stefan Schwandter <swan@debian.org>  Thu, 5 Sep 2002 15:04:24 +0200

jack-audio-connection-kit (0.34.0-5) unstable; urgency=low

   * Change address in debian/control as well...

 -- Stefan Schwandter <swan@debian.org>  Wed, 4 Sep 2002 09:58:54 +0200

jack-audio-connection-kit (0.34.0-4) unstable; urgency=low

   * New maintainer email address
   * Applied patch by Junichi Uekawa to remove the unconditional error from
     cycles.h to hopefully enable build on more architectures
     (closes: #148699).

 -- Stefan Schwandter <swan@debian.org>  Wed, 4 Sep 2002 09:29:14 +0200

jack-audio-connection-kit (0.34.0-3) unstable; urgency=low

   * Small manpage updates
   * Added ALSA-related URLs to debian/asound.rc
   * Renamed libjack0 to libjack0.34.0-0 and relaxed shlibs dependency
     (closes: #149687)
   * Removed jack_alsa from shlibs file
   * Fixed FAQ line-length
   * Removed autogen.sh from the diff.gz
   * debian/rules
     - Avoid stripping of the jackd binary if DEB_BUILD_OPTIONS=nostrip is set
     - Made configure a phony target again
     - Added faq target to fetch the FAQ from the website
   * libjack0.34.0-dev: added dependency on pkg-config (closes: #150089)
   * Removed some of the less useful example clients, upstream will do the
     same in the next release, build-dep on libfltk could be dropped

 -- Stefan Schwandter <e9925373@student.tuwien.ac.at>  Mon, 1 Jul 2002 20:06:27 +0200

jack-audio-connection-kit (0.34.0-2) unstable; urgency=low

   * Added more documentation (first step to address #148933)
     - added manpages
     - added w3m -dump'ed version of the FAQ from the website
     - added example .asoundrc
     - remove rather pointless upstream README
   * Applied patch by Junichi Uekawa to enable build on ppc
   * Removed maintainer-only rules from debian/rules

 -- Stefan Schwandter <e9925373@student.tuwien.ac.at>  Wed, 5 Jun 2002 10:04:01 +0200

jack-audio-connection-kit (0.34.0-1) unstable; urgency=low

   * Repackaged from scratch. Thanks to Junichi Uekawa for his previous
     work on jack packaging and for useful hints how to get my package into a
     releasable state! (closes: #141450)
   * New upstream release

 -- Stefan Schwandter <e9925373@student.tuwien.ac.at>  Fri, 24 May 2002 11:00:24 +0200

jack (0.8.0.cvs) unstable; urgency=low

   * cvs update

 -- Junichi Uekawa <dancer@debian.org>  Tue, 5 Feb 2002 22:12:15 +0900

2001

jack (0.6.0.cvs) unstable; urgency=low

   * CVS Checkout source, packaging it.

 -- Junichi Uekawa <dancer@debian.org>  Sun, 23 Dec 2001 17:19:50 +0900

jack (0.4.7-1) unstable; urgency=low

   * Initial attempt to create a Debian package out of the Sourceforge
     file release.

 -- Junichi Uekawa <dancer@debian.org>  Sun, 23 Dec 2001 17:13:22 +0900