1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Name: alsa-core
Version: 0.5.0.1
Copyright: Bjorn Bringert, Iavor S. Diatchki, Henning Thielemann
Maintainer: Henning Thielemann <alsa@henning-thielemann.de>
Author: Henning Thielemann <alsa@henning-thielemann.de>, Bjorn Bringert <bjorn@bringert.net>, Iavor S. Diatchki <iavor.diatchki@gmail.com>
Category: Sound, Music
License: BSD3
License-file: LICENSE
Homepage: http://www.haskell.org/haskellwiki/ALSA
Stability: Experimental
Build-Type: Simple
Cabal-Version: >= 1.8
Synopsis: Binding to the ALSA Library API (Exceptions).
Description:
This package provides access to ALSA infrastructure,
that is needed by both alsa-seq and alsa-pcm.
Source-Repository head
type: darcs
location: http://code.haskell.org/alsa/core/
Source-Repository this
type: darcs
location: http://code.haskell.org/alsa/core/
tag: 0.5.0.1
Flag pkgConfig
Description: use pkg-config if it works
-- http://hackage.haskell.org/trac/hackage/ticket/170
Default: True
Library
Build-depends:
extensible-exceptions >=0.1.1 && <0.2,
base >= 3 && <5
Hs-Source-Dirs: src
Exposed-Modules:
Sound.ALSA.Exception
GHC-Options: -Wall
If flag(pkgConfig)
PkgConfig-depends: alsa >= 1.0.14
Else
Includes: alsa/asoundlib.h
Extra-Libraries: asound
|