Bug 131260 - [NEW PORT] audio/openal-soft: A software implementation of the OpenAL specification
Summary: [NEW PORT] audio/openal-soft: A software implementation of the OpenAL specifi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 17:40 UTC by Marcus von Appen
Modified: 2009-02-02 09:40 UTC (History)
0 users

See Also:


Attachments
openal-soft-1.6.372.shar (3.15 KB, text/plain)
2009-02-01 17:40 UTC, Marcus von Appen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!