Package: nas / 1.9.4-5

Metadata

Package Version Patches format
nas 1.9.4-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
multiarch AuErrorDB.patch | (download)

lib/audio/Imakefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 install auerrordb to /usr/share/libaudio2 and update code to look there.

snprintf.m4 | (download)

config/acinclude.m4 | 65 65 + 0 - 0 !
1 file changed, 65 insertions(+)

 include missing m4 macro
 Running autoreconf fails because the AC_FUNC_SNPRINTF macro isn't part
 of autoconf upstream, but rather was pulled in from an external resource
 (e.g., http://ac-archive.sourceforge.net/ac-archive/ac_func_snprintf.html).
 Include it in the tree so that autoreconf works correctly.

Build the voxware server on Hurd.patch | (download)

server/Imakefile | 4 2 + 2 - 0 !
server/dia/auservertype.h | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 [patch] build the voxware server on hurd

While Hurd has no audio yet, at least this brings nas on Hurd on par
with what is done currently on Linux and *BSD.