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
|
Source: libgnomecanvas
Section: oldlibs
Priority: optional
Maintainer: Adrian Bunk <bunk@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10),
dpkg-dev (>= 1.17.14),
docbook-xml,
gettext,
gnome-common,
gtk-doc-tools,
intltool,
libart-2.0-dev (>= 2.3.16),
libgail-dev (>= 1.9.0),
libgtk2.0-dev (>= 2.8.17),
xauth <!nocheck>,
xvfb <!nocheck>
Build-Depends-Indep: libglib2.0-doc,
libgtk2.0-doc
Package: libgnomecanvas2-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libgnomecanvas2-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: powerful object-oriented display engine - runtime files
The canvas widget is a powerful and extensible object-oriented display
engine. A GnomeCanvasItem is a GtkObject representing some element of the
display, such as an image, a rectangle, an ellipse, or some text. You can
refer to this architecture as structured graphics; the canvas lets you deal
with graphics in terms of items, rather than an undifferentiated grid of
pixels.
.
This package is for legacy applications and no longer used by GNOME,
please use GTK+ 4 for new development.
Package: libgnomecanvas2-dev
Architecture: any
Multi-Arch: same
Depends: libart-2.0-dev (>= 2.3.16),
libgail-dev (>= 1.9.0),
libgnomecanvas2-0 (= ${binary:Version}),
libgtk2.0-dev (>= 2.8.17),
${misc:Depends}
Suggests: libgnomecanvas2-doc
Description: powerful object-oriented display engine - development files
The canvas widget is a powerful and extensible object-oriented display
engine. A GnomeCanvasItem is a GtkObject representing some element of the
display, such as an image, a rectangle, an ellipse, or some text. You can
refer to this architecture as structured graphics; the canvas lets you deal
with graphics in terms of items, rather than an undifferentiated grid of
pixels.
.
This package is for legacy applications and no longer used by GNOME,
please use GTK+ 4 for new development.
Package: libgnomecanvas2-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: powerful object-oriented display engine - common files
The canvas widget is a powerful and extensible object-oriented display
engine. A GnomeCanvasItem is a GtkObject representing some element of the
display, such as an image, a rectangle, an ellipse, or some text. You can
refer to this architecture as structured graphics; the canvas lets you deal
with graphics in terms of items, rather than an undifferentiated grid of
pixels.
.
This package contains internationalization files.
.
This package is for legacy applications and no longer used by GNOME,
please use GTK+ 4 for new development.
Package: libgnomecanvas2-doc
Architecture: all
Depends: ${misc:Depends}
Description: powerful object-oriented display engine - documentation files
The canvas widget is a powerful and extensible object-oriented display
engine. A GnomeCanvasItem is a GtkObject representing some element of the
display, such as an image, a rectangle, an ellipse, or some text. You can
refer to this architecture as structured graphics; the canvas lets you deal
with graphics in terms of items, rather than an undifferentiated grid of
pixels.
.
This package contains documentation files.
.
This package is provided for legacy applications and no longer used
by GNOME, please use GTK+ 4 for new development.
|