aboutsummaryrefslogtreecommitdiffstats
path: root/audio/Makefile
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-01-19 04:57:11 +0800
committermva <mva@FreeBSD.org>2013-01-19 04:57:11 +0800
commit593920f175f92e7c6b799c5cd2e8673faf8b1872 (patch)
tree709e0d9bb324ea57c8be0f430f7557b01373dbd9 /audio/Makefile
parent79632ecedce569ff46b3a1f8d29e8a000643dc1f (diff)
downloadfreebsd-ports-gnome-593920f175f92e7c6b799c5cd2e8673faf8b1872.tar.gz
freebsd-ports-gnome-593920f175f92e7c6b799c5cd2e8673faf8b1872.tar.zst
freebsd-ports-gnome-593920f175f92e7c6b799c5cd2e8673faf8b1872.zip
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. 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. Currently ALURE includes a basic .wav and .aif file reader, and can leverage external libraries such as libSndFile (for extended wave formats and several others), VorbisFile (for Ogg Vorbis), FLAC (for FLAC and Ogg FLAC), and others. External libraries can also be dynamically loaded at run-time, or individually disabled outright at compile time. WWW: http://kcat.strangesoft.net/alure.html PR: ports/171674 Submitted by: nemysis <nemysis@gmx.ch>
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 708d60deea5c..502ac9947b2e 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -29,6 +29,7 @@
SUBDIR += alsa-lib
SUBDIR += alsa-plugins
SUBDIR += alsa-utils
+ SUBDIR += alure
SUBDIR += amarok
SUBDIR += amarok-fs
SUBDIR += amarok-kde4