Browse Source
audio/sndio: Use correct UID, fix 32-bit build.
audio/sndio: Use correct UID, fix 32-bit build.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>pull/299/head
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 41 additions and 25 deletions
@ -1,8 +1,13 @@ |
|||
Sndio is a small audio and MIDI framework part of the OpenBSD project |
|||
and ported to FreeBSD, Linux and NetBSD. It provides a lightweight audio |
|||
& MIDI server and a fully documented user-space API to access either the |
|||
server or the hardware directly in a uniform way. Sndio is designed to |
|||
work for desktop applications, but pays special attention to |
|||
synchronization mechanisms and reliability required by music |
|||
applications. Reliability through simplicity are part of the project |
|||
goals. |
|||
Sndio is a small audio and MIDI framework, part of the OpenBSD |
|||
project, and ported to FreeBSD, Linux and NetBSD. It provides a |
|||
lightweight audio & MIDI server and a fully documented user-space API |
|||
to access either the server or the hardware directly in a uniform |
|||
way. Sndio is designed to work for desktop applications, but pays |
|||
special attention to synchronization mechanisms and reliability |
|||
required by music applications. Reliability through simplicity are |
|||
part of the project goals. |
|||
|
|||
Before running the SlackBuild script, you must create a sndiod user: |
|||
|
|||
# mkdir -p /var/run/sndiod |
|||
# useradd -u 389 -g audio -d /var/run/sndiod sndiod |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue