glfs/multimedia/libdriv/soundtouch.xml
Ken Moffat 6d761ca7e2 tags: only built, but that's how these were for 7.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12789 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-02-26 21:53:15 +00:00

159 lines
4.3 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 "d02c6c91cb13901ca273a2b4b143ce41">
<!ENTITY soundtouch-size "104 KB">
<!ENTITY soundtouch-buildsize "6.1 MB">
<!ENTITY soundtouch-time "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>
&lfs75_built;
<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>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &amp;&amp;
./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="commands">
<title>Command Explanations</title>
<para>
<command>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g"
-i configure.ac</command>: This sed fixes some issues with
<application>Automake</application> 1.13 and later.
</para>
</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>