Changeset c330c4c


Ignore:
Timestamp:
04/30/2005 09:18:01 AM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
17929f0
Parents:
a8bc18a
Message:

Added indexing tags to libvorbis.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvorbis.xml

    ra8bc18a rc330c4c  
    1919<?dbhtml filename="libvorbis.html"?>
    2020<title>libvorbis-&libvorbis-version;</title>
     21<indexterm zone="libvorbis">
     22<primary sortas="a-Libvorbis">Libvorbis</primary></indexterm>
    2123
    2224<sect2>
     
    6567make</command></userinput></screen>
    6668
    67 <para>Now, as the root user:</para>
     69<para><application>libvorbis</application> is known to cause compiler errors
     70on certain machines. If you get errors, insert this command after running
     71the configure script:</para>
    6872
    69 <screen><userinput role='root'><command>make install</command></userinput></screen>
     73<screen><userinput><command>sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile</command></userinput></screen>
    7074
    71 <para><application>libvorbis</application> is known to cause compiler errors
    72 on certain machines. If you get errors, try these commands to install libvorbis:
    73 </para>
    74 
    75 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    76 sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile &amp;&amp;
    77 make</command></userinput></screen>
     75<para>This package does not come with a test suite.</para>
    7876
    7977<para>Now, as the root user:</para>
     
    9492<title>Contents</title>
    9593
    96 <para>The <application>libvorbis</application> package contains
    97 <filename class="libraryfile">libvorbis</filename> libraries.</para>
     94<segmentedlist>
     95<segtitle>Installed Programs</segtitle>
     96<segtitle>Installed Libraries</segtitle>
     97<segtitle>Installed Directories</segtitle>
     98<seglistitem>
     99<seg>None</seg>
     100<seg>libvorbis.[so,a], libvorbisenc.[so,a] and
     101libvorbisfile.[so,a]</seg>
     102<seg>/usr/include/vorbis and /usr/share/doc/libvorbis-&libvorbis-version;</seg>
     103</seglistitem>
     104</segmentedlist>
    98105
    99 </sect2>
     106<variablelist>
     107<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     108<?dbfo list-presentation="list"?>
    100109
    101 <sect2><title>Description</title>
    102 
    103 <sect3><title>vorbis libraries</title>
    104 <para><filename class="libraryfile">libvorbis</filename> libraries provide
    105 the functions to read and write sound files.</para></sect3>
     110<varlistentry id="libvorbis-lib">
     111<term><filename class='libraryfile'>libvorbis*.[so,a]</filename></term>
     112<listitem><para>libraries provide the functions to read and write sound
     113files.</para>
     114<indexterm zone="libvorbis libvorbis-lib">
     115<primary sortas="c-libvorbis">libvorbis*.[so,a]</primary></indexterm>
     116</listitem>
     117</varlistentry>
     118</variablelist>
    106119
    107120</sect2>
Note: See TracChangeset for help on using the changeset viewer.