<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=194.97.238.71</id>
	<title>CBLFS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=194.97.238.71"/>
	<link rel="alternate" type="text/html" href="https://cblfs.nicewhileitlasted.com/Special:Contributions/194.97.238.71"/>
	<updated>2026-05-21T04:36:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=ALSA_Tools&amp;diff=6645</id>
		<title>ALSA Tools</title>
		<link rel="alternate" type="text/html" href="?title=ALSA_Tools&amp;diff=6645"/>
		<updated>2007-01-04T17:07:44Z</updated>

		<summary type="html">&lt;p&gt;194.97.238.71: /* 32Bit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| ftp://ftp.alsa-project.org/pub/tools/alsa-tools-{{ALSA Tools-Version}}.tar.bz2&lt;br /&gt;
|-&lt;br /&gt;
!Required Patch:&lt;br /&gt;
| http://svn.cross-lfs.org/svn/repos/patches/alsa-tools/alsa-tools-{{ALSA Tools-Version}}-ac3dec_config_update-1.patch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The ALSA Tools package is only needed by those with advanced requirements for their sound card. The tools are not all built together, instead you need to cd into the directory of each tool you wish to compile and run the appropriate commands:&lt;br /&gt;
&lt;br /&gt;
== Introduction to ALSA Tools ==&lt;br /&gt;
&lt;br /&gt;
The ALSA Tools package contains advanced tools for certain sound cards.&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[ALSA Library]]&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[Gtk1]] (To Build echomixer, envy24control, and rmedigicontrol)&lt;br /&gt;
* [[FLTK]] (To Build hdspconf and hdspmixer)&lt;br /&gt;
* [[Qt3]] (To Build qlo10k1)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ld10k1&#039;&#039;&#039; must be built before &#039;&#039;&#039;qt10k1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Apply the following patch in the top-level directory of alsa-tools before building ac3dec:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../alsa-tools-{{ALSA Tools-Version}}-ac3dec_config_update-1.patch&lt;br /&gt;
&lt;br /&gt;
Compile each package with:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install each package with:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Apply the following patch in the top-level directory of alsa-tools before building ac3dec:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../alsa-tools-{{ALSA Tools-Version}}-ac3dec_config_update-1.patch&lt;br /&gt;
&lt;br /&gt;
Compile each package with:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; CXX=&amp;quot;g++ ${BUILD32}&amp;quot; USE_ARCH=32 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install each package with:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Apply the following patch in the top-level directory of alsa-tools before building ac3dec:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../alsa-tools-{{ALSA Tools-Version}}-ac3dec_config_update-1.patch&lt;br /&gt;
&lt;br /&gt;
Before building qlo10k1 apply the following sed so it looks in the correct dir for libraries:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s@QTDIR/lib@&amp;amp;32@g&amp;quot; configure&lt;br /&gt;
&lt;br /&gt;
Compile each package with:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; CXX=&amp;quot;g++ ${BUILDN32}&amp;quot; USE_ARCH=n32 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib32 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install each package with:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Apply the following patch in the top-level directory of alsa-tools before building ac3dec:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../alsa-tools-{{ALSA Tools-Version}}-ac3dec_config_update-1.patch&lt;br /&gt;
&lt;br /&gt;
Before building qlo10k1 apply the following sed so it looks in the correct dir for libraries:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s@QTDIR/lib@&amp;amp;64@g&amp;quot; configure&lt;br /&gt;
&lt;br /&gt;
Compile each package with:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; CXX=&amp;quot;g++ ${BUILD64}&amp;quot; USE_ARCH=64 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib64 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install each package with:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;/div&gt;</summary>
		<author><name>194.97.238.71</name></author>
	</entry>
</feed>