Difference between revisions of "Translations:Release notes/1.1/197/en"

From Inkscape Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 23:35, 23 May 2021

Message definition (Release notes/1.1)
* Inkscape no longer depends on <code>GtkSpell</code> and <code>ASpell</code> but on '''<code>GSpell</code>''' for spell checking.
* '''<code>lib2geom</code>''' has been moved [https://gitlab.com/inkscape/lib2geom into its own git submodule] (like the extensions), a new release is available.
* '''<code>lcms2</code>''' is a mandatory dependency now
* <code>librevenge</code> has been common for years, dropped checks for its use with <code>libwpg</code>, <code>libvisio</code> and <code>libcdr</code>
* checks for very old versions of <code>libwpg</code>, <code>libvisio</code>, <code>libcdr</code> removed
* <code>gc</code>, <code>double-conv</code>, <code>readline</code>, and <code>lcms2</code> are detected with <code>pkg-config</code>
* <code>iconv</code>, <code>intl</code> detected with <code>cmake</code>system ([https://gitlab.com/inkscape/inkscape/-/merge_requests/2475 MR #2475])
* Inkscape now ships a <code>/share/themes</code> folder with two custom themes that are only suitable for use with Inkscape (as a git submodule)
* Support for '''Python 2''' has been dropped for Inkscape extensions
* <code>INKSCAPE_DATADIR</code> can be set to a different default value at build time ([https://gitlab.com/inkscape/inkscape/-/merge_requests/2276 MR #2276])
* Support local <code>lib2geom</code> in install directory ([https://gitlab.com/inkscape/inkscape/-/merge_requests/2327 MR #2327], [https://gitlab.com/inkscape/inkscape/-/merge_requests/2379 #2379])
  • Inkscape no longer depends on GtkSpell and ASpell but on GSpell for spell checking.
  • lib2geom has been moved into its own git submodule (like the extensions), a new release is available.
  • lcms2 is a mandatory dependency now
  • librevenge has been common for years, dropped checks for its use with libwpg, libvisio and libcdr
  • checks for very old versions of libwpg, libvisio, libcdr removed
  • gc, double-conv, readline, and lcms2 are detected with pkg-config
  • iconv, intl detected with cmakesystem (MR #2475)
  • Inkscape now ships a /share/themes folder with two custom themes that are only suitable for use with Inkscape (as a git submodule)
  • Support for Python 2 has been dropped for Inkscape extensions
  • INKSCAPE_DATADIR can be set to a different default value at build time (MR #2276)
  • Support local lib2geom in install directory (MR #2327, #2379)