1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: librsvg
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Iain Lane <laney@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 9),
dh-autoreconf (>= 4),
libxml2-dev (>= 2.7.0),
libglib2.0-dev (>= 2.24.0),
libcairo2-dev (>= 1.2.0),
libpango1.0-dev (>= 1.36.0),
libgdk-pixbuf2.0-dev (>= 2.23.5-2),
libgtk-3-dev (>= 3.2.0),
libgsf-1-dev (>= 1.13.2-2),
gnome-pkg-tools (>= 0.10),
libcroco3-dev (>= 0.6.1),
gtk-doc-tools (>= 1.13),
gobject-introspection (>= 0.10.8),
libgirepository1.0-dev (>= 0.10.8),
libglib2.0-doc,
libcairo2-doc,
valac (>= 0.17.5)
Standards-Version: 3.9.8
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/librsvg
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/librsvg
Package: librsvg2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
librsvg2-2 (= ${binary:Version}),
librsvg2-common (= ${binary:Version}),
gir1.2-rsvg-2.0 (= ${binary:Version}),
libglib2.0-dev (>= 2.24.0),
libgdk-pixbuf2.0-dev (>= 2.23.5-2),
libcairo2-dev (>= 1.2.0)
Suggests: librsvg2-doc
Multi-Arch: same
Description: SAX-based renderer library for SVG files (development)
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package provides the necessary development libraries and include
files to allow you to develop with librsvg.
Package: librsvg2-2
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: librsvg2-common
Suggests: librsvg2-bin
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: SAX-based renderer library for SVG files (runtime)
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package contains the runtime library, necessary to run
applications using librsvg.
Package: librsvg2-common
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
librsvg2-2 (= ${binary:Version})
Multi-Arch: same
Description: SAX-based renderer library for SVG files (extra runtime)
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package includes the gdk-pixbuf loader allowing
to load SVG images transparently inside GTK+ applications.
Package: librsvg2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: devhelp
Description: SAX-based renderer library for SVG files (documentation)
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package provides the API documentation.
Package: librsvg2-bin
Section: graphics
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
librsvg2-2 (>= ${binary:Version})
Multi-Arch: foreign
Description: command-line and graphical viewers for SVG files
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package includes a command-line utility to convert the SVG files
to the PNG format and a graphical SVG viewer.
Package: gir1.2-rsvg-2.0
Section: introspection
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${gir:Depends}
Multi-Arch: same
Description: gir files for renderer library for SVG files
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package contains gobject introspection information.
|