<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/alsa-utils/Config.in, branch 2016.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-01-19T21:22:54+00:00</updated>
<entry>
<title>package/alsa-utils: use 'menuconfig' instead of 'config'+'menu'</title>
<updated>2016-01-19T21:22:54+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2016-01-16T22:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=47996624b5ebc929ab1e0a244ed39c8e10cb5cd1'/>
<id>urn:sha1:47996624b5ebc929ab1e0a244ed39c8e10cb5cd1</id>
<content type='text'>
Drop the now useless comment.

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/alsa-utils: Add option for alsaloop util</title>
<updated>2016-01-18T21:59:50+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-01-18T21:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4752566509da367229f8f62fb55d1793ddb69110'/>
<id>urn:sha1:4752566509da367229f8f62fb55d1793ddb69110</id>
<content type='text'>
Add libsamplerate as optional dependency, see
alsa-utils-1.1.0/alsaloop/Makefile.am

[Peter: move libsamplerate dependency outside alsaloop conditional]
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: allow installing the new alsatplg tool</title>
<updated>2016-01-16T17:10:24+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-01-16T17:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f9d6ba356109508108bf896a57521af30886685c'/>
<id>urn:sha1:f9d6ba356109508108bf896a57521af30886685c</id>
<content type='text'>
Since we now depend on !BR2_STATIC_LIBS to be able to build the
alsatplg tool, it makes sense to provide an option to install it.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: re-order sub-options to use alphabetic ordering</title>
<updated>2016-01-16T16:59:08+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-01-16T16:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=62fff78d628edde402cfe5e641c2fbaad19847a0'/>
<id>urn:sha1:62fff78d628edde402cfe5e641c2fbaad19847a0</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: put 'select' after 'bool'</title>
<updated>2016-01-16T16:57:07+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-01-16T16:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=adb2d79c3ef102c9349b56cc4a83ffacfd02d1aa'/>
<id>urn:sha1:adb2d79c3ef102c9349b56cc4a83ffacfd02d1aa</id>
<content type='text'>
In the definitions of the alsa-utils sub-options, the 'select' were
before the 'bool', which is unusual and does not follow how we do
things in general in Buildroot. This commit fixes that for all
alsa-utils suboptions.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: needs dynamic library support</title>
<updated>2016-01-16T16:55:03+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-01-16T16:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4707383c5d501a9ad7698579e5d0a4e2ab758c7e'/>
<id>urn:sha1:4707383c5d501a9ad7698579e5d0a4e2ab758c7e</id>
<content type='text'>
Since recent bumps of alsa-lib and alsa-utils, alsa-lib installs
&lt;alsa/topology.h&gt;, which alsa-utils uses to build an alsatplg program
which requires &lt;dlfcn.h&gt;. Therefore, alsa-utils now needs dynamic
library support.

Fixes:

  http://autobuild.buildroot.net/results/7ba954e03822d758e25356935b0dfc2c91d3712a/

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: bump to version 1.1.0</title>
<updated>2015-11-11T14:09:08+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-11-11T00:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c835db65fa9084690ce244a5401d5943d98274c5'/>
<id>urn:sha1:c835db65fa9084690ce244a5401d5943d98274c5</id>
<content type='text'>
Also add BAT (Basic Audio Testing) tool option.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: amidi option needs seq support in alsa-lib</title>
<updated>2015-05-14T22:07:03+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2015-05-14T22:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c69088b8c35177cecdd0f1f385c13f5b2c509f1d'/>
<id>urn:sha1:c69088b8c35177cecdd0f1f385c13f5b2c509f1d</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.net/results/5347b57d23b44e1b011a499875ce638ed654418a/

Otherwise the rawmidi_virt.c file doesn't get built, breaking static
linking.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: add option to install alsaucm</title>
<updated>2015-04-21T10:19:51+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2015-04-21T10:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=5e4b44fae3606db8c4e4b77e27380340522a71cb'/>
<id>urn:sha1:5e4b44fae3606db8c4e4b77e27380340522a71cb</id>
<content type='text'>
alsaucm is the alsa use case manager configuration tool.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>packages: remove (non-)lfs dependencies and tweaks</title>
<updated>2015-04-01T20:47:22+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-03-30T21:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01'/>
<id>urn:sha1:f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01</id>
<content type='text'>
Now that largefile is mandatory removes package dependencies and
conditionals.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
