OpenBSD CVS

CVS log for ports/audio/jack/distinfo


[BACK] Up to [local] / ports / audio / jack

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 13 19:22:34 2016 UTC (7 years, 6 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, HEAD
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

Update to jack-0.125.0

From David Carlier, input and ok danj@ on a previous version.

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 5 19:45:19 2015 UTC (9 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

update to JACK 0.124.1, from Eric Lalonde.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 18 03:12:42 2015 UTC (9 years, 4 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.5: +0 -3 lines
Diff to previous 1.5 (unified)

Drop remaining MD5/RMD160/SHA1 checksums.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 24 08:03:52 2012 UTC (12 years, 4 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (unified)

Update to jack-0.121.3.

README changes from rathov@
tweaks and ok shadchin@

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 11 10:51:45 2009 UTC (15 years, 4 months ago) by jakemsr
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (unified)

- update to 0.116.1, mostly stability/reliability fixes
- add sndio backend

playback under aucat server is pretty solid.  for full-duplex,
starting aucat with 'aucat -l -b 2048' and jackd with just
'jackd -d sndio' seems to work best for me.  we want low latency
anyway, right ;)

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 28 05:49:30 2008 UTC (15 years, 11 months ago) by jakemsr
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (unified)

maintainence update, plus
- fix build on alpha by not comparing a va_list to NULL.  problem
  noticed and fix tested by merdely@.
- fix possible 100% cpu usage in full-duplex mode
- fix net client/server
- add @bin markers to PLIST

Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 22 09:34:58 2008 UTC (16 years, 1 month ago) by jakemsr
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (unified)


update to 0.111.2.1169

- don't bother trying to fix compiler optimization flag tests.  they're
badly broken/linux spcific, and we don't use them anyway.
- the net source client became a "real" client (executable), instead of
an "in process" client (plugin)
- previous sun_driver patches accepted upstream, plus:
* fix cycle timing in duplex mode by moving calculations and function
calls out of the poll() synchronization loop
* shorten xrun and silence writing/reading messages
* remove unused variables
* attempt to stop continuous playback underruns in duplex mode that are
caused by the capture buffer overrunning
* try harder to make sure we have pristine buffers after
sun_driver_start()
* use native endian audio encodings
* report a delay when poll() times out, instead of effectively running
a null cycle


now jack works on my r10k sgi :)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 24 03:01:28 2008 UTC (16 years, 2 months ago) by jakemsr
Branch: jakemsr-20080322
CVS Tags: jakemsr
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)


import jack (jack-audio-connection-kit)

JACK is a low-latency audio server, written for POSIX conformant
operating systems. It can connect a number of different applications to
an audio device, as well as allowing them to share audio between
themselves. Its clients can run in their own processes (ie. as normal
applications), or can they can run within the JACK server (ie. as a
"plugin").

JACK was designed from the ground up for professional audio work, and
its design focuses on two key areas: synchronous execution of all
clients, and low latency operation.

ok kili@


Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 24 03:01:28 2008 UTC (16 years, 2 months ago) by jakemsr
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.