aboutsummaryrefslogtreecommitdiff
path: root/audio/clunk
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.3.218Dmitry Marakasov2014-09-233-5/+4
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=369103
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-072-9/+3
| | | | | | | | - Use new OPTIONS features - Update WWW Notes: svn path=/head/; revision=353175
* - Support stagingDmitry Marakasov2013-10-171-1/+1
| | | | | | | - Enable SSE by default on amd64 Notes: svn path=/head/; revision=330588
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - OptionsNGDmitry Marakasov2012-11-281-7/+3
| | | | | | | | | | | - Trim header PR: 173778 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=307949
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - Fix distinfo (it was generated for wrong distfile)Dmitry Marakasov2011-09-261-2/+2
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=282441
* - Update to 1.2.130Dmitry Marakasov2011-09-245-90/+9
| | | | Notes: svn path=/head/; revision=282307
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* The CLUNK C++ library provides support for real-time 3D soundDmitry Marakasov2010-04-136-0/+144
generation. It puts virtually no limitations on the developer; people who is experienced on working with other solutions (such as SDL_Mixer or Creative OpenAL) will respect this advantage. The library supports mixing of any number of sound channels and any number of objects that have sounds connected to them. The SDL library is used for sound output. The project is currently at beta testing stage, preparing to the first release. WWW: http://media.netive.ru/clunk/ Notes: svn path=/head/; revision=252624