Bug 131260

Summary: [NEW PORT] audio/openal-soft: A software implementation of the OpenAL specification
Product: Ports & Packages Reporter: Marcus von Appen <mva>
Component: Individual Port(s)Assignee: Beech Rintoul <beech>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
openal-soft-1.6.372.shar none

Description Marcus von Appen freebsd_committer freebsd_triage 2009-02-01 17:40:05 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-01 17:40:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-02 09:31:58 UTC
beech       2009-02-02 09:31:47 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/openal-soft    Makefile distinfo pkg-descr pkg-plist 
    audio/openal-soft/files patch-CMakeLists.txt 
  Log:
  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
  
  PR:             ports/131260
  Submitted by:   Marcus von Appen <mva at sysfault.org>
  
  Revision  Changes    Path
  1.1015    +1 -0      ports/audio/Makefile
  1.1       +24 -0     ports/audio/openal-soft/Makefile (new)
  1.1       +3 -0      ports/audio/openal-soft/distinfo (new)
  1.1       +11 -0     ports/audio/openal-soft/files/patch-CMakeLists.txt (new)
  1.1       +10 -0     ports/audio/openal-soft/pkg-descr (new)
  1.1       +9 -0      ports/audio/openal-soft/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2009-02-02 09:32:14 UTC
State Changed
From-To: open->closed

Committed, Thanks!