pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/openal-soft openal-soft: Update COMMENT and DESCR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a2fea599f60
branches:  trunk
changeset: 397627:0a2fea599f60
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 01 12:42:57 2019 +0000

description:
openal-soft: Update COMMENT and DESCR.

This isn't really an 'alternative' any more, it's the implementation
preferred by most vendors.

diffstat:

 audio/openal-soft/DESCR    |  7 ++++++-
 audio/openal-soft/Makefile |  4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r ce9b685c6148 -r 0a2fea599f60 audio/openal-soft/DESCR
--- a/audio/openal-soft/DESCR   Mon Jul 01 12:42:24 2019 +0000
+++ b/audio/openal-soft/DESCR   Mon Jul 01 12:42:57 2019 +0000
@@ -1,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.
diff -r ce9b685c6148 -r 0a2fea599f60 audio/openal-soft/Makefile
--- a/audio/openal-soft/Makefile        Mon Jul 01 12:42:24 2019 +0000
+++ b/audio/openal-soft/Makefile        Mon Jul 01 12:42:57 2019 +0000
@@ -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 @@
 
 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