Next | Query returned 68 messages, browsing 61 to 70 | previous

History of commit frequency

CVS Commit History:


   2004-11-22 16:51:57 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Makefile cleaned-up, HOMEPAGE corrected
   2004-10-05 06:06:30 by Ben Collver | Files touched by this commit (2)
Log message:
Make libtool link libportaudio to LIBOSSAUDIO.
   2004-10-05 05:53:15 by Ben Collver | Files touched by this commit (4)
Log message:
Libtoolize portaudio and bump PKGREVISION.  This may resolve PR#27050.
   2004-08-27 08:29:11 by Johnny C. Lam | Files touched by this commit (71)
Log message:
Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
   2004-04-25 02:04:45 by Thomas Klausner | Files touched by this commit (1)
Log message:
Unused.
   2004-04-22 22:02:46 by Ben Collver | Files touched by this commit (1)
Log message:
Remove XXX comments, this file is verified to work.
   2004-04-22 18:31:20 by Ben Collver | Files touched by this commit (2)
Log message:
Change ../../wip/portaudio to ../../audio/portaudio in buildlink[23].mk.
   2004-04-20 19:52:49 by Ben Collver | Files touched by this commit (11) | Imported package
Log message:
Initial import of portaudio-18.1, a portable cross-platform audio API.

Package provided by dotz@irc.pl.

PortAudio is a free, cross platform, open-source, audio I/O library.  It
lets you write simple audio programs in 'C' that will compile and run on
many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and
BeOS. PortAudio is intended to promote the exchange of audio synthesis
software between developers on different platforms, and was recently
selected as the audio component of a larger PortMusic project that includes
MIDI and sound file support. 

PortAudio provides a very simple API for recording and/or playing sound
using a simple callback function.  Example programs are included that
synthesize sine waves and pink noise, perform fuzz distortion on a guitar,
list available audio devices, etc.


Next | Query returned 68 messages, browsing 61 to 70 | previous