<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/speex, branch 2012.08</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.08</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.08'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-07-17T18:23:05+00:00</updated>
<entry>
<title>all packages: rename XXXTARGETS to xxx-package</title>
<updated>2012-07-17T18:23:05+00:00</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2012-07-02T22:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e1502ebc0c92763896c53d405ee9c7c7a1a33e24'/>
<id>urn:sha1:e1502ebc0c92763896c53d405ee9c7c7a1a33e24</id>
<content type='text'>
Also remove the redundant $(call ...).

This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
  xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
               -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
               -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>speex: remove redundant SPEEX_SOURCE definition</title>
<updated>2012-05-14T20:57:37+00:00</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2012-05-07T10:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=29e62eeb1ed9fb2a9c1b771e01a3248acd56d69c'/>
<id>urn:sha1:29e62eeb1ed9fb2a9c1b771e01a3248acd56d69c</id>
<content type='text'>
Also fix Makefile coding style

Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>speex: make it compilable in Thumb-2 mode</title>
<updated>2012-05-08T22:29:30+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2012-05-07T23:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7cff73a29459755a61567f8952005ca3a7cae73f'/>
<id>urn:sha1:7cff73a29459755a61567f8952005ca3a7cae73f</id>
<content type='text'>
This fixes build failures such as
http://autobuild.buildroot.org/results/901e8fe6df0e568624f1ceffc1979c5010e19328/build-end.log.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/multimedia: move audio libraries out</title>
<updated>2012-05-05T21:41:11+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2012-04-30T03:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5d6f32878f707f4c28fe09d02e960d851c76e3c3'/>
<id>urn:sha1:5d6f32878f707f4c28fe09d02e960d851c76e3c3</id>
<content type='text'>
Move audio libraries out of the Audio and Video category into the
Libraries/Audio one.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>audio: Move all audio packages into audio subdir</title>
<updated>2008-09-05T12:06:50+00:00</updated>
<author>
<name>Daniel Laird</name>
<email>danieljlaird@hotmail.com</email>
</author>
<published>2008-09-05T12:06:50+00:00</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:46+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:46:46+00:00</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:42+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:46:42+00:00</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:31+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:20:31+00:00</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:28+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:20:28+00:00</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:25+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-17T13:20:25+00:00</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>
</feed>
