<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/speex, branch 2012.02</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.02</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.02'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2008-09-05T12:06:50Z</updated>
<entry>
<title>audio: Move all audio packages into audio subdir</title>
<updated>2008-09-05T12:06:50Z</updated>
<author>
<name>Daniel Laird</name>
<email>danieljlaird@hotmail.com</email>
</author>
<published>2008-09-05T12:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=76235a15b37bae9e3c83bc20e9afd49a66e33455'/>
<id>urn:sha1:76235a15b37bae9e3c83bc20e9afd49a66e33455</id>
<content type='text'>
Moved all audio packages into a subdir called audio.
I then created a Config.in and made sure that a audio.mk 
existed.

Daniel Laird
</content>
</entry>
<entry>
<title>speex: also compile static libraries</title>
<updated>2008-08-17T13:46:46Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dd8a14d55eced58475cb030ffa56b814f68ed08a'/>
<id>urn:sha1:dd8a14d55eced58475cb030ffa56b814f68ed08a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>speex: automate selection of arm specific optimizations</title>
<updated>2008-08-17T13:46:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=46d6d83273e47872cf41b314a9c1c4d01ff42056'/>
<id>urn:sha1:46d6d83273e47872cf41b314a9c1c4d01ff42056</id>
<content type='text'>
ARM version info according to wikipedia, hopefully I got it all correct.
</content>
</entry>
<entry>
<title>speex: fix target install</title>
<updated>2008-08-17T13:20:31Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=28b2a5bd7e504d458e72788cecaa6e57ba89d4de'/>
<id>urn:sha1:28b2a5bd7e504d458e72788cecaa6e57ba89d4de</id>
<content type='text'>
Use install-strip and clean up documentation files instead of
install-exec so files get stripped and manpages installed if
requested.
</content>
</entry>
<entry>
<title>speex: select libogg</title>
<updated>2008-08-17T13:20:28Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=52abf53f322965fe57a6061b208bce2f1a7bb753'/>
<id>urn:sha1:52abf53f322965fe57a6061b208bce2f1a7bb753</id>
<content type='text'>
Speex depends on libogg, so make it visible in Kconfig
</content>
</entry>
<entry>
<title>speex: convert to Makefile.autotools.in and bump version to 1.2rc1</title>
<updated>2008-08-17T13:20:25Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:20:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=56de4e289f16936428e10c0c91d09d3d5a056a63'/>
<id>urn:sha1:56de4e289f16936428e10c0c91d09d3d5a056a63</id>
<content type='text'>
Patch by Malek &lt;souf_oued@yahoo.fr&gt;
</content>
</entry>
<entry>
<title>buildroot: remove trailing spaces</title>
<updated>2008-08-04T19:07:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=02a623ddf96aa97c341a287bbb4ec5370a069444'/>
<id>urn:sha1:02a623ddf96aa97c341a287bbb4ec5370a069444</id>
<content type='text'>
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>buildroot: cleanup &lt;package&gt;-clean targets.</title>
<updated>2008-03-27T15:42:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-03-27T15:42:42Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dfe689229df9afe9a3b7783b477ed82f9a521dbc'/>
<id>urn:sha1:dfe689229df9afe9a3b7783b477ed82f9a521dbc</id>
<content type='text'>
Based on input from Arndt Kritzner &amp; Bernhard Fischer.
</content>
</entry>
<entry>
<title>Ensure speex will use any future patch</title>
<updated>2007-11-30T12:33:37Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2007-11-30T12:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=45d164dc539206cff00332afee2624a53ef0657e'/>
<id>urn:sha1:45d164dc539206cff00332afee2624a53ef0657e</id>
<content type='text'>
</content>
</entry>
</feed>
