Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2009 18:32:11 +0100 (CET)
From:      Marcus von Appen <mva@sysfault.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/131260: [NEW PORT] audio/openal-soft: A software implementation of the OpenAL specification
Message-ID:  <200902011732.n11HWBIS047319@medusa.sysfault.org>
Resent-Message-ID: <200902011740.n11He5BK044900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131260
>Category:       ports
>Synopsis:       [NEW PORT] audio/openal-soft: A software implementation of the OpenAL specification
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 01 17:40:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 7.1-STABLE FreeBSD 7.1-STABLE #5: Tue Jan  6 10:31:53 CET
>Description:
OpenAL Soft is a software implementation of the OpenAL 3D audio API and an
alternative to the somewhat outdated reference implementation.
As stated on the website, 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. More advanced
effects, including air absorption, low-pass filters, and reverb, are
available through the EFX extension. It also facilitates streaming audio,
multi-channel buffers, and audio capture.

WWW:	http://kcat.strangesoft.net/openal.html

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- openal-soft-1.6.372.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	openal-soft
#	openal-soft/pkg-descr
#	openal-soft/Makefile
#	openal-soft/pkg-plist
#	openal-soft/distinfo
#	openal-soft/files
#	openal-soft/files/patch-CMakeLists.txt
#
echo c - openal-soft
mkdir -p openal-soft > /dev/null 2>&1
echo x - openal-soft/pkg-descr
sed 's/^X//' >openal-soft/pkg-descr << 'eee93c2736a394e14e1e020e2260b1bc'
XOpenAL Soft is a software implementation of the OpenAL 3D audio API and an
Xalternative to the somewhat outdated reference implementation.
XAs stated on the website, OpenAL provides capabilities for playing audio in a
Xvirtual 3d environment. Distance attenuation, doppler shift, and directional
Xsound emitters are among the features handled by the API. More advanced
Xeffects, including air absorption, low-pass filters, and reverb, are
Xavailable through the EFX extension. It also facilitates streaming audio,
Xmulti-channel buffers, and audio capture.
X
XWWW:	http://kcat.strangesoft.net/openal.html
eee93c2736a394e14e1e020e2260b1bc
echo x - openal-soft/Makefile
sed 's/^X//' >openal-soft/Makefile << 'd072a77458189396a765ae30d82ebaa5'
X# New ports collection makefile for:	openal-soft
X# Date created:		2009-02-01
X# Whom:			Marcus von Appen <mva@sysfault.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	openal-soft
XPORTVERSION=	1.6.372
XCATEGORIES=	audio
XMASTER_SITES=	http://kcat.strangesoft.net/openal-releases/
X
XMAINTAINER=	mva@sysfault.org
XCOMMENT=	A software implementation of the OpenAL specification
X
XCONFLICTS=	openal-200[0-9]*
X
XUSE_BZIP2=	yes
XUSE_CMAKE=	yes
XUSE_LDCONFIG=	yes
XCMAKE_USE_PTHREAD=	yes
XCMAKE_ARGS=	-DALSA:BOOL=OFF
X
X.include <bsd.port.mk>
d072a77458189396a765ae30d82ebaa5
echo x - openal-soft/pkg-plist
sed 's/^X//' >openal-soft/pkg-plist << '8cfb2e7426d85c593ad40c07f2c5dc29'
Xbin/openal-info
Xinclude/AL/al.h
Xinclude/AL/alc.h
Xinclude/AL/alext.h
Xlib/libopenal.so.1.6.372
Xlib/libopenal.so.1
Xlib/libopenal.so
Xlibdata/pkgconfig/openal.pc
X@dirrm include/AL
8cfb2e7426d85c593ad40c07f2c5dc29
echo x - openal-soft/distinfo
sed 's/^X//' >openal-soft/distinfo << '6ebdb0043b08e76d20b35497cb7b7870'
XMD5 (openal-soft-1.6.372.tar.bz2) = 8dc255ba24859953335a0402a644c4ca
XSHA256 (openal-soft-1.6.372.tar.bz2) = f69b2ee7768b8b7eff324d9bc6044c903ab40ddc294c4d37d4ccb092adc7c8b8
XSIZE (openal-soft-1.6.372.tar.bz2) = 77568
6ebdb0043b08e76d20b35497cb7b7870
echo c - openal-soft/files
mkdir -p openal-soft/files > /dev/null 2>&1
echo x - openal-soft/files/patch-CMakeLists.txt
sed 's/^X//' >openal-soft/files/patch-CMakeLists.txt << '5873601451e9c97e3da9a03d927c31ff'
X--- CMakeLists.txt.orig	2008-11-21 17:57:01.000000000 +0100
X+++ CMakeLists.txt	2009-02-01 17:28:27.000000000 +0100
X@@ -371,7 +371,7 @@
X         DESTINATION include/AL
X )
X INSTALL(FILES "${OpenAL_BINARY_DIR}/admin/pkgconfig/openal.pc"
X-        DESTINATION lib/pkgconfig)
X+        DESTINATION libdata/pkgconfig)
X 
X IF(EXAMPLES)
X     ADD_EXECUTABLE(openal-info examples/openal-info.c)
5873601451e9c97e3da9a03d927c31ff
exit
--- openal-soft-1.6.372.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902011732.n11HWBIS047319>