Author: krejzi
Date: 2012-09-08 06:55:44 -0600 (Sat, 08 Sep 2012)
New Revision: 10644
Added:
trunk/BOOK/multimedia/libdriv/soundtouch.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml
trunk/BOOK/multimedia/libdriv/libdriv.xml
Log:
Added libsoundtouch which is required for Totem 3.6.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-09-08 02:31:02 UTC (rev 10643)
+++ trunk/BOOK/general.ent 2012-09-08 12:55:44 UTC (rev 10644)
@@ -1076,6 +1076,7 @@
<!ENTITY pulseaudio-version "2.1">
<!ENTITY sdl-version "1.2.15">
<!ENTITY sound-theme-freedesktop-version "0.7">
+<!ENTITY soundtouch-version "1.7.0">
<!ENTITY speex-version "1.2rc1">
<!ENTITY taglib-version "1.7.2">
<!ENTITY xine-lib-version "1.2.2">
Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml 2012-09-08 02:31:02 UTC
(rev 10643)
+++ trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml 2012-09-08 12:55:44 UTC
(rev 10644)
@@ -85,7 +85,8 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="libvpx"/>
+ <xref linkend="libvpx"/> and
+ <xref linkend="soundtouch"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
@@ -112,7 +113,6 @@
<ulink url="http://code.entropywave.com/orc/">ORC</ulink>,
<ulink url="http://rtmpdump.mplayerhq.hu/download/">RTMPDUMP</ulink>,
<ulink
url="http://diracvideo.org/download/schroedinger/">Schroedinger</ulink>,
- <ulink url="http://www.surina.net/soundtouch/">SoundTouch</ulink>,
<ulink
url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">VO
AAC</ulink>,
<ulink
url="http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">VO
AMRWB</ulink> and
<ulink url="http://sourceforge.net/projects/zbar/">ZBAR</ulink>
Modified: trunk/BOOK/multimedia/libdriv/libdriv.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libdriv.xml 2012-09-08 02:31:02 UTC (rev
10643)
+++ trunk/BOOK/multimedia/libdriv/libdriv.xml 2012-09-08 12:55:44 UTC (rev
10644)
@@ -69,6 +69,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pulseaudio.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sdl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="sound-theme-freedesktop.xml"/>
+<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="soundtouch.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="speex.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="taglib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xine-lib.xml"/>
Added: trunk/BOOK/multimedia/libdriv/soundtouch.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/soundtouch.xml
(rev 0)
+++ trunk/BOOK/multimedia/libdriv/soundtouch.xml 2012-09-08 12:55:44 UTC
(rev 10644)
@@ -0,0 +1,144 @@
+<?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 "0f8df5178b30926cd2db654b9de505e3">
+ <!ENTITY soundtouch-size "96 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>./configure --prefix=/usr &&
+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>
Property changes on: trunk/BOOK/multimedia/libdriv/soundtouch.xml
___________________________________________________________________
Added: svn:keywords
+ Date LastChangedBy
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page