name: manatee-mplayer
version: 0.0.2
Cabal-Version: >= 1.6
license: GPL-3
license-file: LICENSE
copyright: (c) 2009 ~ 2010 Andy Stewart
synopsis: Mplayer client extension for Manatee.
description: manatee-mplayer is mplayer client extension for Manatee (Haskell/Gtk+ Integrated Live Environment)
author: Andy Stewart
maintainer: Andy Stewart <lazycat.manatee@gmail.com>
stability: provisional
category: Manatee, Multimedia Player, Multimedia
tested-with: GHC==6.12.3
build-type: Custom
Source-Repository head
type: darcs
location: http://patch-tag.com/r/AndyStewart/manatee-mplayer
Library
build-depends: base >= 4 && < 5, manatee-core >= 0.0.2, dbus-client >= 0.3 && < 0.4, stm >= 2.1.2.0,
containers >= 0.3.0.0, gtk-serialized-event >= 0.12.0, gtk >= 0.12.0,
text >= 0.7.1.0, bytestring >= 0.9.1.5, libtagc >= 0.12.0, regex-tdfa >= 1.1.2,
filepath >= 1.1.0.3, utf8-string >= 0.3.4, time, dbus-core, gio >= 0.12.0,
random >= 1.0.0.2, unix >= 2.4.0.0, process
exposed-modules:
Manatee.Extension.Mplayer
Manatee.Extension.Mplayer.PlaylistBuffer
Manatee.Extension.Mplayer.PlaylistView
Manatee.Extension.Mplayer.PageMode
Manatee.Extension.Mplayer.Daemon
Manatee.Extension.Mplayer.DBus
other-modules:
extensions:
ghc-options: -fwarn-unused-matches -fwarn-unused-binds -fwarn-unused-imports -fwarn-overlapping-patterns -fwarn-duplicate-exports -fwarn-unrecognised-pragmas -fwarn-hi-shadowing
Executable manatee-mplayer-daemon
main-is: Daemon.hs
ghc-options: -threaded
Executable manatee-mplayer
main-is: Main.hs
ghc-options: -threaded