summaryrefslogtreecommitdiff
path: root/audio/openal/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-01-13Fix build with Apple GCC 4.2.1.jperkin1-3/+3
2014-01-10Fix build on Darwin.pho1-0/+51
2013-12-15Fix the build on FreeBSD 9, FreeBSD uses sys/soundcard.h nowadays.asau1-6/+10
2012-04-17Fix build with clang.joerg2-4/+13
2011-09-22Fix build with gcc-4.2. Problem reported and fix tested by joerg.wiz1-4/+10
2011-08-22Fix build and installed header file for gcc-4.5. Bump PKGREVISION.wiz2-0/+70
2009-02-16kill an obsolete line in the installed .pc file, reported bydrochner1-0/+12
Jared D. McNeill per PR pkg/40648, bump PKGREVISION
2007-09-15Ensure that libopenal is built with pthread linkage and users ofjoerg1-1/+12
the config script get it as well. Bump revision.
2007-08-30Include OSS backend on DragonFly. Bump revision.joerg2-0/+26
XXX The configure check is completely bogus.
2007-04-06define _NETBSD_SOURCE for fixing build problem on NetBSD 3.1.obache1-3/+8
XXX: define here. if pass this definision to configure, try to build solaris XXX: backend, raise another build problem.
2007-01-07Not needed any longer.wiz2-86/+0
2007-01-03Update to latest version, 0.0.8. Previous version was date-based (and thuswiz2-105/+26
higher), so reset version dependency in buildlink3.mk to current one. No package affected. Changes: About two years of development, only described in ChangeLog AFAICT.
2006-03-17Fix patch to create directory before installing into it, and make thisjlam1-5/+4
package use INSTALLATION_DIRS.
2005-12-11Add DragonFly.joerg1-1/+19
2004-12-01Changes 20040816:adam3-4/+91
* Improvements toward the stable release
2003-03-17Initial import of openal, version 20030125.jmmv2-0/+113
OpenAL is a 3D positional spatialized sound library analogous to OpenGL: instead of micromanaging each aspect of sound playback and effect, the application writer may limit himself to placing sounds in the scene and letting the native OpenAL implementation determine the correct amount of pitch alteration, gain attenuation, phase shift, etc., required to render the sounds correctly. Provided in PR pkg/20759 by Juan RP, with some changes by me.