summaryrefslogtreecommitdiff
path: root/audio/openal/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-01-03Update to latest version, 0.0.8. Previous version was date-based (and thuswiz1-9/+3
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-30* Honor PKGINFODIR.jlam1-1/+2
* List the info files directly in the PLIST.
2004-12-01Changes 20040816:adam1-5/+2
* Improvements toward the stable release
2004-01-02Remove info files from PLIST.seb1-2/+1
2003-06-26Convert to USE_NEW_TEXINFO.seb1-3/+1
2003-03-17Initial import of openal, version 20030125.jmmv1-0/+19
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.