Subject: CVS commit: pkgsrc/audio/SDL_sound
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/27/2003 00:48:28
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Mar 26 22:48:28 UTC 2003

Update of /cvsroot/pkgsrc/audio/SDL_sound
In directory minbar.netbsd.org:/tmp/cvs-serv13975

Log Message:
Initial import of SDL_sound, provided by Quentin Garnier in PR 20565.

From the DESCR:
SDL_sound is a library that handles the decoding of several popular
sound file formats, such as .WAV and .MP3. It is meant to make the
programmer's sound playback tasks simpler. The programmer gives
SDL_sound a filename, or feeds it data directly from one of many
sources, and then reads the decoded waveform data back at her
leisure. If resource constraints are a concern, SDL_sound can
process sound data in programmer-specified blocks.  Alternately,
SDL_sound can decode a whole sound file and hand back a single
pointer to the whole waveform.  SDL_sound can also handle sample
rate, audio format, and channel conversion on-the-fly and behind-the-
scenes, if the programmer desires.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/audio/SDL_sound/PLIST
N pkgsrc/audio/SDL_sound/buildlink2.mk
N pkgsrc/audio/SDL_sound/distinfo
N pkgsrc/audio/SDL_sound/Makefile
N pkgsrc/audio/SDL_sound/DESCR

No conflicts created by this import