Subject: CVS commit: pkgsrc/audio/alure
From: Maya Rashish
Date: 2018-09-21 15:24:34
Message id: 20180921132434.75002FBEE@cvs.NetBSD.org

Log Message:
Add alure 1.2

ALURE is a utility library to help manage common tasks with OpenAL
applications. This includes device enumeration and initialization, file
loading, and streaming.

The purpose of this library is to provide pre-made functionality that would
otherwise be repetitive or difficult to (re)code for various projects and
platforms, such as loading a sound file into an OpenAL buffer and streaming an
audio file through a buffer queue. Support for different formats is consistant
across platforms, so no special checks are needed when loading files, and all
formats are handled through the same API.

Packaged by Bastian Germann in PR pkg/53613.

Files:
RevisionActionfile
1.1addpkgsrc/audio/alure/DESCR
1.1addpkgsrc/audio/alure/Makefile
1.1addpkgsrc/audio/alure/PLIST
1.1addpkgsrc/audio/alure/buildlink3.mk
1.1addpkgsrc/audio/alure/distinfo
1.1addpkgsrc/audio/alure/options.mk
1.1addpkgsrc/audio/alure/patches/patch-CMakeLists.txt
1.1addpkgsrc/audio/alure/patches/patch-src_codec__fluidsynth.cpp