Package LibreOffice-sdk: Information

Binary package: LibreOffice-sdk
Version: 6.3.0.3-alt5
Architecture: i586
Build time:  Jul 27, 2020, 01:15 PM in the task #255434
Source package: LibreOffice
Report package bug
License: LGPL
Summary: Software Development Kit for LibreOffice
Description: 
The SDK is a development kit for LibreOffice 5.3, which
eases the development of office components. It provides a set of
libraries, binaries, header, and IDL files which have final API's
and can only be extended with new functionality. This set of libraries
and binaries is the minimum set of functions needed to use system
abstraction for base functionality and for using UNO (Universal
Network Objects) component technology. The UNO component model is the
base of the whole Office API. The SDK provides everything necessary
to use the Office API from external programs (e.g. Java, C++) or to
extend the Office functionality with new components (e.g. new filter
components, CalcAddin functions). It is compatible over several
versions because the API remains unaffected and will only be extended
with new functions.

Maintainer: Andrey Bychkov


Last changed


July 24, 2020 Andrey Bychkov 6.3.0.3-alt5
- Rebuild with dconf enabled (Closes: 38752).
June 1, 2020 Ivan A. Melnikov 6.3.0.3-alt4
- Fix build with poppler 0.86.0 (see
  https://bugs.documentfoundation.org/show_bug.cgi?id=131353).
- Get rid of java BRs in no-java build.
- Fix build on mipsel:
  + fix linking with libatomic;
  + adjust building options.
Feb. 4, 2020 Aleksei Nikiforov 6.3.0.3-alt3
- Rebuilt with new poppler and boost.