SDL-mixer: Binding to libSDL_mixer

[ bsd3, deprecated, foreign-binding, library ] [ Propose Tags ]
Deprecated in favor of sdl2-mixer

SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.0, 0.5.2, 0.5.5, 0.6.0, 0.6.1, 0.6.1.1, 0.6.2.0, 0.6.3.0
Dependencies base (>=3 && <5), SDL [details]
License BSD-3-Clause
Copyright 2004-2010, Lemmih
Author Lemmih (lemmih@gmail.com)
Maintainer Francesco Ariis <fa-ml@ariis.it>
Revised Revision 1 made by fffaaa at 2015-08-25T01:03:15Z
Category Foreign binding
Source repo head: darcs get http://www.ariis.it/link/repos/sdl-bindings/hssdl-mixer/
Uploaded by fffaaa at 2015-06-04T17:51:20Z
Distributions Debian:0.6.3.0, NixOS:0.6.3.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 10186 total (36 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for SDL-mixer-0.6.1.1

[back to package description]
This package contains Haskell bindings to libSDL_mixer >= 1.2.6.

Global installation:
  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install # as root

Local installation:
  runhaskell Setup.lhs configure --prefix=[HOME]/usr --user
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install --user # not as root