<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/multimedia/mplayer, branch 2009.02_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.02_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.02_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2009-01-16T11:42:52Z</updated>
<entry>
<title>package/: convert to DOWNLOAD helper</title>
<updated>2009-01-16T11:42:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-16T11:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4a7bfd27757e076837e400f18d8371d792eade0e'/>
<id>urn:sha1:4a7bfd27757e076837e400f18d8371d792eade0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mplayer: set charset explisit to US-ASCII to ease intl compile</title>
<updated>2008-12-04T16:49:06Z</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2008-12-04T16:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5851eae5f040ee36feef61cf51602c3ac76031e3'/>
<id>urn:sha1:5851eae5f040ee36feef61cf51602c3ac76031e3</id>
<content type='text'>
This patch set the charset selected by mplayer to US-ASCII because mplayer
configure script have problems detecting working cross compiled iconv tools

</content>
</entry>
<entry>
<title>mplayer: use $(if ...) to add dependencies to mplayer</title>
<updated>2008-12-01T13:33:33Z</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2008-12-01T13:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e3e34dab93a4f22c52a337692d2ec1954cdbfa7c'/>
<id>urn:sha1:e3e34dab93a4f22c52a337692d2ec1954cdbfa7c</id>
<content type='text'>
This patch will add needed libraries with $(if ...) syntax. This should ease
readability and make it easy for others to spot where the depencies are added.

Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;

</content>
</entry>
<entry>
<title>mplayer: remove not needed $(strip ...) calls in Makefile</title>
<updated>2008-12-01T13:08:43Z</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2008-12-01T13:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fb11bbf5e99d8a04714934bea0b926ecfa3dde45'/>
<id>urn:sha1:fb11bbf5e99d8a04714934bea0b926ecfa3dde45</id>
<content type='text'>
Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;

</content>
</entry>
<entry>
<title>mplayer: make sure alsa-lib is installed before mplayer</title>
<updated>2008-12-01T12:53:09Z</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2008-12-01T12:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=377e554200954998bf41e1b72c6491d08de76e55'/>
<id>urn:sha1:377e554200954998bf41e1b72c6491d08de76e55</id>
<content type='text'>
This patch adds alsa-lib to a dependency for mplayer if it is selected in
kconfig.

Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;

</content>
</entry>
<entry>
<title>mplayer: add dependency libraries to a variable</title>
<updated>2008-12-01T12:48:58Z</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2008-12-01T12:48:58Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8c149d286ac328bb00ba3f4fa24441e38644cdee'/>
<id>urn:sha1:8c149d286ac328bb00ba3f4fa24441e38644cdee</id>
<content type='text'>
This patch will put dependency libraries in a variable and add this to the
dependencies to build mplayer. This is done to ease adding new libraries in the
future.

Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;

</content>
</entry>
<entry>
<title>mplayer: disable ivtv video output</title>
<updated>2008-12-01T12:32:50Z</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2008-12-01T12:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8248a4a144bf4ea7bb8814f9acf977dd2a93221b'/>
<id>urn:sha1:8248a4a144bf4ea7bb8814f9acf977dd2a93221b</id>
<content type='text'>
This patch disabled ivtv video output, since it does not compile with Linux
kernel 2.6.27 headers.

Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;

</content>
</entry>
<entry>
<title>mplayer, vlc: move into multimedia category</title>
<updated>2008-11-15T21:33:14Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-11-15T21:33:14Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=50f2a3981fb5e7988bac4fb231286ae69055458f'/>
<id>urn:sha1:50f2a3981fb5e7988bac4fb231286ae69055458f</id>
<content type='text'>
Signed-off-by: Markus Heidelberg &lt;markus.heidelberg@web.de&gt;
</content>
</entry>
</feed>
