(2) options.mk: - Add truely experimental fix for NetBSD/i386 5.* X11_TYPE=native. - This is purely experimental. This is prepared to show what is the problem on this package with NetBSD 5.x PLIST problem. - I hope some introduce more apropriate code ( on options.mk) (3) patches/patch-src_modules_module-hal-detect.c is deleted, as it is included in (recovered) patch-aa as in audio/pulseaudio (4) patch-aa and patch-dc are recovered as with audio/pulseaudio.
8 lines
500 B
Text
8 lines
500 B
Text
PulseAudio is a sound server for POSIX and Win32 systems. A sound server is
|
|
basically a proxy for your sound applications. It allows you to do advanced
|
|
operations on your sound data as it passes between your application and your
|
|
hardware. Things like transferring the audio to a different machine, changing
|
|
the sample format or channel count and mixing several sounds into one are
|
|
easily achieved using a sound server.
|
|
|
|
This is truely experimental version to fix for NetBSD/i386 5.* X11_TYPE=native.
|