pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/openal-soft
Module Name: pkgsrc
Committed By: nia
Date: Mon Jul 1 12:42:58 UTC 2019
Modified Files:
pkgsrc/audio/openal-soft: DESCR Makefile
Log Message:
openal-soft: Update COMMENT and DESCR.
This isn't really an 'alternative' any more, it's the implementation
preferred by most vendors.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/openal-soft/DESCR
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/openal-soft/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/openal-soft/DESCR
diff -u pkgsrc/audio/openal-soft/DESCR:1.1 pkgsrc/audio/openal-soft/DESCR:1.2
--- pkgsrc/audio/openal-soft/DESCR:1.1 Mon Feb 8 01:53:48 2016
+++ pkgsrc/audio/openal-soft/DESCR Mon Jul 1 12:42:57 2019
@@ -1 +1,6 @@
-Alternative OpenAL audio library.
+OpenAL Soft is an LGPL-licensed, cross-platform, software implementation
+of the OpenAL 3D audio API.
+
+OpenAL provides capabilities for playing audio in a virtual 3D environment.
+Distance attenuation, doppler shift, and directional sound emitters are
+among the features handled by the API.
Index: pkgsrc/audio/openal-soft/Makefile
diff -u pkgsrc/audio/openal-soft/Makefile:1.8 pkgsrc/audio/openal-soft/Makefile:1.9
--- pkgsrc/audio/openal-soft/Makefile:1.8 Mon Mar 25 14:20:37 2019
+++ pkgsrc/audio/openal-soft/Makefile Mon Jul 1 12:42:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/03/25 14:20:37 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/01 12:42:57 nia Exp $
DISTNAME= openal-soft-1.19.1
CATEGORIES= audio
@@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://kcat.strangesoft.net/openal.html
-COMMENT= Alternative OpenAL implementation
+COMMENT= Software implementation of the OpenAL 3D audio API
LICENSE= gnu-lgpl-v2
USE_CMAKE= yes
Home |
Main Index |
Thread Index |
Old Index