Path to this page:
./
audio/jack,
Low-latency audio server
Branch: CURRENT,
Version: 1.9.21nb3,
Package name: jack-1.9.21nb3,
Maintainer: niaJACK (JACK Audio Connection Kit) provides a basic infrastructure for audio
applications to communicate with each other and with audio hardware. Through
JACK, users are enabled to build powerful systems for signal processing and
music production.
JACK2 aka jackdmp is a C++ version of the JACK low-latency audio server for
multi-processor machines.
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.3 2021/09/08 19:19:19 nia Exp $
To start JACK on NetBSD:
$ jackd -Sr -d sun
If you have an external USB mic:
$ jackd -Sr -d sun -P /dev/audio -C /dev/audio1 -i 1
===========================================================================
Required to run:[
databases/db4] [
audio/libsamplerate]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 982.575 KB
Version history: (Expand)
- (2023-08-14) Updated to version: jack-1.9.21nb3
- (2023-05-06) Updated to version: jack-1.9.21nb2
- (2023-01-08) Updated to version: jack-1.9.21nb1
- (2023-01-08) Updated to version: jack-1.9.21
- (2022-09-11) Updated to version: jack-1.9.19nb6
- (2022-06-30) Updated to version: jack-1.9.19nb5
CVS history: (Expand)
2023-11-23 17:30:30 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
jack: Python 3.12 is not supported yet
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687) |
Log message:
*: Recursive revbump from audio/libopus 1.4
|
2023-01-08 07:19:55 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) |
Log message:
jack: Fix removing of examples tools and manpages
pkgsrc changes:
---------------
* The main part of binaries provided by this package are example tools.
The 1.9.21 seems to be the last release where these tools are included
in this the repository of jack. There is now a dedicated repository for
these tools: https://github.com/jackaudio/jack-example-tools.
We should plan to add audio/jack-example-tools to package this tools in
a near future.
* The man pages are surprisingly conditioned by the --example-tools
option.
* Bump revision.
|
2023-01-07 22:20:19 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (13) |
Log message:
jack: Update to 1.9.21
upstream changes:
-----------------
1.9.21 Latest
=============
o Add shell mode to jack_control (executes commands from stdin until EOF)
o The waf autooption --example-tools introduced in 1.9.20 is now off by
default,
o To get the previous behavior back pass --example-tools during build.
o This flag (and the related tools and their code) are going to be removed in
the next release.
o Fix alignas() on non-packed architectures
o Fix build of jack-example-tools man pages (1.9.20 regression)
o Fix compatibility with macOS 12
o Fix missing symbols from jack client library (error and info callback
pointers)
o Fix potential memory corruption in midi_latency_test tool
o Fix JackWeakAPI on Windows
o Use predefined variables in pkg-config file (required for mingw)
External changes, related to macOS/Windows installer:
o Fix application style in QJackCtl (qwindowsvistastyle.dll was missing)
o Update QjackCtl used in macOS/Windows installers to 0.9.7
1.9.20
======
o Add waf autooption --example-tools to allow optional build of executables,
libraries and man pages provided by jack-example-tools (the files are built
by default).
o Building and installing the additional files can be disabled by using
--example-tools=no or --no-example-tools.
o Fix 32-bit support in ALSA driver
o Fix incomplete ASIO support on Windows
o Fix metadata usage with multiple users
o Fix netsource tool missing on Windows
o Fix semaphore usage on macOS
o Official FreeBSD support
External changes, related to macOS/Windows installer:
o Update Qt5 used in macOS/Windows installers to 5.12.12
o Update QjackCtl used in macOS/Windows installers to 0.9.6
|
2023-01-07 20:04:34 by Thomas Klausner | Files touched by this commit (3) |
Log message:
jack: fix build on NetBSD with binutils 2.39
Clean some pkglint while here
|
2022-12-16 08:36:41 by Thomas Klausner | Files touched by this commit (3) |
Log message:
jack: fix build with Python 3.11
|
2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670) |
Log message:
*: bump PKGREVISION for flac shlib bump
|