aboutsummaryrefslogtreecommitdiff
path: root/audio/py-openal
Commit message (Collapse)AuthorAgeFilesLines
* - convert to using PYTHON_SITELIBDIR (not functional change)Ruslan Makhmatkhanov2012-02-121-5/+5
| | | | Notes: svn path=/head/; revision=291048
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-252-9/+12
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567
* - Respect LOCALBASE if it is changed to custom valueJose Alonso Cardenas Marquez2009-06-152-4/+4
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235882
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Fix build problem, it isn't linking appropriately to openal lib.Jose Alonso Cardenas Marquez2006-08-213-7/+54
| | | | | | | | | - Add patch_py-openal.c. This port is using DEPRECATED functions of openal. Approved by: garga (mentor) Notes: svn path=/head/; revision=171120
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mkErwin Lansing2006-06-111-1/+0
| | | | | | | | | | | and these ports build fine without it. My guess is that it was added by someone as an opposite to USE_BZIP2 and other people copied it. Remove it once and for all. With hat: portmgr Notes: svn path=/head/; revision=165142
* update freealut to 1.1.0Oliver Lehmann2006-06-081-1/+2
| | | | Notes: svn path=/head/; revision=164837
* - Update to 0.1.6Pav Lucistnik2006-05-103-12/+24
| | | | | | | | PR: ports/97088 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=162028
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* update to openal 20060211 [1]Oliver Lehmann2006-04-231-1/+2
| | | | | | | | | | | | | fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer Notes: svn path=/head/; revision=160213
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* - Respect PREFIX/X11BASERenato Botelho2005-10-182-0/+20
| | | | | | | | Submitted by: maintainer Reported by: krismail Notes: svn path=/head/; revision=145731
* PyOpenAL is a binding of OpenAL for Python. This binding is at possibleRenato Botelho2005-10-054-0/+54
OO (Listener, Source and Buffer are objects). Extensions are not supported yet. Supported file formats are Wave and Ogg Vorbis (with the PyOgg and PyVorbis modules). PyOpenAL can be used independently or along with Soya, our 3D engine for Python. WWW: http://home.gna.org/oomadness/en/pyopenal/index.html PR: ports/86926 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=144316