non port: audio/jack/distinfo |
Number of commits found: 23 |
Friday, 10 Feb 2023
|
10:30 Fernando Apesteguía (fernape) Author: Florian Walpen
audio/jack: Update to 1.9.22 release.
ChangeLog: https://github.com/jackaudio/jack2/releases/tag/v1.9.22
* The waf autooption --example-tools has been removed.
* The example clients and tools are no longer part of the jack2 project.
* Drop dependencies that were only used for example clients and tools
(readline, sndfile and zita libs)
* Fix build with python3.11+
* Fix compatibility with macOS 12+
* Fix ringbuffer thread safety on ARM
PR: 269413
Reported by: dev@submerge.ch (maintainer)
5104085 |
Sunday, 17 Apr 2022
|
20:04 Yuri Victorovich (yuri) Author: Florian Walpen
audio/jack: Update 1.9.20 -> 1.9.21
PR: 263344
7ed9659 |
Wednesday, 9 Feb 2022
|
16:19 Mikael Urankar (mikael)
audio/jack: Fix alignas() on non-packed architectures
Unbreak the build with Clang on architectures where JACK uses non-packed
data structures, like arm64 or powerpc. The alignment errors are exposed
there because:
* The non-packed data structures require 8 byte alignment.
* alignas() is not allowed to weaken alignment requirements to 4 bytes.
* Clang enforces this according to standard, GCC ignores it.
Use an additional alignas() specifier to let the compiler choose between
minimum alignment (packed) and "natural" alignment (non-packed). This is
both standard c++11 and compatible with older GCC, which does not
propagate alignment requirements of packed substructures properly.
PR: 261508
Submitted by: Florian Walpen <dev@submerge.ch>
22c0c4f |
Wednesday, 19 Jan 2022
|
10:44 Hans Petter Selasky (hselasky)
audio/jack: Update to 1.9.20 release.
The FreeBSD specific changes have been upstreamed, we can fetch the original
sources again. Development of the client examples and tools has been split
from the JACK server, move them to the new port jack-example-tools.
This also includes a fix for missing library symbols, see bug #257696.
Take maintainership of audio/jack and audio/jack-example-tools .
PR: 257696
PR: 261256
Submitted by: Florian Walpen <dev@submerge.ch>
Approved by: pi (implicit)
93344cd |
Monday, 2 Aug 2021
|
16:03 Yuri Victorovich (yuri)
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version)
5708ae4 |
Saturday, 12 Aug 2017
|
08:26 riggs
Enable COOKEDMODE for more versatile soundcard support; use GitHub
Detailed log:
* Add COOKEDMODE option that turns on SNDCTL_DSP_COOKEDMODE.
Without the cooked mode Jack's OSS driver currently fails for some
soundcards (it chooses wrong sample rate). It's better to have
COOKEDMODE=on by default since it often appears broken otherwise.
Professionals probably want COOKEDMODE=off, after they make sure their
soundcard works with jack.
* Switch to github for fetching the sources.
* Include the merged upstream pull request #60 to enable the realtime
mode (-R).
* Add USES=autoreconf (github source doesn't include a configure script)
* Install more manpages.
PR: 220785
Submitted by: yuri@rawbw.com
MFH: 2017Q3
 |
Saturday, 6 May 2017
|
12:58 riggs
Update to upstream version 0.125.0, add SNDIO option
PR: 218338
Submitted by: tobik
 |
Monday, 27 Oct 2014
|
19:31 nox
- Update to 0.124.1 .
- Add patch to fix handling of signals during read/write operations.
PR: 194545
Submitted by: hselasky
 |
Saturday, 1 Oct 2011
|
18:36 bapt
upgrade to 0.121.3
 |
Sunday, 18 Sep 2011
|
21:13 nox
- Update to 0.121.2 .
- Cleanup flags handling and make docs building an OPTION. [1]
- Update WWW.
Submitted by: "b. f." <bf1783@googlemail.com> on -multimedia@ [1]
Approved by: multimedia (kwm, via irc)
 |
Thursday, 16 Dec 2010
|
17:34 makc
Add optional support for ALSA, off by default
Remove md5 sum while here
PR: ports/153187
Approved by: kwm (with multimedia hat)
 |
Friday, 16 Apr 2010
|
13:18 wxs
- Update to 0.118.0
PR: ports/145487
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
Approved by: multimedia@ (maintainer, via sylvio@)
 |
Monday, 30 Mar 2009
|
18:21 trasz
Update to 0.116.2.
Approved by: maintainer timeout
 |
Tuesday, 7 Oct 2008
|
23:46 gahr
- Update to 0.109.2
 |
Monday, 16 Apr 2007
|
17:39 ahze
Update to 0.103.0
 |
Tuesday, 23 Jan 2007
|
19:58 mezz
Update to 0.102.28.20061216, a SVN version. A new port, ghostess, needs this
SVN version.
PR: ports/108114
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
 |
Wednesday, 6 Dec 2006
|
19:10 miwi
- Update to 0.102.20
PR: ports/106410
Submitted by: trasz
Approved by: Multimedia Team (ahze on irc)
 |
Wednesday, 7 Jun 2006
|
01:41 edwin
update to version 0.101.1
 |
Tuesday, 8 Nov 2005
|
12:56 arved
* Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
 |
Wednesday, 26 Oct 2005
|
12:02 mnag
Update to 0.100.0
PR: 87239
Submitted by: James mcNaughton <bitbucket63-it@yahoo.com>
 |
Wednesday, 13 Oct 2004
|
11:52 arved
Update to 0.99
PR: 72555
Submitted by: Michael Johnson <ahze@ahze.net>
 |
Tuesday, 1 Jun 2004
|
09:23 arved
Update to 0.98.1:
- The OSS driver is now part of the distribution
- Many FreeBSD fixes have been integrated
- Depend on doxygen to build Documentation
- Pretend not to maintain this port
 |
Tuesday, 9 Mar 2004
|
20:27 arved
Add JACK an audio server
Requested by: epilogue@allstream.net
 |
Number of commits found: 23 |