notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/jack/distinfo
SVNWeb

Number of commits found: 23

Fri, 10 Feb 2023
[ 10:30 Fernando Apesteguía (fernape) search for other commits by this committer Author: Florian Walpen ]    commit hash:51040855256d176862aa2b8f71c5319cc548036e  commit hash:51040855256d176862aa2b8f71c5319cc548036e  commit hash:51040855256d176862aa2b8f71c5319cc548036e  5104085 
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)
Sun, 17 Apr 2022
[ 20:04 Yuri Victorovich (yuri) search for other commits by this committer Author: Florian Walpen ]    commit hash:7ed9659babf96ffcec63952acae0691315e31020  commit hash:7ed9659babf96ffcec63952acae0691315e31020  commit hash:7ed9659babf96ffcec63952acae0691315e31020  7ed9659 
audio/jack: Update 1.9.20 -> 1.9.21

PR:		263344
Wed, 9 Feb 2022
[ 16:19 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:22c0c4f2a6e599c4530dc47025f9f7153262f381  commit hash:22c0c4f2a6e599c4530dc47025f9f7153262f381  commit hash:22c0c4f2a6e599c4530dc47025f9f7153262f381  22c0c4f 
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>
Wed, 19 Jan 2022
[ 10:44 Hans Petter Selasky (hselasky) search for other commits by this committer ]    commit hash:93344cda77603560b6ba421778d92be03e70800b  commit hash:93344cda77603560b6ba421778d92be03e70800b  commit hash:93344cda77603560b6ba421778d92be03e70800b  93344cd  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 2 Aug 2021
[ 16:03 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:5708ae4005cedc7b84522f84b964092319d853cd  commit hash:5708ae4005cedc7b84522f84b964092319d853cd  commit hash:5708ae4005cedc7b84522f84b964092319d853cd  5708ae4  (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 12 Aug 2017
[ 08:26 riggs search for other commits by this committer ] Original commit   Revision:447818
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
Sat, 6 May 2017
[ 12:58 riggs search for other commits by this committer ] Original commit   Revision:440260 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update to upstream version 0.125.0, add SNDIO option

PR:		218338
Submitted by:	tobik
Mon, 27 Oct 2014
[ 19:31 nox search for other commits by this committer ] Original commit   Revision:371602
- Update to 0.124.1 .
- Add patch to fix handling of signals during read/write operations.

PR:		194545
Submitted by:	hselasky
Sat, 1 Oct 2011
[ 18:36 bapt search for other commits by this committer ] Original commit 
upgrade to 0.121.3
Sun, 18 Sep 2011
[ 21:13 nox search for other commits by this committer ] Original commit 
- 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)
Thu, 16 Dec 2010
[ 17:34 makc search for other commits by this committer ] Original commit 
Add optional support for ALSA, off by default
Remove md5 sum while here

PR:             ports/153187
Approved by:    kwm (with multimedia hat)
Fri, 16 Apr 2010
[ 13:18 wxs search for other commits by this committer ] Original commit 
- Update to 0.118.0

PR:             ports/145487
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net>
Approved by:    multimedia@ (maintainer, via sylvio@)
Mon, 30 Mar 2009
[ 18:21 trasz search for other commits by this committer ] Original commit 
Update to 0.116.2.

Approved by:    maintainer timeout
Tue, 7 Oct 2008
[ 23:46 gahr search for other commits by this committer ] Original commit 
- Update to 0.109.2
Mon, 16 Apr 2007
[ 17:39 ahze search for other commits by this committer ] Original commit 
Update to 0.103.0
Tue, 23 Jan 2007
[ 19:58 mezz search for other commits by this committer ] Original commit 
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>
Wed, 6 Dec 2006
[ 19:10 miwi search for other commits by this committer ] Original commit 
- Update to 0.102.20

PR:             ports/106410
Submitted by:   trasz
Approved by:    Multimedia Team (ahze on irc)
Wed, 7 Jun 2006
[ 01:41 edwin search for other commits by this committer ] Original commit 
update to version 0.101.1
Tue, 8 Nov 2005
[ 12:56 arved search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
* Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
Wed, 26 Oct 2005
[ 12:02 mnag search for other commits by this committer ] Original commit 
Update to 0.100.0

PR:             87239
Submitted by:   James mcNaughton <bitbucket63-it@yahoo.com>
Wed, 13 Oct 2004
[ 11:52 arved search for other commits by this committer ] Original commit 
Update to 0.99

PR:             72555
Submitted by:   Michael Johnson <ahze@ahze.net>
Tue, 1 Jun 2004
[ 09:23 arved search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Tue, 9 Mar 2004
[ 20:27 arved search for other commits by this committer ] Original commit 
Add JACK an audio server

Requested by:   epilogue@allstream.net

Number of commits found: 23