./converters/librevenge, Base library for writing document import filters

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


Branch: CURRENT, Version: 0.0.5nb3, Package name: librevenge-0.0.5nb3, Maintainer: pkgsrc-users

librevenge is a base library for writing document import filters.
It has interfaces for text documents, vector graphics, spreadsheets
and presentations.


Required to run:
[devel/cppunit] [devel/boost-libs]

Required to build:
[devel/boost-headers] [pkgtools/cwrappers]

Master sites:

Filesize: 427.148 KB

Version history: (Expand)


CVS history: (Expand)


   2025-09-27 11:57:41 by Thomas Klausner | Files touched by this commit (337)
Log message:
*: recursive bump for boost 1.89
   2025-09-27 09:04:14 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
librevenge: fix for build boost-1.89.0
   2024-12-29 16:10:02 by Adam Ciarcinski | Files touched by this commit (235)
Log message:
revbump after updating boost
   2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237)
Log message:
*: Recursive revbump from Boost 1.86.0
   2024-06-04 09:58:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
librevenge: updated to 0.0.5

librevenge 0.0.5
- Fix a bunch of issues discovered by oss-fuzz.
- Require C++11 for building.
- Modernize the code a bit.
- Fix assignment of RVNGString from a C String. The previous code would
  append to the current content instead of replacing it.
- When appending a characer to an RVNGString (i.e., using the char overload of
  append()), don't validate the character. Some libraries use this
  function to construct an RVNGString from UTF-8 code points.
- Drop outdated MSVC project files.
- Extend API documentation a bit.
- Emit viewBox attribute for SVG output to fix user unit to ensure
  proper scaling.
- More fixes for GDB pretty printers.
   2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254)
Log message:
revbump for boost-libs
   2023-04-23 16:26:33 by Adam Ciarcinski | Files touched by this commit (271)
Log message:
revbump for boost
   2023-01-22 17:28:39 by Ryo ONODERA | Files touched by this commit (271)
Log message:
*: Recursive revbump from Boost 1.81.0