Changeset b79d81d


Ignore:
Timestamp:
01/15/2013 02:09:34 AM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
30c3f09
Parents:
93ebc67
Message:

Corrected the API documentation installation instructions in the xine-lib instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r93ebc67 rb79d81d  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[randy] - Corrected the API documentation installation
     52          instructions in the xine-lib instructions.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[randy] - Tweaked the MPlayer instructions and updated the
    5256          default skin tarball.</para>
  • multimedia/libdriv/xine-lib.xml

    r93ebc67 rb79d81d  
    1111  <!ENTITY xine-lib-md5sum        "6fa70fa336f708452ce9bf311b401de2">
    1212  <!ENTITY xine-lib-size          "4.7 MB">
    13   <!ENTITY xine-lib-buildsize     "119 MB (without the API documentation)">
     13  <!ENTITY xine-lib-buildsize     "119 MB (additional 120 MB to install API documentation)">
    1414  <!ENTITY xine-lib-time          "1.4 SBU">
    1515]>
     
    101101      <xref linkend="speex"/>,
    102102      <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>,
    103       <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink> and
    104       <ulink url="http://www.wavpack.com/">WavPack</ulink>.
    105     </para>
    106 
    107     <para>
    108       The following are needed to build the API documentation:
    109       <ulink url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
    110       and <ulink url="http://www.xfig.org/">Transfig</ulink>
     103      <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>,
     104      <ulink url="http://www.wavpack.com/">WavPack</ulink>, and
     105      <xref linkend="doxygen"/> (to create the API documentation)
    111106    </para>
    112107
     
    124119    </para>
    125120
    126 <screen><userinput>./configure --prefix=/usr --disable-vcd \
    127   --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
     121<screen><userinput>./configure --prefix=/usr \
     122            --disable-vcd \
     123            --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
    128124make</userinput></screen>
    129125
     126    <para>To create the API documentation, <application>Doxygen</application>
     127    must be installed and issue the following command:</para>
     128
     129<screen><userinput>doxygen doc/Doxyfile</userinput></screen>
     130
    130131    <para>This package does not come with a test suite.</para>
    131132
     
    135136
    136137<screen role="root"><userinput>make install</userinput></screen>
     138
     139    <para>If you built the API documentation, issue the following commands as
     140    the <systemitem class="username">root</systemitem> user to install it:</para>
     141
     142<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/xine-lib-&xine-lib-version;/api &amp;&amp;
     143install -v -m644    doc/api/* \
     144                    /usr/share/doc/xine-lib-&xine-lib-version;/api</userinput></screen>
    137145  </sect2>
    138146
     
    156164    <para>
    157165      <option>--with-external-dvdnav</option>: If you have installed
    158       <xref linkend="libdvdnav"/> use this option to make
    159       <application>Xine-lib</application> link its
    160       <filename class="libraryfile">xineplug_decode_dxr3_spu.so</filename>,
    161       <filename class="libraryfile">xineplug_decode_spu.so</filename> and
    162       <filename class="libraryfile">xineplug_inp_dvd.so</filename> plugins to
    163       <application>Libdvdnav</application>.
     166      <xref linkend="libdvdnav"/>, use this option to make
     167      <application>Xine-lib</application> link to the
     168      <application>libdvdnav</application> libraries (not recommended by the
     169      <application>Xine</application> developers).
    164170    </para>
    165171
Note: See TracChangeset for help on using the changeset viewer.