glfs/multimedia/libdriv/soundtouch.xml
Krejzi d835b55d74 Package updates, added SBC for PulseAudio Bluetooth integration.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10922 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-01-05 20:01:59 +00:00

146 lines
4.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY soundtouch-download-http "http://www.surina.net/soundtouch/soundtouch-&soundtouch-version;.tar.gz">
<!ENTITY soundtouch-download-ftp " ">
<!ENTITY soundtouch-md5sum "957500b90593cd6c7d8adc62a64a1851">
<!ENTITY soundtouch-size "100 KB">
<!ENTITY soundtouch-buildsize "6.0 MB">
<!ENTITY soundtouch-time "less than 0.1 SBU">
]>
<sect1 id="soundtouch" xreflabel="SoundTouch-&soundtouch-version;">
<?dbhtml filename="soundtouch.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>SoundTouch-&soundtouch-version;</title>
<indexterm zone="soundtouch">
<primary sortas="a-SoundTouch">SoundTouch</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to SoundTouch</title>
<para>
The <application>SoundTouch</application> package contains an open-source audio
processing library that allows changing the sound tempo, pitch and playback
rate parameters independently from each other.
</para>
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&soundtouch-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&soundtouch-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &soundtouch-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &soundtouch-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &soundtouch-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &soundtouch-time;
</para>
</listitem>
</itemizedlist>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/soundtouch"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of SoundTouch</title>
<para>
Install <application>SoundTouch</application> by running the following
commands:
</para>
<screen><userinput>./bootstrap &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make pkgdocdir=/usr/share/doc/soundtouch-&soundtouch-version; install </userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
soundstrech
</seg>
<seg>
libSoundTouch.so
</seg>
<seg>
/usr/include/soundtouch and
/usr/share/doc/soundtouch-&soundtouch-version;
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libSoundTouch">
<term><filename class="libraryfile">libSoundTouch.so</filename></term>
<listitem>
<para>
contains <application>SoundTouch</application> API functions.
</para>
<indexterm zone="soundtouch libSoundTouch">
<primary sortas="c-libSoundTouch">libSoundTouch.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>