aboutsummaryrefslogtreecommitdiffstats
path: root/audio/openal
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 20031116krion2003-11-172-2/+3
| | | | | | | | | | | | | | | | | | * src/al_debug.c: Fix an implicit declaration: the man page on linux says that vsnprintf() is a GNU extension, so #define _GNU_SOURCE * src/arch/sdl/sdl.c: #include <string.h> to avoid implicit declaration of memcpy()/memset() * audioconvert/ac_freq.c For the first sample in a chunk to be resampled*2, use dampened extrapolation instead of interpolation to somewhat reduce 'clicking'. * Michel Danzer's big endian patch * audioconvert/ac_freq.c Added Adam Moss's patch to improve fidelity of low-sampled sounds in higher sampling-rate environments. PR: 59340 Submitted by: maintainer
* portlint (whitespace cleanup)kris2003-10-271-1/+1
|
* pthread fix for audio/openal on -currentedwin2003-10-041-0/+4
| | | | | | | | -pthread doesn't work anymore, this fixes up configure so audio/openal builds. PR: ports/57282 Submitted by: Erik Greenwald <erik@smluc.org>
* Utilize INFO.kris2003-08-162-4/+3
|
* update audio/openal: 20030524 -> 20030724daichi2003-07-272-3/+3
| | | | | PR: 54893 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Update to 20030524erwin2003-06-072-5/+4
| | | | | | | | fixes to queueing, source stuff, vector stuff, doppler stuff, ... PR: 52647 Submitted by: maintainer Approved by: edwin (mentor)
* Port installs a shared lib.edwin2003-03-311-0/+1
| | | | Informed maintainer.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 20030125.petef2003-01-302-3/+3
| | | | | PR: 47497 Submitted by: maintainer
* Update to 20021215fbsd.petef2003-01-032-5/+6
| | | | | PR: 46282 Submitted by: maintainer
* http://smluc.org/~erik/ doesn't contain distribution files anymore.edwin2002-12-261-1/+0
| | | | Noticed on: portsruvey
* Set MAINTAINER back to the submitter. He is now reachable again.knu2002-12-181-1/+1
| | | | Submitted by: Erik Greenwald <erik@smluc.org>
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-181-2/+1
|
* Update to 20020712: numerous improvements and bugfixes.naddy2002-07-212-2/+2
| | | | | PR: 40776 Submitted by: Erik Greenwald <erik@smluc.org>
* Update to latest versiondwcjr2002-04-015-147/+10
| | | | | PR: 36596 Submitted by: maintainer
* - Update to 20020217pat2002-02-219-107/+136
| | | | | | | - Pass the maintainership wand to submitter PR: 35162 Submitted by: Erik Greenwald <erik@smluc.org>
* Style: use tabs, not spaces, to indent variables in Makefiles.olgeni2001-02-051-1/+1
| | | | (whitespace only changes)
* Master site was reorganized. Update the port accordingly.trevor2001-01-101-1/+1
| | | | | PR: 24090 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Add USE_GMAKEade2000-10-184-11/+79
| | | | | | | | | | | Remove redundant GNU_CONFIGURE Install info file Support install macros perl -> PERL Fix version number of sharedlib PR: 22054 Submitted by: Ports Fury
* New port openal, a 3D sound library.tg2000-09-268-0/+96