source: pkg/vinnie/main/librsvg/trunk/debian/control @ 6635

Revision 6635, 3.5 KB checked in by alanbach-guest, 3 years ago (diff)
  • Sync'd with Debian 2.26.3-1
Line 
1# This file is autogenerated. DO NOT EDIT!
2#
3# Modifications should be made to debian/control.in instead.
4# This file is regenerated automatically in the clean target.
5
6Source: librsvg
7Section: libdevel
8Priority: optional
9Maintainer: Josselin Mouette <joss@debian.org>
10Uploaders: David Weinehall <tao@debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Sebastian Dröge <slomo@debian.org>
11Build-Depends: cdbs (>= 0.4.41),
12               debhelper (>= 5),
13               libfreetype6-dev,
14               libfontconfig1-dev (>= 1.0.1),
15               libxml2-dev (>= 2.6.22),
16               libglib2.0-dev (>= 2.16.0),
17               libcairo2-dev (>= 1.2.0),
18               libpango1.0-dev (>= 1.10.0),
19               libgtk2.0-dev (>= 2.16.0-1~),
20               libgsf-1-dev (>= 1.13.2-2),
21               gnome-pkg-tools (>= 0.10),
22               libcroco3-dev (>= 0.6.1),
23               gtk-doc-tools (>= 1.0),
24               python,
25               python-support,
26               dpkg-dev (>= 1.13.19),
27               libglib2.0-doc,
28               libgtk2.0-doc,
29               libcairo2-doc
30Standards-Version: 3.8.4
31Homepage: http://librsvg.sourceforge.net/
32XS-Python-Version: >= 2.5
33
34Package: librsvg2-dev
35Section: libdevel
36Architecture: any
37Depends: ${misc:Depends},
38         librsvg2-2 (= ${binary:Version}),
39         libgtk2.0-dev (>= 2.16.0-1),
40         libglib2.0-dev (>= 2.12.0),
41         libcairo2-dev (>= 1.2.0)
42Description: SAX-based renderer library for SVG files (development)
43 The rsvg library is an efficient renderer for Scalable Vector Graphics
44 (SVG) pictures.
45 .
46 This package provides the necessary development libraries and include
47 files to allow you to develop with librsvg.
48
49Package: librsvg2-2
50Section: libs
51Architecture: any
52Depends: ${misc:Depends},
53         ${shlibs:Depends}
54Suggests: librsvg2-bin
55Conflicts: librsvg2-common (<< 2.12)
56Description: SAX-based renderer library for SVG files (runtime)
57 The rsvg library is an efficient renderer for Scalable Vector Graphics
58 (SVG) pictures.
59 .
60 This package contains the runtime library, necessary to run
61 applications using librsvg.
62
63Package: librsvg2-common
64Section: libs
65Architecture: any
66Depends: ${misc:Depends},
67         ${shlibs:Depends},
68         librsvg2-2 (= ${binary:Version})
69Conflicts: gnome-games (<< 1:2.12)
70Description: SAX-based renderer library for SVG files (extra runtime)
71 The rsvg library is an efficient renderer for Scalable Vector Graphics
72 (SVG) pictures.
73 .
74 This package includes the gdk-pixbuf loader and a GTK+ engine, allowing
75 to load SVG images transparently inside GTK+ applications.
76
77Package: librsvg2-dbg
78Section: debug
79Priority: extra
80Architecture: any
81Depends: ${misc:Depends},
82         ${shlibs:Depends},
83         librsvg2-2 (= ${binary:Version})
84Description: SAX-based renderer library for SVG files (debug)
85 The rsvg library is an efficient renderer for Scalable Vector Graphics
86 (SVG) pictures.
87 .
88 This package contains the debugging symbols.
89
90Package: librsvg2-bin
91Section: graphics
92Architecture: any
93Depends: ${misc:Depends},
94         ${shlibs:Depends},
95         ${python:Depends},
96         librsvg2-2 (>= ${binary:Version})
97Conflicts: librsvg2-common (<< 2.7)
98Description: command-line and graphical viewers for SVG files
99 The rsvg library is an efficient renderer for Scalable Vector Graphics
100 (SVG) pictures.
101 .
102 This package includes a command-line utility to convert the SVG files
103 to the PNG format and a graphical SVG viewer.
Note: See TracBrowser for help on using the repository browser.