<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/games, branch 2011.05</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.05</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.05'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-02-17T13:13:34+00:00</updated>
<entry>
<title>package/games: remove ace_of_penguins</title>
<updated>2011-02-17T13:13:34+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-17T13:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fc41ee90f469fa7482d39f863a720e830259180a'/>
<id>urn:sha1:fc41ee90f469fa7482d39f863a720e830259180a</id>
<content type='text'>
It has been marked as broken for close to 1 year (7452b4edfa1c), without
any effort to fix it, so remove it from the tree.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/games: remove magiccube4d</title>
<updated>2010-12-25T19:47:12+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-12-25T19:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cd72e95b2909da23e2d919a550716b00c656138e'/>
<id>urn:sha1:cd72e95b2909da23e2d919a550716b00c656138e</id>
<content type='text'>
It hasn't seen any updates since it was added early 2008, upstream seems
dead and it doesn't build with modern GCC versions.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>prboom: re-add big endian fixup</title>
<updated>2010-10-14T19:40:47+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-10-14T19:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9f8f3c92c634e5041769e608a64b680dfc074c80'/>
<id>urn:sha1:9f8f3c92c634e5041769e608a64b680dfc074c80</id>
<content type='text'>
Seems I misread configure.ac, the endianness detection is only used when
not cross compiling.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>prboom: fix png support</title>
<updated>2010-10-14T18:32:34+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-10-14T18:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c4e6bc74de5ac03e74b797bbcd088977f166d484'/>
<id>urn:sha1:c4e6bc74de5ac03e74b797bbcd088977f166d484</id>
<content type='text'>
Ensure libpng gets built before prboom so configure finds it, and fix
build with libpng 1.4.x (NULL defines removed).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>prboom: bump version</title>
<updated>2010-10-14T18:13:54+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-10-14T18:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dc6d5d9b3c3d626f15841829d59b059da960c2ff'/>
<id>urn:sha1:dc6d5d9b3c3d626f15841829d59b059da960c2ff</id>
<content type='text'>
Special big endian handling is no longer needed and X option is gone.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>prboom: use correctly the autotargets infrastructrure</title>
<updated>2010-09-12T17:26:51+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-09-01T21:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dfe97a1ed459bc078c5fa8f55ebc0ec541b76eb4'/>
<id>urn:sha1:dfe97a1ed459bc078c5fa8f55ebc0ec541b76eb4</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/games: remove broken lxdoom package</title>
<updated>2010-08-31T21:14:47+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-31T21:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1424ff1c147d01028028b921636a8e91c4badb18'/>
<id>urn:sha1:1424ff1c147d01028028b921636a8e91c4badb18</id>
<content type='text'>
It's deprecated upstream (merged in prboom), not updated in years and
broken (uses host includes / missing dependencies), so remove it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>gnuchess: fix configure cache issue with readline</title>
<updated>2010-07-27T07:26:57+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-27T07:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a731c7d6235306a6ecb29ff7848682736fde7a7b'/>
<id>urn:sha1:a731c7d6235306a6ecb29ff7848682736fde7a7b</id>
<content type='text'>
Make sure readline is built before gnuchess if enabled, so it correctly
detects it and doesn't populate tgt-config.cache with invalid values.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Update all packages to quote $(TARGET_CC)</title>
<updated>2010-07-07T06:20:21+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-06T07:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a1c8fa41f6f6e5047182fe90656bcd30243bca8d'/>
<id>urn:sha1:a1c8fa41f6f6e5047182fe90656bcd30243bca8d</id>
<content type='text'>
Now that TARGET_CC contains several space-separated words, it must be
used quoted everywhere.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package: remove games/Config.in</title>
<updated>2010-06-22T14:49:51+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-22T14:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7d07f3c1ab285b4e8b085ede814d51e84978378f'/>
<id>urn:sha1:7d07f3c1ab285b4e8b085ede814d51e84978378f</id>
<content type='text'>
Unused since the package menu restructuring.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
