<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/multimedia/pulseaudio, branch master</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-06-10T12:34:50Z</updated>
<entry>
<title>pulseaudio : bump to version 4.0</title>
<updated>2013-06-10T12:34:50Z</updated>
<author>
<name>Jeremy Rosen</name>
<email>jeremy.rosen@openwide.fr</email>
</author>
<published>2013-06-10T07:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a9bd6a4e8cd0152abd65aca0e1c46d917cf0fde7'/>
<id>urn:sha1:a9bd6a4e8cd0152abd65aca0e1c46d917cf0fde7</id>
<content type='text'>
removes a patch that was integrated upstream

Signed-off-by: Jérémy Rosen &lt;jeremy.rosen@openwide.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix package headers to comply with coding style</title>
<updated>2013-06-06T15:26:35Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2013-06-05T23:53:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=702704014dafc2beae60bcd88abeae72f0ac4d87'/>
<id>urn:sha1:702704014dafc2beae60bcd88abeae72f0ac4d87</id>
<content type='text'>
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'next'</title>
<updated>2013-06-02T14:33:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-06-02T14:33:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1ba51d2fbddd5650f8caea0a327b9031238ad843'/>
<id>urn:sha1:1ba51d2fbddd5650f8caea0a327b9031238ad843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pulseaudio : bump to version 3.0</title>
<updated>2013-05-30T20:19:17Z</updated>
<author>
<name>Jeremy Rosen</name>
<email>jeremy.rosen@openwide.fr</email>
</author>
<published>2013-05-28T21:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ac23d50496d590026fe5ae140bc5e98e72f208e3'/>
<id>urn:sha1:ac23d50496d590026fe5ae140bc5e98e72f208e3</id>
<content type='text'>
Signed-off-by: Jérémy Rosen &lt;jeremy.rosen@openwide.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Revert "pulseaudio : bump to version 3.0"</title>
<updated>2013-05-30T13:33:01Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-05-30T13:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7183fc0f3fefc9722bcd1f1be6ca02cdbfe0eb57'/>
<id>urn:sha1:7183fc0f3fefc9722bcd1f1be6ca02cdbfe0eb57</id>
<content type='text'>
This reverts commit d3bde0a64edb5a3392314d2cdd2c4e4057d15831.

This wasn't supposed to be applied to master.
</content>
</entry>
<entry>
<title>pulseaudio : bump to version 3.0</title>
<updated>2013-05-29T19:44:27Z</updated>
<author>
<name>Jeremy Rosen</name>
<email>jeremy.rosen@openwide.fr</email>
</author>
<published>2013-05-28T21:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d3bde0a64edb5a3392314d2cdd2c4e4057d15831'/>
<id>urn:sha1:d3bde0a64edb5a3392314d2cdd2c4e4057d15831</id>
<content type='text'>
Signed-off-by: Jérémy Rosen &lt;jeremy.rosen@openwide.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pulseaudio: fix build with orc</title>
<updated>2013-05-12T20:10:28Z</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2013-05-12T10:05:22Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1c0d1949c69f24518de63921b00130e9ae1082c0'/>
<id>urn:sha1:1c0d1949c69f24518de63921b00130e9ae1082c0</id>
<content type='text'>
The configure script gets orcc from pkg-config, which sets it to /usr/bin/orcc
instead of $(HOST_DIR)/usr/bin/orcc. So set the path explicitly instead of
relying on pkg-config.

While we're at it, also add an explicit enable/disable to configure.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pulseaudio: link against json-c</title>
<updated>2013-05-10T18:42:02Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2013-05-09T07:14:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2c1a1bb1cd9fd2bd46f2d32f98a8ffc6b536b983'/>
<id>urn:sha1:2c1a1bb1cd9fd2bd46f2d32f98a8ffc6b536b983</id>
<content type='text'>
Add an upstream patch that makes Pulseaudio link against json-c
instead of json, so that it works with json-c 0.11, and doesn't cause
problems with libjson has been also installed in the system. Note that
this fix has been merged in Pulseaudio after the 3.0 release, so we
will have to keep this patch around when bumping to 3.0.

Fixes
http://autobuild.buildroot.org/results/91ffd3196092c48b88f59adb12741b3f93064dea/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>add daemon mode support to pulseaudio</title>
<updated>2013-05-04T15:16:20Z</updated>
<author>
<name>Jeremy Rosen</name>
<email>jeremy.rosen@openwide.fr</email>
</author>
<published>2013-05-03T02:35:22Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d26b5a26b9cb8179df76c930130a165f4cc188b6'/>
<id>urn:sha1:d26b5a26b9cb8179df76c930130a165f4cc188b6</id>
<content type='text'>
pulseaudio documentation recommends not using the daemon mode unless you
are on a headless system, but since that is the common case for a
buildroot installation, install the related user and groups

[Peter: fix typos, ifeq check, unconditionally install into target]
Signed-off-by: Jérémy Rosen &lt;jeremy.rosen@openwide.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libsndfile: Add dependency on BR2_LARGEFILE</title>
<updated>2013-02-05T20:45:05Z</updated>
<author>
<name>Ryan Mallon</name>
<email>rmallon@gmail.com</email>
</author>
<published>2013-02-05T07:00:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8f8e537d4329832fbe6e62e52ecfee8c41673f7d'/>
<id>urn:sha1:8f8e537d4329832fbe6e62e52ecfee8c41673f7d</id>
<content type='text'>
libsndfile requires sizeof(sf_count_t) == 8, where sf_count_t is a
typedef alias for off_t. This is not true by default for all
tool-chains, which leads to a runtime assert failure in binaries
compiled against libsndfile. See:

  http://permalink.gmane.org/gmane.comp.audio.libsndfile.devel/229

Add a dependency on BR2_LARGEFILE for libsndfile, and a comment if
BR2_LARGEFILE is not selected.

[Thomas: rebased patch, added more propagation of the new
BR2_LARGEFILE dependency to gst-plugins-good and mpd.]

Signed-off-by: Ryan Mallon &lt;rmallon@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
