2008-07-31 05:58:06 by Blair Sadewitz | Files touched by this commit (44) | |
Log message:
Move audio/jack-devel to audio/jack: jack 0.100.0 was broken on many
platforms and a hideous anachronism. On NetBSD-current/i386 and amd64,
at least, I can say that this package works very well. If you have issues
with the audio skipping and are running NetBSD 4.99.x, try updating to
rev. 1.241 of sys/dev/audio.c; the changes to audio_poll() and the pause
attribute handling (in large part thanks to help from jakemsr@openbsd.org)
are important for proper functioning of jack (though you may find it
works regardless, depending upon your audio driver, how demanding your
"workload" is, etc.). I will submit a pullup request for this change
for NetBSD 4 as well.
JACK now supports both our native audio API and OSS--I recommend
trying both.
|
2008-06-21 22:37:40 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
Add libsamplerate to buildlink3.mk. Fixes build of qjackctl.
|
2008-05-07 14:15:02 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
Add note about workaround for loader's mmap of driver modules failing
on NetBSD-current.
|
2008-05-04 03:02:07 by Blair Sadewitz | Files touched by this commit (7) |
Log message:
Update to jack-0.111.5. Mostly improvements to the jack_net client.
Also, some code cleanup/improvements to the sun driver; with a fix to
audio.c that I'm hopefully going to commit very soon, the sun driver works
quite well.
|
2008-04-25 13:16:25 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
Remove vestigial PLIST_SUBST from makefile; it uses PLIST_VARS now.
|
2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
|
2008-04-08 03:44:47 by Blair Sadewitz | Files touched by this commit (17) |
Log message:
Update this package to 0.110.0, refactoring most of the patches.
There are still some bugs lurking, but on NetBSD/amd64 4.99.48
with azalia(4), both the sun and OSS drivers work fairly well!
Try it out with audio/moc-devel.
Please let me know if you encounter any problems.
Currently, I manually create the distfile with the dist-bzip2 target
in my local sources. I plan on hosting a repository of these sources
somewhere with a NetBSD/pkgsrc branch soon.
|
2008-03-17 03:33:17 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
Remove header from original template file.
|
2008-03-17 03:32:43 by Blair Sadewitz | Files touched by this commit (1) |
Log message:
Oops, add ${FILESDIR} and its contents.
|
2008-03-17 03:31:10 by Blair Sadewitz | Files touched by this commit (8) |
Log message:
NetBSD _should_ use the barrier thread if available.
Note: This may screw up the OSS driver, but if you're using NetBSD,
I recommend using the native sun audio driver. ;)
Some type fixes. Autoconf glue and functions to use netbsd atomic ops.
Conversion to pollts() for better accuracy. Bump rev.
|