packages feed

gtkimageview-0.12.0: gtkimageview.cabal

Name:           gtkimageview
Version:        0.12.0
License:        LGPL-2.1
License-file:   COPYING
Copyright:      (c) 2001-2010 The Gtk2Hs Team
Author:         Andy Stewart
Maintainer:     gtk2hs-users@sourceforge.net
Build-Type:     Custom
Cabal-Version:  >= 1.6.0
Stability:      provisional
homepage:       http://www.haskell.org/gtk2hs/
bug-reports:    http://hackage.haskell.org/trac/gtk2hs/
Synopsis:       Binding to the GtkImageView library.
Description:    GtkImageView is a simple image viewer widget for GTK+. Similar to the
                image viewer panes in gThumb or Eye of Gnome. It makes writing image
                viewing and editing applications easy. Among its features are:
                
                * Mouse and keyboard zooming.
                * Scrolling and dragging.
                * Adjustable interpolation.
                * Fullscreen mode.
                * GIF animation support.
                * Ability to make selections.
                * Extensible using a tool system.

Category:       Graphics
Tested-With:    GHC == 6.12.1
Extra-Source-Files: gtkimageview.h
                    Gtk2HsSetup.hs
                    marshal.list
					hierarchy.list

Data-Dir:		demo
Data-Files:		ImageViewer.hs
                Makefile
				
x-Types-File:       Graphics/UI/Gtk/ImageView/Types.chs
x-Types-Tag:        gtkimageview
x-Types-ModName:    Graphics.UI.Gtk.ImageView.Types
x-Types-Forward:    *Graphics.UI.GtkInternals
x-Types-Destructor: objectUnrefFromMainloop
x-Types-Hierarchy:  hierarchy.list

Source-Repository head
  type:         darcs
  location:     http://code.haskell.org/gtkimageview/
  
Library
        build-depends:  base >= 4 && < 5, array, containers, haskell98, mtl,
                        glib  >= 0.12 && < 0.13, 
                        gtk   >= 0.12 && < 0.13
						
        build-tools:    gtk2hsC2hs, gtk2hsHookGenerator, gtk2hsTypeGen
						
        exposed-modules:
          Graphics.UI.Gtk.ImageView
          Graphics.UI.Gtk.ImageView.ImageView
          Graphics.UI.Gtk.ImageView.AnimView
          Graphics.UI.Gtk.ImageView.IImageTool
          Graphics.UI.Gtk.ImageView.ImageNav
          Graphics.UI.Gtk.ImageView.ImageScrollWin
          Graphics.UI.Gtk.ImageView.ImageToolDragger
          Graphics.UI.Gtk.ImageView.ImageToolSelector
          Graphics.UI.Gtk.ImageView.Zooms
          Graphics.UI.Gtk.ImageView.Enums
        other-modules:
          Graphics.UI.Gtk.ImageView.Types		  
          Graphics.UI.Gtk.ImageView.Signals
		  
        extensions:     ForeignFunctionInterface

        x-Signals-File:  Graphics/UI/Gtk/ImageView/Signals.chs
        x-Signals-Modname: Graphics.UI.Gtk.ImageView.Signals
        x-Signals-Types: marshal.list
		
        x-c2hs-Header:  gtkimageview.h
        pkgconfig-depends: gtkimageview >= 1.6.1