<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/configure, branch master</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2023-10-09T14:38:03+00:00</updated>
<entry>
<title>Remove USE_SOUP3</title>
<updated>2023-10-09T14:38:03+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-04T20:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=bfff1a2e519a3799f6e633947d4249985921a81c'/>
<id>urn:sha1:bfff1a2e519a3799f6e633947d4249985921a81c</id>
<content type='text'>
CMake had already replaced it with SOUP_VERSION, so it made no sense for
configure to insist on USE_SOUP3.
</content>
</entry>
<entry>
<title>Automatically select appropriate libsoup version</title>
<updated>2023-10-05T12:32:03+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-11-03T15:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=4d6283fd7b50dee371f8fedd8ccd413fdc9b786f'/>
<id>urn:sha1:4d6283fd7b50dee371f8fedd8ccd413fdc9b786f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore unrecognized options in ./configure</title>
<updated>2021-01-18T18:01:30+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2021-01-18T18:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=f2662b21c194e40d31d5ffc6d9e826a439526e6c'/>
<id>urn:sha1:f2662b21c194e40d31d5ffc6d9e826a439526e6c</id>
<content type='text'>
This is so that systems that except configure to be autoconf don't complain.
</content>
</entry>
<entry>
<title>Use system provided libsignal-protocol-c by default</title>
<updated>2020-01-21T20:55:08+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2020-01-21T20:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=55b148a0f78c1abef57c21b2a84d97cad32b2290'/>
<id>urn:sha1:55b148a0f78c1abef57c21b2a84d97cad32b2290</id>
<content type='text'>
You can still compile in tree by using --with-libsignal-in-tree flag
</content>
</entry>
<entry>
<title>Add --release to ./configure, test via travis</title>
<updated>2019-12-25T19:28:07+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2019-12-25T19:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=7d1497a549892f97ef28bd9e1f5cc65df2f30635'/>
<id>urn:sha1:7d1497a549892f97ef28bd9e1f5cc65df2f30635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add version and adjust some cmake</title>
<updated>2019-12-17T23:51:49+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2019-12-17T22:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=bd45fdf1e16e7d4ff49e1472ee30f269867f531e'/>
<id>urn:sha1:bd45fdf1e16e7d4ff49e1472ee30f269867f531e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix parsing of multiple --(enable|disable)-plugin options (#350)</title>
<updated>2018-09-02T22:43:07+00:00</updated>
<author>
<name>Alexander Krotov</name>
<email>ilabdsf@gmail.com</email>
</author>
<published>2018-09-02T22:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=69b886ef1e065d1c3373ac775111fcd1ea7cbbf9'/>
<id>urn:sha1:69b886ef1e065d1c3373ac775111fcd1ea7cbbf9</id>
<content type='text'>
Due to missing $ variables $ENABLED_PLUGINS and $DISABLED_PLUGINS were not evaluated.
</content>
</entry>
<entry>
<title>Fix indentation in ./configure script (#351)</title>
<updated>2018-08-28T12:08:42+00:00</updated>
<author>
<name>Alexander</name>
<email>ilabdsf@gmail.com</email>
</author>
<published>2018-08-28T12:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=9e93a77a624aed24402cf1ece69c05aaa0aab600'/>
<id>urn:sha1:9e93a77a624aed24402cf1ece69c05aaa0aab600</id>
<content type='text'>
Replace tabs with spaces for consistency.</content>
</entry>
<entry>
<title>Remove bashisms from ./configure (#353)</title>
<updated>2018-08-28T12:03:42+00:00</updated>
<author>
<name>Alexander</name>
<email>ilabdsf@gmail.com</email>
</author>
<published>2018-08-28T12:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=21e3f60cc45f689881b2d5370c30ff19a32b46be'/>
<id>urn:sha1:21e3f60cc45f689881b2d5370c30ff19a32b46be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure: ignore flags used by dh_make</title>
<updated>2017-08-31T16:41:18+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2017-08-22T15:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=9b5bd0ccf0cdeb49f900450df8eea41c6a0dea75'/>
<id>urn:sha1:9b5bd0ccf0cdeb49f900450df8eea41c6a0dea75</id>
<content type='text'>
</content>
</entry>
</feed>
