Changeset fc9cf96


Ignore:
Timestamp:
05/11/2005 06:53:43 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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:
331f4169
Parents:
f1372c7
Message:

Tagged libogg.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libogg.xml

    rf1372c7 rfc9cf96  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    12<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    23   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     
    1314
    1415<sect1 id="libogg" xreflabel="libogg-&libogg-version;">
    15 <sect1info>
    16 <othername>$LastChangedBy$</othername>
    17 <date>$Date$</date>
    18 </sect1info>
    19 <?dbhtml filename="libogg.html"?>
    20 <title>libogg-&libogg-version;</title>
    21 <indexterm zone="libogg">
    22 <primary sortas="a-Libogg">Libogg</primary></indexterm>
     16  <?dbhtml filename="libogg.html"?>
    2317
    24 <sect2>
    25 <title>Introduction to <application>libogg</application></title>
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
    2622
    27 <para>The <application>libogg</application> package contains the Ogg file
    28 structure. This is useful for creating (encoding) or playing (decoding) a
    29 single physical bit stream.</para>
     23  <title>Libogg-&libogg-version;</title>
    3024
    31 <sect3><title>Package information</title>
    32 <itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink
    34 url="&libogg-download-http;"/></para></listitem>
    35 <listitem><para>Download (FTP): <ulink
    36 url="&libogg-download-ftp;"/></para></listitem>
    37 <listitem><para>Download MD5 sum: &libogg-md5sum;</para></listitem>
    38 <listitem><para>Download size: &libogg-size;</para></listitem>
    39 <listitem><para>Estimated disk space required:
    40 &libogg-buildsize;</para></listitem>
    41 <listitem><para>Estimated build time:
    42 &libogg-time;</para></listitem></itemizedlist>
    43 </sect3>
     25  <indexterm zone="libogg">
     26    <primary sortas="a-Libogg">Libogg</primary>
     27  </indexterm>
    4428
    45 </sect2>
     29  <sect2 role="package">
     30    <title>Introduction to Libogg</title>
    4631
    47 <sect2>
    48 <title>Installation of <application>libogg</application></title>
     32    <para>The <application>libogg</application> package contains the Ogg file
     33    structure. This is useful for creating (encoding) or playing (decoding) a
     34    single physical bit stream.</para>
    4935
    50 <para>Install <application>libogg</application> by running the following
    51 commands:</para>
     36    <bridgehead renderas="sect3">Package Information</bridgehead>
     37    <itemizedlist spacing="compact">
     38      <listitem>
     39        <para>Download (HTTP): <ulink url="&libogg-download-http;"/></para>
     40      </listitem>
     41      <listitem>
     42        <para>Download (FTP): <ulink url="&libogg-download-ftp;"/></para>
     43      </listitem>
     44      <listitem>
     45        <para>Download MD5 sum: &libogg-md5sum;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Download size: &libogg-size;</para>
     49      </listitem>
     50      <listitem>
     51        <para>Estimated disk space required: &libogg-buildsize;</para>
     52      </listitem>
     53      <listitem>
     54        <para>Estimated build time: &libogg-time;</para>
     55      </listitem>
     56    </itemizedlist>
    5257
    53 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    54 make</command></userinput></screen>
     58  </sect2>
    5559
    56 <para>To test the results, issue: <command>make check</command>.</para>
     60  <sect2 role="installation">
     61    <title>Installation of Libogg</title>
    5762
    58 <screen><userinput role="root"><command>make install</command></userinput></screen>
     63    <para>Install <application>libogg</application> by running the following
     64    commands:</para>
    5965
    60 </sect2>
     66<screen><userinput>./configure --prefix=/usr &amp;&amp;
     67make</userinput></screen>
    6168
    62 <sect2>
    63 <title>Contents</title>
     69    <para>To test the results, issue: <command>make check</command>.</para>
    6470
    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>
     71    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7572
    76 <variablelist>
    77 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    78 <?dbfo list-presentation="list"?>
     73<screen role="root"><userinput>make install</userinput></screen>
    7974
    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
    83 read 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>
     75  </sect2>
    8976
    90 </sect2>
     77  <sect2 role="content">
     78    <title>Contents</title>
     79
     80    <segmentedlist>
     81      <segtitle>Installed Programs</segtitle>
     82      <segtitle>Installed Library</segtitle>
     83      <segtitle>Installed Directories</segtitle>
     84
     85      <seglistitem>
     86        <seg>None</seg>
     87        <seg>libogg.[so,a]</seg>
     88        <seg>/usr/include/ogg and /usr/share/doc/libogg-&libogg-version;</seg>
     89      </seglistitem>
     90    </segmentedlist>
     91
     92    <variablelist>
     93      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     94      <?dbfo list-presentation="list"?>
     95      <?dbhtml list-presentation="table"?>
     96
     97      <varlistentry id="libogg-lib">
     98        <term><filename class='libraryfile'>libogg.[so,a]</filename></term>
     99        <listitem>
     100          <para>libraries provide the functions for programs wishing to
     101          read or write Ogg formatted bit streams.</para>
     102          <indexterm zone="libogg libogg-lib">
     103            <primary sortas="c-libogg">libogg.[so,a]</primary>
     104          </indexterm>
     105        </listitem>
     106      </varlistentry>
     107
     108    </variablelist>
     109
     110  </sect2>
    91111
    92112</sect1>
Note: See TracChangeset for help on using the changeset viewer.