diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-10 11:03:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-10 11:03:58 +0700 |
commit | 57ab0c85a9a96d7f39ba9a680e50dd869afa2ec3 (patch) | |
tree | 28878fc59264883759f0c3bf3401ec22c8db6428 /libraries/alure/README | |
parent | 800d17b8737b4acdf7d9cae1ec8d402aa9e1e7ad (diff) | |
download | slackbuilds-57ab0c85a9a96d7f39ba9a680e50dd869afa2ec3.tar.gz |
libraries/alure: Added (library to manage tasks with OpenAL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/alure/README')
-rw-r--r-- | libraries/alure/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/alure/README b/libraries/alure/README new file mode 100644 index 0000000000..e458d1634e --- /dev/null +++ b/libraries/alure/README @@ -0,0 +1,6 @@ +ALURE is a utility library to help manage common tasks with OpenAL applications. +This includes device enumeration and initialization, file loading, and streaming. +As of version 1.1, it is X11/MIT licensed, allowing it to be used in open- and +closed-source programs, freeware or commercial. + +Optional dependencies: fluidsynth and libmodplug |