diff options
author | adam <adam@pkgsrc.org> | 2004-11-23 08:50:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-23 08:50:23 +0000 |
commit | 11a9e2278101dffee75ab292f6aa3c73f7ec8201 (patch) | |
tree | aa353c2d964086100793c302e5cfe71678ec3bd8 /audio/nas/distinfo | |
parent | 2ea17ce1c7566d5bb38a6c3d8dfc9e34094689ef (diff) | |
download | pkgsrc-11a9e2278101dffee75ab292f6aa3c73f7ec8201.tar.gz |
Changes 1.7:
- fixed config/Imakefile so 'configure' command would work
under cygwin. Tested clients/server under cygwin.
- corrected a possible race condition in auvoxware that could
cause the server to hang under certain conditions. I do not
know why I haven't seen this problem before, but I could
recreate it easily by killing auplay while playing a long
tune.
If the system restarts syscalls after a signal handler has
run, a situation could arise where the previous timer was
never disabled. This could cause a previous ioctl(DSP_SYNC)
called from setSampleRate() to be constantly interrupted and
restarted, causing an apparent hang.
Now we just turn off the timer as the first thing in
setSampleRate() so DSP_SYNC can actually finish.
We also turn off the timer when openDevice is called, so the
'wait for device to become available' code can work too.
- Patch from Tobias Diedrich that allows mixer init to
fail in the voxware server.
- redid the FAQ in an attempt to make it more useful. I'll
try to keep it up to date.
- updated libtool due to a problem(s) reported by Steve
McIntyre.
Diffstat (limited to 'audio/nas/distinfo')
-rw-r--r-- | audio/nas/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/nas/distinfo b/audio/nas/distinfo index b36ffedd9a7..ca0fe620190 100644 --- a/audio/nas/distinfo +++ b/audio/nas/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2003/10/28 00:49:48 grant Exp $ +$NetBSD: distinfo,v 1.11 2004/11/23 08:50:23 adam Exp $ -SHA1 (nas-1.6.src.tar.gz) = cba0fae4be38cdad9b84e79cbabb8cad2b44bbe0 -Size (nas-1.6.src.tar.gz) = 1099385 bytes +SHA1 (nas-1.7.src.tar.gz) = a41adef84d0bf4c8e02b14d77bec0d284e7c9317 +Size (nas-1.7.src.tar.gz) = 1288569 bytes SHA1 (patch-ab) = 777e5d1e9beaa1a4837a70e7dbc522eb1cb78f9c SHA1 (patch-ac) = 36f8ee0ec494e9d6a7994780c608c7a5fbf2114d -SHA1 (patch-ad) = c8e77228282cdd4de5d9686e88a260e286c6bf80 +SHA1 (patch-ad) = 5918e8188c8400fc7133c3ae4016d99c7c7594fa SHA1 (patch-ae) = f8ec2cb1809937aa7366ab65bee294e8affce543 SHA1 (patch-af) = 3dfd09dad97549c69e44aac042ed971534926cca |