aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.13.0Marcus von Appen2011-04-034-12/+12
| | | | Notes: svn path=/head/; revision=272140
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fix typo.Marcus von Appen2010-09-211-1/+1
| | | | Notes: svn path=/head/; revision=261517
* - Install configuration file and make proper use of itMarcus von Appen2010-09-202-1/+11
| | | | | | | | PR: ports/150744 Submitted by: <swell.k@gmail.com> Notes: svn path=/head/; revision=261507
* - Remove superfluous -lrt linkage.Marcus von Appen2010-09-201-0/+11
| | | | | | | | PR: ports/150717 Submitted by: <swell.k@gmail.com> Notes: svn path=/head/; revision=261469
* - Update to 1.12.854.Marcus von Appen2010-04-013-5/+6
| | | | Notes: svn path=/head/; revision=251976
* - Update to 1.11.753.Marcus von Appen2010-01-214-12/+12
| | | | | | | Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248283
* - Update to 1.10.622Marcus von Appen2009-12-253-5/+5
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=246590
* Fix build for pulseaudio and previously installed openal versionsMarcus von Appen2009-10-031-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=242405
* Update to 1.9.563Marcus von Appen2009-09-293-5/+5
| | | | | | | | Approved by: miwi (mentor) Feature safe: yes Notes: svn path=/head/; revision=242237
* Update to 1.8.466Marcus von Appen2009-07-053-7/+19
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=237187
* Fixed plist entries for audio/openal and audio/openal-soft (if ↵Marcus von Appen2009-05-041-1/+1
| | | | | | | | | audio/freealut is still around). Approved by: miwi (mentor) Notes: svn path=/head/; revision=233224
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897
* Update to 1.7.411.Marcus von Appen2009-03-184-10/+11
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=230376
* Updated my mail address to use @FreeBSD.org now.Marcus von Appen2009-02-191-1/+1
| | | | | | | Approved by: miwi (co-mentor), beech (mentor) Notes: svn path=/head/; revision=228687
* OpenAL Soft is a software implementation of the OpenAL 3D audio API and anBeech Rintoul2009-02-025-0/+57
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> Notes: svn path=/head/; revision=227437