<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/multimedia, branch 2011.02</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.02</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.02'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-02-28T15:08:55+00:00</updated>
<entry>
<title>ffmpeg: disable mmx for low end x86-type processors</title>
<updated>2011-02-28T15:08:55+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-02-28T14:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3f6aa3ec56a813a6e9e419e5dfaa9b728561d7ac'/>
<id>urn:sha1:3f6aa3ec56a813a6e9e419e5dfaa9b728561d7ac</id>
<content type='text'>
ffmpeg enables mmx by default for x86-class processors, so disable it for
processors that lack it (i386, i486, i586, i686, pentium pro, geode).
Solves bug #3325

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: forcibly disable oggflac without flac</title>
<updated>2011-02-25T20:21:23+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-02-25T20:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=53725fafee39cad72f586f7306acc25afaecbbc6'/>
<id>urn:sha1:53725fafee39cad72f586f7306acc25afaecbbc6</id>
<content type='text'>
If flac and libogg were both built but flac isn't selected in mpd it
will be picked up anyway.
Forcibly disable oggflac support if flac support is disabled for
consistency.

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: move ffmpeg option up</title>
<updated>2011-02-25T20:21:22+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-02-25T20:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=77dfefd43cab12c0393ba63953a08ab3615d618c'/>
<id>urn:sha1:77dfefd43cab12c0393ba63953a08ab3615d618c</id>
<content type='text'>
Move the ffmpeg option up to keep the pretty sort order.

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: default to tremor input plugin</title>
<updated>2011-02-25T20:20:15+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-02-25T20:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d428dddf680b067c13ba9a08bfd502c7286cffe7'/>
<id>urn:sha1:d428dddf680b067c13ba9a08bfd502c7286cffe7</id>
<content type='text'>
MPD requires at least one input plugin to build.
If there's none selected default to tremor (vorbis).

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 alsa dependencies</title>
<updated>2011-02-25T18:51:21+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-25T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f83024cf074b3b1770a13dc41b3ce8753e3ec445'/>
<id>urn:sha1:f83024cf074b3b1770a13dc41b3ce8753e3ec445</id>
<content type='text'>
Alsa output support needs pcm and mixer support in alsa-lib.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/multimedia: mark festival packages as broken</title>
<updated>2011-02-22T23:40:11+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-22T23:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a6ada2c94667fd6e1030cfeffd088703b263ddf8'/>
<id>urn:sha1:a6ada2c94667fd6e1030cfeffd088703b263ddf8</id>
<content type='text'>
After spending a couple of hours on it today, I'm still unable to get
speech-tools to build and install properly with a uClibc toolchain.

So I'm giving up. Mark the entire thing broken as the text-to-speech
stuff is unlikely to be used very much on the kind of small systems
we're targetting.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>mpd: add option for ffmpeg support</title>
<updated>2011-02-19T19:42:02+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-19T19:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=833724e1b15a708a04a7912204bf0d2dfdc2254b'/>
<id>urn:sha1:833724e1b15a708a04a7912204bf0d2dfdc2254b</id>
<content type='text'>
For all the special file formats supported by ffmpeg.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>taglib: fix build</title>
<updated>2011-02-18T11:30:00+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-18T11:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f357e10335c51879007da3410c676866cf0e91c5'/>
<id>urn:sha1:f357e10335c51879007da3410c676866cf0e91c5</id>
<content type='text'>
The old libtool version gets confused about rpath, which breaks the build.
FIx it by up upgrading to 1.5.22 (package is not compatible with libtool
2.x, so we cannot just autoreconf).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/multimedia: remove vlc</title>
<updated>2011-02-17T13:16:13+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-17T13:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=022d2062631bc29b40b8a8ad2cf28e1241e731ca'/>
<id>urn:sha1:022d2062631bc29b40b8a8ad2cf28e1241e731ca</id>
<content type='text'>
It has been marked as broken for close to 1 year (aa3439e6a3f), 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/multimedia: apply libtool patch where possible</title>
<updated>2011-02-17T12:52:47+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-17T12:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e6cdced39937cdb4b171f3505cc208758c80dc2c'/>
<id>urn:sha1:e6cdced39937cdb4b171f3505cc208758c80dc2c</id>
<content type='text'>
Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Notice: libmad/libid3tag/madplay/taglib not changed, as they use a very
old 1.5 version, where our buildroot-libtool-v1.5.patch doesn't apply.

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