<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/CMakeScripts/InstallMSYS2.cmake, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>CMake/MSYS2: minor dependency update for lxml</title>
<updated>2019-10-29T17:06:51+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-10-29T17:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e904233eea3a8cdfe8586b2f5a842086193f6527'/>
<id>e904233eea3a8cdfe8586b2f5a842086193f6527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake/MSYS2: Fix for Python 3.8 update</title>
<updated>2019-10-25T17:19:39+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-10-25T17:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=06092bd380bacd51f67d2f6ae859522fda43a91a'/>
<id>06092bd380bacd51f67d2f6ae859522fda43a91a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake/MSYS2: Link against libssp (required for _FORTIFY_SOURCE)</title>
<updated>2019-10-18T19:23:41+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-10-18T18:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2e9679c1cb7e48b10a3c84463bb5989a3375d6b3'/>
<id>2e9679c1cb7e48b10a3c84463bb5989a3375d6b3</id>
<content type='text'>
mingw-w64 does not seem to have native support for fortification,
libssp offers it, so let's try this for now.

Not sure yet if disabling _FORTIFY_SOURCE would be better/worse.

See also
  https://sourceforge.net/p/mingw-w64/mailman/message/36764708/
  https://github.com/msys2/MINGW-packages/issues/5803
  https://github.com/msys2/MINGW-packages/issues/5868
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mingw-w64 does not seem to have native support for fortification,
libssp offers it, so let's try this for now.

Not sure yet if disabling _FORTIFY_SOURCE would be better/worse.

See also
  https://sourceforge.net/p/mingw-w64/mailman/message/36764708/
  https://github.com/msys2/MINGW-packages/issues/5803
  https://github.com/msys2/MINGW-packages/issues/5868
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake/MSYS2: Pre-compile python byte-code (.pyc files)</title>
<updated>2019-09-23T19:23:17+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-09-23T19:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a0d689ccda0448d1c4cc4aa0e777aeeb9826c3c2'/>
<id>a0d689ccda0448d1c4cc4aa0e777aeeb9826c3c2</id>
<content type='text'>
See https://gitlab.com/inkscape/inkscape/issues/299
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://gitlab.com/inkscape/inkscape/issues/299
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake/MSYS2: Add PyGObject to distribution</title>
<updated>2019-06-18T17:50:20+00:00</updated>
<author>
<name>Jan Winkler</name>
<email>enceladus@posteo.de</email>
</author>
<published>2019-06-13T13:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0b5a03d7ea9cfaf93ca38a2a71fd190c241bcb26'/>
<id>0b5a03d7ea9cfaf93ca38a2a71fd190c241bcb26</id>
<content type='text'>
Allows extension authors to use gtk stack in Python
via GObject introspection

See https://gitlab.com/inkscape/extensions/issues/85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows extension authors to use gtk stack in Python
via GObject introspection

See https://gitlab.com/inkscape/extensions/issues/85
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake/MSYS2: Include gdb into distribution</title>
<updated>2019-06-15T22:07:20+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-06-15T20:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=89093e949368f5fee353ae4c4b7fa909ec4db6df'/>
<id>89093e949368f5fee353ae4c4b7fa909ec4db6df</id>
<content type='text'>
Also include a batch script that should make it easy to collect a
backtrace with relevant info for most users.

Fixes https://gitlab.com/inkscape/inkscape/issues/81
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also include a batch script that should make it easy to collect a
backtrace with relevant info for most users.

Fixes https://gitlab.com/inkscape/inkscape/issues/81
</pre>
</div>
</content>
</entry>
<entry>
<title>Packaging: Switch Windows distribution to Python 3.7</title>
<updated>2019-06-12T19:57:20+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-06-12T18:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=34a81f6988701dd1df76b49876ae92ba45428ae4'/>
<id>34a81f6988701dd1df76b49876ae92ba45428ae4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Use bin subfolder for binaries on Windows</title>
<updated>2019-06-09T00:46:22+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-06-08T21:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5d824f8bb5b0dc11f0459600d277838ed6f2e057'/>
<id>5d824f8bb5b0dc11f0459600d277838ed6f2e057</id>
<content type='text'>
Second part of https://gitlab.com/inkscape/inkscape/issues/82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Second part of https://gitlab.com/inkscape/inkscape/issues/82
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused libyaml dependency</title>
<updated>2019-06-05T21:22:02+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-06-05T20:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5dc92fdb2456b6d7acd491f1d3671e5b93fc559f'/>
<id>5dc92fdb2456b6d7acd491f1d3671e5b93fc559f</id>
<content type='text'>
This was required by xverbs, which were removed in
  db05b842cba28f01b431eee890537959aa2d8fe3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was required by xverbs, which were removed in
  db05b842cba28f01b431eee890537959aa2d8fe3
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake/MSYS2: Update dependencies (add libpdcurses)</title>
<updated>2019-05-28T21:00:01+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-05-28T21:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=71d188eaf4267673a42924d99b98a961bed7b98f'/>
<id>71d188eaf4267673a42924d99b98a961bed7b98f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
