aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pyglet
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Trim Makefile headersDmitry Marakasov2013-06-181-11/+7
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* - Mark IGNORE on !i386, it's just broken in many waysDmitry Marakasov2011-10-031-1/+7
| | | | | | | | PR: 133747 Submitted by: Da Rock <rock_on_the_web@hotmail.com> Notes: svn path=/head/; revision=282873
* - Update to 1.1.4Dmitry Marakasov2011-05-252-6/+4
| | | | | | | | PR: 1.1.4 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=274630
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-251-2/+3
| | | | | | | | | | | | - 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
* pyglet provides an object-oriented programming interface forDmitry Marakasov2008-10-314-0/+376
developing games and other visually-rich applications for Windows, Mac OS X and Linux. Some of the features of pyglet are: * No external dependencies or installation requirements. For most application and game requirements, pyglet needs nothing else besides Python, simplifying distribution and installation. * Take advantage of multiple windows and multi-monitor desktops. pyglet allows you to use as many windows as you need, and is fully aware of multi-monitor setups for use with fullscreen games. * Load images, sound, music and video in almost any format. pyglet can optionally use AVbin to play back audio formats such as MP3, OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264, WMV and Xvid. pyglet is provided under the BSD open-source license, allowing you to use it for both commerical and other open-source projects with very little restriction. WWW: http://pyglet.org/ Notes: svn path=/head/; revision=222253