<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/util/travis, branch 0.4.14</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-03-20T01:27:57+00:00</updated>
<entry>
<title>Tweak travis script</title>
<updated>2016-03-20T01:27:57+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-03-19T05:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=eb7db21d50f866d1e847d7556f83995294a7e54f'/>
<id>urn:sha1:eb7db21d50f866d1e847d7556f83995294a7e54f</id>
<content type='text'>
Exit if cd fails and don't insert '\' in string.
</content>
</entry>
<entry>
<title>Implement OSX Travis builds</title>
<updated>2016-02-04T12:22:32+00:00</updated>
<author>
<name>Pavel Puchkin</name>
<email>i@neoascetic.me</email>
</author>
<published>2016-01-29T14:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c4e0d95c87a3aec22ad52ae427b704a9f3a22d21'/>
<id>urn:sha1:c4e0d95c87a3aec22ad52ae427b704a9f3a22d21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update URLs for buildbot &amp; travis</title>
<updated>2015-12-26T00:19:27+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2015-12-23T22:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e834e83ed8c1208dcfe945abf5900e278fa3f518'/>
<id>urn:sha1:e834e83ed8c1208dcfe945abf5900e278fa3f518</id>
<content type='text'>
The freehoster these files were hosted on is shutting down soon-ish, they're now hosted on my VPS.
</content>
</entry>
<entry>
<title>Make travis work again</title>
<updated>2015-12-05T17:01:01+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-12-05T16:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5643b9b9ed3ec39f90e3a7c9bf09bc255e0bcef3'/>
<id>urn:sha1:5643b9b9ed3ec39f90e3a7c9bf09bc255e0bcef3</id>
<content type='text'>
Now we do sudo apt-get update to download package sources.
This fixes travis build with the new GCE based infrastructure.

Closes #3427.
Closes #3426.
</content>
</entry>
<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>
</feed>
