<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/multimedia, branch 2011.05_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.05_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.05_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-05-18T20:03:57+00:00</updated>
<entry>
<title>mplayer: fix libmad check</title>
<updated>2011-05-18T20:03:57+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-05-18T20:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8b4f5f241071bbe71229e989b563c7817dc6da5f'/>
<id>urn:sha1:8b4f5f241071bbe71229e989b563c7817dc6da5f</id>
<content type='text'>
Closes #3757

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>festival: remove packages</title>
<updated>2011-05-17T18:06:28+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-05-17T18:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e3bf4de3298ec01cf6d91bc55758b4e605b52b88'/>
<id>urn:sha1:e3bf4de3298ec01cf6d91bc55758b4e605b52b88</id>
<content type='text'>
Festival does not build, nobody cared since a long time, and they have
been marked deprecated since quite some time.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>ffmpeg: Version bump to 0.6.3</title>
<updated>2011-05-13T13:29:10+00:00</updated>
<author>
<name>Mike Williams</name>
<email>mike@mikebwilliams.com</email>
</author>
<published>2011-05-13T12:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=120f093fd2d4761acdbfaf2f5d86fe1210fde628'/>
<id>urn:sha1:120f093fd2d4761acdbfaf2f5d86fe1210fde628</id>
<content type='text'>
Signed-off-by: Mike Williams &lt;mike@mikebwilliams.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ffmpeg: only build documentation if requested</title>
<updated>2011-05-13T13:12:25+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-05-13T13:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dcad5235a944c2c675f35ac918ada767a4149bee'/>
<id>urn:sha1:dcad5235a944c2c675f35ac918ada767a4149bee</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ffmpeg: ffmpeg binary requires swscale</title>
<updated>2011-05-13T12:53:35+00:00</updated>
<author>
<name>Mike Williams</name>
<email>mike@mikebwilliams.com</email>
</author>
<published>2011-05-12T20:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7ed1f1e3cd12b38dd4defc2f33744df40d772705'/>
<id>urn:sha1:7ed1f1e3cd12b38dd4defc2f33744df40d772705</id>
<content type='text'>
Signed-off-by: Mike Williams &lt;mike@mikebwilliams.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ffmpeg: disable altivec optimizations for PPC CPUs lacking it</title>
<updated>2011-05-13T10:26:56+00:00</updated>
<author>
<name>Mike Williams</name>
<email>mike@mikebwilliams.com</email>
</author>
<published>2011-05-12T20:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=29a07684527d922d3896b70a832f16c6c2b763a3'/>
<id>urn:sha1:29a07684527d922d3896b70a832f16c6c2b763a3</id>
<content type='text'>
[Peter: use positive logic]
Signed-off-by: Mike Williams &lt;mike@mikebwilliams.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>alsa-utils: make /var/lib/alsa directory in target</title>
<updated>2011-05-03T19:49:25+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-04-20T17:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b05f23b933018c2ccce890620a6bdbb6619001ce'/>
<id>urn:sha1:b05f23b933018c2ccce890620a6bdbb6619001ce</id>
<content type='text'>
alsactl needs /var/lib/alsa to store asound.state when saving mixer
settings so make it in the target.

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>mpg123: bump to version 0.13.3</title>
<updated>2011-05-03T18:43:39+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-05-03T16:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=57d131dd9677cb066c8aa54a5e25061dddee8875'/>
<id>urn:sha1:57d131dd9677cb066c8aa54a5e25061dddee8875</id>
<content type='text'>
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>mpd: fix build with tremor support</title>
<updated>2011-04-03T20:51:54+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-04-03T20:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4d1118e2d83bcb3d5777f86e560086eaf60b0322'/>
<id>urn:sha1:4d1118e2d83bcb3d5777f86e560086eaf60b0322</id>
<content type='text'>
Tremor needs the common ogg support (in _ogg_common.c) to get built,
similar to how it is done when libvorbis is used.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>mpd: bump to version 0.16.2 and bugfix</title>
<updated>2011-04-01T19:25:02+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-04-01T18:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=887d210986da45191dcb14647b93fea20b5ddb3e'/>
<id>urn:sha1:887d210986da45191dcb14647b93fea20b5ddb3e</id>
<content type='text'>
Bump mpd server to version 0.6.12
Also make ffmpeg support conditional on IPv6 since the new ffmpeg
version requires it.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
