Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/speex.xml

    r4a83293 rac38e9dc  
    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-&speexdsp-version;.tar.gz">
     15  <!ENTITY speexdsp-download-ftp  " ">
     16  <!ENTITY speexdsp-md5sum        "70d9d31184f7eb761192fd1ef0b73333">
     17  <!ENTITY speexdsp-size          "884 KB">
     18  <!ENTITY speexdsp-buildsize     "5.1 MB">
     19  <!ENTITY speexdsp-time          "less than 0.1 SBU">
     20
    1321]>
    1422
     
    3543    CODECs.</para>
    3644
    37     &lfs76_checked;
     45    &lfs77_checked;
    3846
    3947    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5866      </listitem>
    5967    </itemizedlist>
     68
     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>-->
    60100
    61101    <bridgehead renderas="sect3">Speex Dependencies</bridgehead>
     
    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-&speexdsp-version;.tar.gz &amp;&amp;
     142cd speexdsp-&speexdsp-version;             &amp;&amp;
     143
     144./configure --prefix=/usr    \
     145            --disable-static \
     146            --docdir=/usr/share/doc/speexdsp-&speexdsp-version; &amp;&amp;
     147make</userinput></screen>
     148
     149    <para>Again, as the <systemitem class="username">root</systemitem> user:</para>
    92150
    93151<screen role="root"><userinput>make install</userinput></screen>
     
    114172        <seg>speexdec and speexenc</seg>
    115173        <seg>libspeex.so and libspeexdsp.so</seg>
    116         <seg>/usr/share/doc/speex</seg>
     174        <seg>
     175          /usr/share/doc/speex-&speex-version; and
     176          /usr/share/doc/speexdsp-&speexdsp-version;
     177        </seg>
    117178      </seglistitem>
    118179    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.