<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging, branch v4.7.8</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/packaging?h=v4.7.8</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/packaging?h=v4.7.8'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-03-26T02:34:00Z</updated>
<entry>
<title>MXE Windows build script: Chance MXE make call in comment</title>
<updated>2018-03-26T02:34:00Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2018-03-23T18:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=02dcd219cf3705506230cc0c0edd58140bf99482'/>
<id>urn:sha1:02dcd219cf3705506230cc0c0edd58140bf99482</id>
<content type='text'>
In the comment/instruction how to build MXE add "libssh2" and "curl"
to the make call. This seems to be needed in newer versions of MXE.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>MXE Windows build script: Do right build flavor also for googlemaps</title>
<updated>2018-03-26T02:34:00Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2018-03-23T18:55:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bb922e8db27bb462c3c92cb11e71f1ccdbe6f401'/>
<id>urn:sha1:bb922e8db27bb462c3c92cb11e71f1ccdbe6f401</id>
<content type='text'>
Do the right build flavor also for the googlemaps plugin.

Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>iOS: add MapLocationModel and corresponding helper</title>
<updated>2018-03-22T14:34:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-03-13T01:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9e457e092c9e0a541228274da2e8087d40fa2769'/>
<id>urn:sha1:9e457e092c9e0a541228274da2e8087d40fa2769</id>
<content type='text'>
Thanks to Murillo Bernardes for reminding me to add the .h files as well.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS: build googlemaps</title>
<updated>2018-03-22T14:33:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-03-13T01:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ce8cad615a44efb2df2a08cb033b241db8b30fb0'/>
<id>urn:sha1:ce8cad615a44efb2df2a08cb033b241db8b30fb0</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android build: switch to Qt 5.10.1</title>
<updated>2018-03-19T19:08:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-03-19T19:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0c91a1b8d20c2536d60adee7730dd435c1f7cdd9'/>
<id>urn:sha1:0c91a1b8d20c2536d60adee7730dd435c1f7cdd9</id>
<content type='text'>
That's what we now use for the official binaries as well.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android/iOS build: get libxml2 and libxslt from GitHub</title>
<updated>2018-03-19T19:03:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-03-19T16:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6c3cd24ef883d7c84af5c801a4a11df4fc0bb963'/>
<id>urn:sha1:6c3cd24ef883d7c84af5c801a4a11df4fc0bb963</id>
<content type='text'>
The xmlsoft.org links sometimes time out. Sadly, GitHub API gives us an
oddly named top level directory in the tar file, so lets strip that and
replace it with the "usual" name.

Also, for the "raw" tar files from GitHub we need to run autoreconf
ourselves.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>android/build.sh: build the googlemaps plugin</title>
<updated>2018-03-11T18:40:12Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2018-03-08T22:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cdba35530ba5f9fedc0c803a0dbfada70cb57d7d'/>
<id>urn:sha1:cdba35530ba5f9fedc0c803a0dbfada70cb57d7d</id>
<content type='text'>
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>Cleanup: Unify qthelper.h and qthelperfromc.h</title>
<updated>2018-02-26T17:06:02Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-02-24T22:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cd5e17cf79c2f1eb896efd0436c103221de446ae'/>
<id>urn:sha1:cd5e17cf79c2f1eb896efd0436c103221de446ae</id>
<content type='text'>
Since all qt-helpers are defined in qthelper.cpp, there seems to be
no reason to have two include files. By unifying the two files,
duplication and inconsistencies are removed. The C++-only part is
simply compiled away with #ifdefs.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>smtk-import: add windows building to travis-ci</title>
<updated>2018-02-24T21:42:01Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2018-02-15T20:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f6cee2ca7ebcad011b5109b2679f14d60852b50f'/>
<id>urn:sha1:f6cee2ca7ebcad011b5109b2679f14d60852b50f</id>
<content type='text'>
Prepare the building script to suport travis or set other automated
builds, while keeping other options to manual builds.

In before_install script, create needed directories, and dowload
mdbtools sources.

Add smtk2ssrf build script to travisbuild.sh

Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
</content>
</entry>
<entry>
<title>Android build: use Qt 5.9.3</title>
<updated>2018-02-24T19:37:56Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-02-23T13:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7e0e87cf785d0136dcde96c4a23b51c866cc664c'/>
<id>urn:sha1:7e0e87cf785d0136dcde96c4a23b51c866cc664c</id>
<content type='text'>
At least, now the Travis builds use the same Qt version as the
production builds from Dirk that go to the AppStores.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
</feed>
