Changeset 3961b7e for multimedia


Ignore:
Timestamp:
12/07/2005 08:55:47 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d7d5d8a3
Parents:
418f337
Message:

Updated to libvorbis-1.1.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvorbis.xml

    r418f337 r3961b7e  
    66
    77  <!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.gz">
    8   <!ENTITY libvorbis-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libvorbis-&libvorbis-version;.tar.gz">
    9   <!ENTITY libvorbis-md5sum        "b77270c24840af4de54bea5ad1c0b252">
     8  <!ENTITY libvorbis-download-ftp  " ">
     9  <!ENTITY libvorbis-md5sum        "37847626b8e1b53ae79a34714c7b3211">
    1010  <!ENTITY libvorbis-size          "1.3 MB">
    11   <!ENTITY libvorbis-buildsize     "17.1 MB">
     11  <!ENTITY libvorbis-buildsize     "17.7 MB">
    1212  <!ENTITY libvorbis-time          "0.2 SBU">
    1313]>
     
    3535
    3636    <para>The <application>libvorbis</application> package contains a general
    37     purpose audio and music encoding format. This is useful for creating (encoding)
    38     and playing (decoding) sound in an open (patent free) format.</para>
     37    purpose audio and music encoding format. This is useful for creating
     38    (encoding) and playing (decoding) sound in an open (patent free)
     39    format.</para>
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6061    </itemizedlist>
    6162
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing="compact">
    64       <listitem>
    65         <para>Required patch: <ulink
    66         url="&patch-root;/libvorbis-&libvorbis-version;-gcc4-1.patch"/></para>
    67       </listitem>
    68     </itemizedlist>
    69 
    7063    <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
    7164
     
    8780    commands:</para>
    8881
    89 <screen><userinput>patch -Np1 -i ../libvorbis-&libvorbis-version;-gcc4-1.patch &amp;&amp;
    90 ./configure --prefix=/usr &amp;&amp;
     82<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9183make</userinput></screen>
    9284
    9385    <para><application>libvorbis</application> is known to cause compiler errors
    9486    on certain machines. If you get errors, insert this command after running
    95     the configure script:</para>
     87    the <command>configure</command> script:</para>
    9688
    9789<screen><userinput>sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile</userinput></screen>
     
    10193    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    10294
    103 <screen role="root"><userinput>make install</userinput></screen>
     95<screen role="root"><userinput>make install &amp;&amp;
     96install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-&libvorbis-version;</userinput></screen>
    10497
    10598  </sect2>
     
    137130        <term><filename class='libraryfile'>libvorbis*.[so,a]</filename></term>
    138131        <listitem>
    139           <para>libraries provide the functions to read and write sound files.</para>
     132          <para>libraries provide the functions to read and write sound
     133          files.</para>
    140134          <indexterm zone="libvorbis libvorbis-lib">
    141135            <primary sortas="c-libvorbis">libvorbis*.[so,a]</primary>
Note: See TracChangeset for help on using the changeset viewer.