pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/53613 CVS commit: pkgsrc/audio/alure
The following reply was made to PR pkg/53613; it has been noted by GNATS.
From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/53613 CVS commit: pkgsrc/audio/alure
Date: Fri, 21 Sep 2018 13:24:34 +0000
Module Name: pkgsrc
Committed By: maya
Date: Fri Sep 21 13:24:34 UTC 2018
Added Files:
pkgsrc/audio/alure: DESCR Makefile PLIST buildlink3.mk distinfo
options.mk
pkgsrc/audio/alure/patches: patch-CMakeLists.txt
patch-src_codec__fluidsynth.cpp
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/alure/DESCR pkgsrc/audio/alure/Makefile \
pkgsrc/audio/alure/PLIST pkgsrc/audio/alure/buildlink3.mk \
pkgsrc/audio/alure/distinfo pkgsrc/audio/alure/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/alure/patches/patch-CMakeLists.txt \
pkgsrc/audio/alure/patches/patch-src_codec__fluidsynth.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index