Date: Tue, 13 Apr 2010 00:24:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/clunk Makefile distinfo pkg-descr pkg-plist ports/audio/clunk/files patch-SConstruct patch-sse_fft_context.cpp Message-ID: <201004130024.o3D0OLn7027005@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
amdmi3 2010-04-13 00:24:21 UTC
FreeBSD ports repository
Modified files:
audio Makefile
Added files:
audio/clunk Makefile distinfo pkg-descr pkg-plist
audio/clunk/files patch-SConstruct
patch-sse_fft_context.cpp
Log:
The CLUNK C++ library provides support for real-time 3D sound
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/
Revision Changes Path
1.1101 +1 -0 ports/audio/Makefile
1.1 +43 -0 ports/audio/clunk/Makefile (new)
1.1 +3 -0 ports/audio/clunk/distinfo (new)
1.1 +36 -0 ports/audio/clunk/files/patch-SConstruct (new)
1.1 +30 -0 ports/audio/clunk/files/patch-sse_fft_context.cpp (new)
1.1 +11 -0 ports/audio/clunk/pkg-descr (new)
1.1 +21 -0 ports/audio/clunk/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004130024.o3D0OLn7027005>
