SDL-mpeg: Binding to the SMPEG library

[ bsd3, foreign-binding, library ] [ Propose Tags ]

Binding to the SMPEG library


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1
Dependencies base, SDL [details]
License BSD-3-Clause
Copyright 2008, Audrey Tang
Author Audrey Tang
Maintainer Audrey Tang
Category Foreign binding
Uploaded by AudreyTang at 2008-07-28T07:20:56Z
Distributions NixOS:0.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1485 total (9 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-mpeg-0.0.1

[back to package description]
This package contains Haskell bindings to the SMPEG library >= 0.4.4

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