<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/util/travis, branch 0.4.13</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2015-05-11T15:48:33+00:00</updated>
<entry>
<title>Add LibGMP</title>
<updated>2015-05-11T15:48:33+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-04-12T04:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=181f7baa453c58d4070de7196fd74663110946a8'/>
<id>urn:sha1:181f7baa453c58d4070de7196fd74663110946a8</id>
<content type='text'>
Uses system provided libgmp if found, if not it falls back to mini-gmp.
</content>
</entry>
<entry>
<title>Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of libjpeg8-dev.</title>
<updated>2015-05-11T10:56:11+00:00</updated>
<author>
<name>Megaf</name>
<email>mmegaf@gmail.com</email>
</author>
<published>2015-05-02T21:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=58eae43322ffa83f634b4199176f4e1bae0cbcde'/>
<id>urn:sha1:58eae43322ffa83f634b4199176f4e1bae0cbcde</id>
<content type='text'>
On Debian 8...
```
Package libjpeg8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libjpeg62-turbo-dev
```
Using libjpeg-dev should make the OS select the most appropriate lib to be installed.
These are the packages available on Debian 8.
```
libjpeg-dev - Development files for the JPEG library [dummy package]
libjpeg-turbo-progs - Programs for manipulating JPEG files
libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging symbols)
libjpeg62-turbo - libjpeg-turbo JPEG runtime library
libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library
libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library
libturbojpeg1 - TurboJPEG runtime library - SIMD optimized
libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols)
libturbojpeg1-dev - Development files for the TurboJPEG library

```
This seems to work on all current Debian versions, Wheezy, Jessie and Sid.
https://packages.debian.org/wheezy/libjpeg-dev
https://packages.debian.org/jessie/libjpeg-dev
https://packages.debian.org/stretch/libjpeg-dev

Im not sure if Ubuntu has this dummy package.

http://packages.ubuntu.com/search?keywords=libjpeg-dev

Perhaps this should be further discussed.

libjpeg8-dev -&gt; libjpeg-dev
</content>
</entry>
<entry>
<title>Clean up and tweak build system</title>
<updated>2015-03-27T19:00:48+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-02-27T23:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=93fcab952b28f4db39d9326b83f14cbd86c0cf17'/>
<id>urn:sha1:93fcab952b28f4db39d9326b83f14cbd86c0cf17</id>
<content type='text'>
  * Combine client and server man pages.
  * Update unit test options and available databases in man page.
  * Add `--worldname` to man page.
  * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`.
  * Disable server build by default on all operating systems.
  * Make `ENABLE_FREETYPE` not fail if FreeType isn't found.
  * Enable LevelDB, Redis, and FreeType detection by default.
  * Remove the `VERSION_PATCH_ORIG` hack.
  * Add option to search for and use system JSONCPP.
  * Remove broken LuaJIT version detection.
  * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`.
  * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`.
  * Clean up style of CMake files.
</content>
</entry>
<entry>
<title>Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested</title>
<updated>2015-02-24T07:56:52+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-02-24T07:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b4acac706dae66be3ddc3f0a291097ca175417f7'/>
<id>urn:sha1:b4acac706dae66be3ddc3f0a291097ca175417f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unit tests must be done at integration process.</title>
<updated>2015-02-21T10:04:19+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-02-19T08:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b3aeba684b4e27e9fdf2c07949750bb567e40d6b'/>
<id>urn:sha1:b3aeba684b4e27e9fdf2c07949750bb567e40d6b</id>
<content type='text'>
* Remove --enable-unittests and --disable-unittests and add --do-unittests function
* --do-unittests function will exit 0 on success.
* minetest and minetestserver binaries are launched with --do-unittests in travis build.
</content>
</entry>
<entry>
<title>Add LevelDB and redis to Travis Linux builds</title>
<updated>2015-02-16T10:55:12+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2015-01-28T15:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f1fd0f7e144acdd5da08554d996ba56c67ee7c46'/>
<id>urn:sha1:f1fd0f7e144acdd5da08554d996ba56c67ee7c46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update MinGW toolchain downloads used by travis</title>
<updated>2014-12-23T16:20:26+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2014-12-23T16:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=eee2f6a35dbb248933d341e78b0d8238bcf78a22'/>
<id>urn:sha1:eee2f6a35dbb248933d341e78b0d8238bcf78a22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build for win32 &amp; win64 on Travis too</title>
<updated>2014-12-06T18:56:31+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2014-12-05T14:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=04a1a446cf845a0db80d39fd0e42771aa07e4492'/>
<id>urn:sha1:04a1a446cf845a0db80d39fd0e42771aa07e4492</id>
<content type='text'>
</content>
</entry>
</feed>
