Changeset a8bc18a


Ignore:
Timestamp:
04/30/2005 09:03:57 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:
c330c4c
Parents:
110d00b
Message:

Added indexing tags to libogg.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libogg.xml

    r110d00b ra8bc18a  
    1919<?dbhtml filename="libogg.html"?>
    2020<title>libogg-&libogg-version;</title>
     21<indexterm zone="libogg">
     22<primary sortas="a-Libogg">Libogg</primary></indexterm>
    2123
    2224<sect2>
     
    5052
    5153<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    52 make &amp;&amp;
    53 make install</command></userinput></screen>
     54make</command></userinput></screen>
     55
     56<para>To test the results, issue: <command>make check</command>.</para>
     57
     58<screen><userinput role="root"><command>make install</command></userinput></screen>
    5459
    5560</sect2>
     
    5863<title>Contents</title>
    5964
    60 <para>The <application>libogg</application> package contains
    61 <filename class="libraryfile">libogg</filename> libraries.</para>
     65<segmentedlist>
     66<segtitle>Installed Programs</segtitle>
     67<segtitle>Installed Library</segtitle>
     68<segtitle>Installed Directories</segtitle>
     69<seglistitem>
     70<seg>None</seg>
     71<seg>libogg.[so,a]</seg>
     72<seg>/usr/include/ogg and /usr/share/doc/libogg-&libogg-version;</seg>
     73</seglistitem>
     74</segmentedlist>
    6275
    63 </sect2>
     76<variablelist>
     77<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     78<?dbfo list-presentation="list"?>
    6479
    65 <sect2><title>Description</title>
    66 
    67 <sect3><title>ogg libraries</title>
    68 <para><filename class="libraryfile">libogg</filename> libraries provide the
    69 functions for programs wishing to read or write Ogg formatted bit streams.
    70 </para>
    71 </sect3>
     80<varlistentry id="libogg-lib">
     81<term><filename class='libraryfile'>libogg.[so,a]</filename></term>
     82<listitem><para>libraries provide the functions for programs wishing to
     83read or write Ogg formatted bit streams.</para>
     84<indexterm zone="libogg libogg-lib">
     85<primary sortas="c-libogg">libogg.[so,a]</primary></indexterm>
     86</listitem>
     87</varlistentry>
     88</variablelist>
    7289
    7390</sect2>
Note: See TracChangeset for help on using the changeset viewer.