mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/kasc/libsdl_sound/libsdl_sound.desc
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. [I] a library to decode popular audio formats
  23. [T] SDL_sound is a library that handles the decoding of several popular
  24. [T] sound file formats, such as .WAV and .MP3. It is meant to make the
  25. [T] programmer's sound playback tasks simpler. The programmer gives
  26. [T] SDL_sound a filename, or feeds it data directly from one of many
  27. [T] sources, and then reads the decoded waveform data back at her leisure.
  28. [T] If resource constraints are a concern, SDL_sound can process sound
  29. [T] data in programmer-specified blocks. Alternately, SDL_sound can decode
  30. [T] a whole sound file and hand back a single pointer to the whole
  31. [T] waveform. SDL_sound can also handle sample rate, audio format, and
  32. [T] channel conversion on-the-fly and behind-the-scenes, if the programmer
  33. [T] desires.
  34. [U] http://icculus.org/SDL_sound/
  35. [A] Ryan C. Gordon <icculus@clutteredmind.org>
  36. [M] Kai Schwenzfeier <niteblade@gmx.net>
  37. [C] extra/multimedia
  38. [F] CORE
  39. [L] LGPL
  40. [S] Stable
  41. [V] 1.0.1
  42. [P] X -?---5---9 213.400
  43. [D] 1077552736 SDL_sound-1.0.1.tar.gz http://icculus.org/SDL_sound/downloads/