packages feed

svgcairo-0.13.0.2: svgcairo.cabal

Name:           svgcairo
Version:        0.13.0.2
License:        BSD3
License-file:   COPYING
Copyright:      (c) 2001-2010 The Gtk2Hs Team
Author:         Duncan Coutts
Maintainer:     gtk2hs-users@lists.sourceforge.net
Build-Type:     Custom
Cabal-Version:  >= 1.8
Stability:      provisional
homepage:       http://projects.haskell.org/gtk2hs/
bug-reports:    https://github.com/gtk2hs/svgcairo/issues
Synopsis:       Binding to the libsvg-cairo library.
Description:    Svgcairo is used to render SVG with cairo.

Category:       Graphics
Tested-With:    GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1
x-Types-Forward: *Graphics.UI.GtkInternals
x-Types-Destructor: objectUnrefFromMainloop
Extra-Source-Files: svgcairo.h
                    SetupWrapper.hs SetupMain.hs Gtk2HsSetup.hs

Data-Dir:		demo
Data-Files:		Makefile
                Svg2Png.hs
                SvgViewer.hs
				
Source-Repository head
  type:         git
  location:     https://github.com/gtk2hs/svgcairo

Library
        build-depends:  base  == 4.*, mtl, text,
                        glib  >=0.13.0.0 && <0.14,
                        cairo >=0.13.0.0 && <0.14
						
        build-tools:    gtk2hsC2hs >= 0.13.11,
                        gtk2hsTypeGen

        cpp-options:    -U__BLOCKS__ -D__attribute__(A)=
        exposed-modules:
          Graphics.Rendering.Cairo.SVG
		
        extensions:     ForeignFunctionInterface
		
        Include-dirs: .
        x-c2hs-Header:  svgcairo.h
        pkgconfig-depends: librsvg-2.0 >= 2.16.0