./wip/gtkmathview, MathML renderer with gtk widgets

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.0, Package name: gtkmathview-0.8.0, Maintainer: pkgsrc-users

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.
GtkMathView renders MathML documents through a backend whose purpose is
to provide an abstraction of the platform-specific capabilities
(available fonts, drawing drawing primitives, and so on).


Required to run:
[textproc/libxml2] [fonts/t1lib] [devel/popt] [x11/gtk2] [x11/libXpm] [devel/pangox-compat] [wip/gmetadom]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: 6ed60ee9253fd0fdd9bc595a9178ede5100e1644
Filesize: 964.188 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-04 14:54:26 by Niclas Rosenvik | Files touched by this commit (4)
Log message:
Added patches to fix build on FreeBSD.
   2015-02-11 13:03:53 by Niclas Rosenvik | Files touched by this commit (8)
Log message:
Change C includes to c* C++ style includes.
Fix build on gcc 4.7 and above.