Author: bdubbs
Date: Fri Dec 12 12:44:18 2014
New Revision: 15198
Log:
Update to speex-1.2rc2
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/speex.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Dec 12 10:12:47
2014 (r15197)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Dec 12 12:44:18
2014 (r15198)
@@ -48,6 +48,10 @@
<para>December 12th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to speex-1.2rc2. Fixes
+ <ulink url="&blfs-ticket-root;5920">#5920</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to gnutls-3.3.11. Fixes
<ulink url="&blfs-ticket-root;5943">#5943</ulink>.</para>
</listitem>
Modified: trunk/BOOK/multimedia/libdriv/speex.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/speex.xml Fri Dec 12 10:12:47 2014
(r15197)
+++ trunk/BOOK/multimedia/libdriv/speex.xml Fri Dec 12 12:44:18 2014
(r15198)
@@ -6,10 +6,18 @@
<!ENTITY speex-download-http
"http://downloads.us.xiph.org/releases/speex/speex-&speex-version;.tar.gz">
<!ENTITY speex-download-ftp " ">
- <!ENTITY speex-md5sum "c4438b22c08e5811ff10e2b06ee9b9ae">
+ <!ENTITY speex-md5sum "6ae7db3bab01e1d4b86bacfa8ca33e81">
<!ENTITY speex-size "1.0 MB">
- <!ENTITY speex-buildsize "10 MB">
- <!ENTITY speex-time "0.2 SBU">
+ <!ENTITY speex-buildsize "8.7 MB">
+ <!ENTITY speex-time "less than 0.1 SBU">
+
+ <!ENTITY speexdsp-download-http
"http://downloads.us.xiph.org/releases/speex/speexdsp-&speex-version;.tar.gz">
+ <!ENTITY speexdsp-download-ftp " ">
+ <!ENTITY speexdsp-md5sum "3bb48eb1c0fe641d59f39b9f616f3031">
+ <!ENTITY speexdsp-size "0.9 MB">
+ <!ENTITY speexdsp-buildsize "6.0 MB">
+ <!ENTITY speexdsp-time "less than 0.1 SBU">
+
]>
<sect1 id="speex" xreflabel="Speex-&speex-version;">
@@ -58,6 +66,38 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&speexdsp-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&speexdsp-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &speexdsp-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &speexdsp-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &speexdsp-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &speexdsp-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Additional Download</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink
url="&patch-root;/speexdsp-&speex-version;-build_fixes-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Speex Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -78,6 +118,9 @@
<sect2 role="installation">
<title>Installation of Speex</title>
+ <para>This package consists of two separate tarballs.
+ They need to be extracted and built independently.</para>
+
<para>Install <application>Speex</application> by running the
following commands:</para>
@@ -88,7 +131,24 @@
<para>This package does not come with a test suite.</para>
- <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+ <para>As the <systemitem class="username">root</systemitem> user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ <para>Now extract and install the speexdsp package:</para>
+
+<screen><userinput>cd .. &&
+tar -xf speexdsp-&speex-version;.tar.gz &&
+cd speexdsp-&speex-version; &&
+
+patch -Np1 -i ../speexdsp-&speex-version;-build_fixes-1.patch &&
+
+./configure --prefix=/usr \
+ --disable-static \
+ --docdir=/usr/share/doc/speex-&speex-version; &&
+make</userinput></screen>
+
+ <para>Again, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install</userinput></screen>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Fri Dec 12 10:12:47 2014 (r15197)
+++ trunk/BOOK/packages.ent Fri Dec 12 12:44:18 2014 (r15198)
@@ -666,7 +666,7 @@
<!ENTITY pulseaudio-version "&pulseaudio-major-version;">
<!ENTITY sdl-version "1.2.15">
<!ENTITY soundtouch-version "1.8.0">
-<!ENTITY speex-version "1.2rc1">
+<!ENTITY speex-version "1.2rc2">
<!ENTITY taglib-version "1.9.1">
<!ENTITY x264-version "20141208-2245">
<!ENTITY xine-lib-version "1.2.6">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page