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 116 117 118 119 120 121 122 123 124
|
Source: gtkmathview
Section: devel
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends:
debhelper (>= 7),
dh-autoreconf,
libgdome2-cpp-smart-dev (>= 0.2.6-2),
libxml2-dev (>= 2.4.2),
libglib2.0-dev (>= 2.2.3),
libgtk2.0-dev (>= 2.4.10),
libgdome2-dev (>= 0.8.1),
libpopt-dev,
pkg-config,
quilt,
cdbs,
libpangox-1.0-dev
Standards-Version: 3.9.8
Vcs-Git: git://git.debian.org/git/debian-science/packages/gtkmathview.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gtkmathview.git
Homepage: http://helm.cs.unibo.it/mml-widget/
Package: libgtkmathview0c2a
Section: libs
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Conflicts:
libgtkmathview-bin (<< 0.4.3-3),
libgtkmathview0,
libgtkmathview0c2
Replaces:
libgtkmathview0,
libgtkmathview0c2
Description: rendering engine for MathML documents
GtkMathView is a C++ rendering engine for MathML documents. It
provides an interactive view that can be used for browsing and
editing MathML markup.
.
GtkMathView reads MathML documents by means of a frontend whose
purpose is to traverse the MathML document (or part of it) and
to appropriately instantiate GtkMathView's internal data
structures that are suitable for rendering it. Currently the
following frontends are supported: libxml2 (tree view using
libxml2 API), libxml2 reader (event view using libxml2 reader
API), GMetaDOM (tree view using DOM API), custom
(application-specific view with application-provided callbacks).
.
GtkMathView renders MathML documents through a backend whose
purpose is to provide an interface between the portable
rendering engine and the platform-specific capabilities (like
retrieving fonts, drawing on the screen, and so on). Currently
the following backends are provided: GTK+, GTK+ widget,
PostScript, SVG, AbiWord.
.
This package include the shared library.
Package: libgtkmathview-dev
Section: libdevel
Architecture: any
Depends:
libgtkmathview0c2a (= ${binary:Version}),
libc6-dev,
libxml2-dev,
libgdome2-cpp-smart-dev (>= 0.2.3-4),
libglib2.0-dev (>= 2.2.3),
libgtk2.0-dev (>= 2.2.1),
libgdome2-dev (>= 0.8.1),
${misc:Depends}
Description: rendering engine for MathML documents
GtkMathView is a C++ rendering engine for MathML documents. It
provides an interactive view that can be used for browsing and
editing MathML markup.
.
GtkMathView reads MathML documents by means of a frontend whose
purpose is to traverse the MathML document (or part of it) and
to appropriately instantiate GtkMathView's internal data
structures that are suitable for rendering it. Currently the
following frontends are supported: libxml2 (tree view using
libxml2 API), libxml2 reader (event view using libxml2 reader
API), GMetaDOM (tree view using DOM API), custom
(application-specific view with application-provided callbacks).
.
GtkMathView renders MathML documents through a backend whose
purpose is to provide an interface between the portable
rendering engine and the platform-specific capabilities (like
retrieving fonts, drawing on the screen, and so on). Currently
the following backends are provided: GTK+, GTK+ widget,
PostScript, SVG, AbiWord.
.
This package includes the development support files.
Package: libgtkmathview-bin
Section: misc
Architecture: any
Depends:
libgtkmathview0c2a (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: rendering engine for MathML documents
GtkMathView is a C++ rendering engine for MathML documents. It
provides an interactive view that can be used for browsing and
editing MathML markup.
.
GtkMathView reads MathML documents by means of a frontend whose
purpose is to traverse the MathML document (or part of it) and
to appropriately instantiate GtkMathView's internal data
structures that are suitable for rendering it. Currently the
following frontends are supported: libxml2 (tree view using
libxml2 API), libxml2 reader (event view using libxml2 reader
API), GMetaDOM (tree view using DOM API), custom
(application-specific view with application-provided callbacks).
.
GtkMathView renders MathML documents through a backend whose
purpose is to provide an interface between the portable
rendering engine and the platform-specific capabilities (like
retrieving fonts, drawing on the screen, and so on). Currently
the following backends are provided: GTK+, GTK+ widget,
PostScript, SVG, AbiWord.
.
This package includes utilities to view and render MathML
documents.
|