source: pkg/raul/main/librsvg/trunk/debian/control.in @ 7115

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