aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEMarcus von Appen2014-01-181-0/+2
| | | | Notes: svn path=/head/; revision=340203
* - Enable stage supportMarcus von Appen2013-09-292-3/+2
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=328680
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Fix broken patch from ports/178343, which might lead to broken OSS outputMarcus von Appen2013-06-022-3/+3
| | | | | | | | PR: ports/178895 Submitted by: Green Dog <fiziologus@gmail.com> Notes: svn path=/head/; revision=319704
* - Fix a sound distortion issue for the OSS backendMarcus von Appen2013-05-232-0/+38
| | | | | | | | PR: ports/178343 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Notes: svn path=/head/; revision=318843
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 1.15.1Marcus von Appen2012-12-194-19/+9
| | | | Notes: svn path=/head/; revision=309225
* - Fix OSS device detectionMarcus von Appen2012-10-242-10/+18
| | | | | | | | | | | | - Convert to OptionsNG - Trim Makefile headers PR: ports/173019 Submitted by: Sergei <nbspjr@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=306351
* - Unbreak build, if ffmpeg is installed.Marcus von Appen2012-04-221-1/+1
| | | | | | | | PR: 167177 Submitted by: Kalten <kalten@gmx.at> Notes: svn path=/head/; revision=295238
* - Update to version 1.14Marcus von Appen2012-04-213-4/+6
| | | | Notes: svn path=/head/; revision=295186
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - 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