packages feed

GtkGLTV-0.2.0: GtkGLTV.cabal

Name:                GtkGLTV
Version:             0.2.0
Cabal-Version:       >= 1.2
Synopsis:            OpenGL support for Gtk-based GUIs for Tangible Values
Category:            User Interfaces
Description:
  GtkGLTV adds OpenGL support to GtkTV, which is a Gtk back-end for
  tangible values.  
Author:              Conal Elliott
Maintainer:          conal@conal.net
Copyright:           (c) 2009-2011 by Conal Elliott
License:             BSD3
License-File:        COPYING
Stability:           experimental
build-type:          Simple
extra-source-files:
                     src/test.hs
Package-Url:         http://code.haskell.org/~conal/code/GtkGLTV
-- Wait until Cabal 1.6 is more wide-spread and then add the following
-- in place of the Package-Url field and bump Cabal-Version to >= 1.6.
-- 
-- Source-Repository head
--     type:         darcs
--     location:     http://code.haskell.org/~conal/code/GtkGLTV

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base<5, time, gtk, GtkTV
                     , OpenGL, gtkglext, bitmap, bitmap-opengl, stb-image
  Exposed-Modules:
                       Interface.TV.Gtk.GL
                       Interface.TV.Gtk.GL2
  ghc-options:         -Wall

-- I'll keep either Gtk or Gtk2 and drop the other (maybe renaming Gtk2 to Gtk)

--  ghc-prof-options:    -prof -auto-all