Changeset 5d7ee33 for multimedia


Ignore:
Timestamp:
12/12/2014 08:44:18 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
43e64a4a
Parents:
d31aaf94
Message:

Update to speex-1.2rc2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15198 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/speex.xml

    rd31aaf94 r5d7ee33  
    77  <!ENTITY speex-download-http "http://downloads.us.xiph.org/releases/speex/speex-&speex-version;.tar.gz">
    88  <!ENTITY speex-download-ftp  " ">
    9   <!ENTITY speex-md5sum        "c4438b22c08e5811ff10e2b06ee9b9ae">
     9  <!ENTITY speex-md5sum        "6ae7db3bab01e1d4b86bacfa8ca33e81">
    1010  <!ENTITY speex-size          "1.0 MB">
    11   <!ENTITY speex-buildsize     "10 MB">
    12   <!ENTITY speex-time          "0.2 SBU">
     11  <!ENTITY speex-buildsize     "8.7 MB">
     12  <!ENTITY speex-time          "less than 0.1 SBU">
     13
     14  <!ENTITY speexdsp-download-http "http://downloads.us.xiph.org/releases/speex/speexdsp-&speex-version;.tar.gz">
     15  <!ENTITY speexdsp-download-ftp  " ">
     16  <!ENTITY speexdsp-md5sum        "3bb48eb1c0fe641d59f39b9f616f3031">
     17  <!ENTITY speexdsp-size          "0.9 MB">
     18  <!ENTITY speexdsp-buildsize     "6.0 MB">
     19  <!ENTITY speexdsp-time          "less than 0.1 SBU">
     20
    1321]>
    1422
     
    5967    </itemizedlist>
    6068
     69    <bridgehead renderas="sect3">Additional Package Information</bridgehead>
     70    <itemizedlist spacing="compact">
     71      <listitem>
     72        <para>Download (HTTP): <ulink url="&speexdsp-download-http;"/></para>
     73      </listitem>
     74      <listitem>
     75        <para>Download (FTP): <ulink url="&speexdsp-download-ftp;"/></para>
     76      </listitem>
     77      <listitem>
     78        <para>Download MD5 sum: &speexdsp-md5sum;</para>
     79      </listitem>
     80      <listitem>
     81        <para>Download size: &speexdsp-size;</para>
     82      </listitem>
     83      <listitem>
     84        <para>Estimated disk space required: &speexdsp-buildsize;</para>
     85      </listitem>
     86      <listitem>
     87        <para>Estimated build time: &speexdsp-time;</para>
     88      </listitem>
     89    </itemizedlist>
     90
     91   <bridgehead renderas="sect3">Additional Download</bridgehead>
     92    <itemizedlist spacing="compact">
     93      <listitem>
     94        <para>
     95          Required patch:
     96          <ulink url="&patch-root;/speexdsp-&speex-version;-build_fixes-1.patch"/>
     97        </para>
     98      </listitem>
     99    </itemizedlist>
     100
    61101    <bridgehead renderas="sect3">Speex Dependencies</bridgehead>
    62102
     
    79119    <title>Installation of Speex</title>
    80120
     121    <para>This package consists of two separate tarballs.
     122    They need to be extracted and built independently.</para>
     123
    81124    <para>Install <application>Speex</application> by running the
    82125    following commands:</para>
     
    89132    <para>This package does not come with a test suite.</para>
    90133
    91     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     134    <para>As the <systemitem class="username">root</systemitem> user:</para>
     135
     136<screen role="root"><userinput>make install</userinput></screen>
     137
     138    <para>Now extract and install the speexdsp package:</para>
     139
     140<screen><userinput>cd ..                          &amp;&amp;
     141tar -xf speexdsp-&speex-version;.tar.gz &amp;&amp;
     142cd speexdsp-&speex-version;             &amp;&amp;
     143
     144patch -Np1 -i ../speexdsp-&speex-version;-build_fixes-1.patch &amp;&amp;
     145
     146./configure --prefix=/usr    \
     147            --disable-static \
     148            --docdir=/usr/share/doc/speex-&speex-version; &amp;&amp;
     149make</userinput></screen>
     150
     151    <para>Again, as the <systemitem class="username">root</systemitem> user:</para>
    92152
    93153<screen role="root"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.