From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 1 17:40:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24C801065670 for ; Sun, 1 Feb 2009 17:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF71D8FC0C for ; Sun, 1 Feb 2009 17:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n11He5Gf044901 for ; Sun, 1 Feb 2009 17:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n11He5BK044900; Sun, 1 Feb 2009 17:40:05 GMT (envelope-from gnats) Resent-Date: Sun, 1 Feb 2009 17:40:05 GMT Resent-Message-Id: <200902011740.n11He5BK044900@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus von Appen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC5291065674 for ; Sun, 1 Feb 2009 17:32:13 +0000 (UTC) (envelope-from mail@sysfault.org) Received: from smtprelay08.ispgateway.de (smtprelay08.ispgateway.de [80.67.29.8]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4E18FC18 for ; Sun, 1 Feb 2009 17:32:13 +0000 (UTC) (envelope-from mail@sysfault.org) Received: from [89.182.211.128] (helo=medusa.sysfault.org) by smtprelay08.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LTgB1-0006Mw-S4 for FreeBSD-gnats-submit@freebsd.org; Sun, 01 Feb 2009 18:32:12 +0100 Received: from localhost ([127.0.0.1] helo=medusa.sysfault.org) by medusa.sysfault.org with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LTgB1-000CJE-Bn for FreeBSD-gnats-submit@freebsd.org; Sun, 01 Feb 2009 18:32:12 +0100 Received: (from marcus@localhost) by medusa.sysfault.org (8.14.3/8.14.3/Submit) id n11HWBIS047319; Sun, 1 Feb 2009 18:32:11 +0100 (CET) (envelope-from marcus) Message-Id: <200902011732.n11HWBIS047319@medusa.sysfault.org> Date: Sun, 1 Feb 2009 18:32:11 +0100 (CET) From: Marcus von Appen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/131260: [NEW PORT] audio/openal-soft: A software implementation of the OpenAL specification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 17:40:06 -0000 >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 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 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: