Changeset 4d32631 for multimedia


Ignore:
Timestamp:
08/29/2005 12:46:58 AM (19 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:
a660464
Parents:
0dd9a79
Message:

Added documentation installation to the Xvid instructions; added a note to run the test suite to the liba52 instructions

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

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/liba52.xml

    r0dd9a79 r4d32631  
    6767make</userinput></screen>
    6868
     69    <para>To test the results, issue: <command>make check</command>.</para>
     70
    6971    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7072
     
    131133
    132134</sect1>
    133 
  • multimedia/libdriv/xvid.xml

    r0dd9a79 r4d32631  
    9999chmod -v 644 /usr/lib/libxvidcore.a &amp;&amp;
    100100ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &amp;&amp;
    101 ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</userinput></screen>
     101ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so &amp;&amp;
     102install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples &amp;&amp;
     103install -v -m644 ../../examples/* \
     104    /usr/share/doc/xvidcore-&xvid-version;/examples</userinput></screen>
    102105
    103106  </sect2>
     
    123126      <segtitle>Installed Programs</segtitle>
    124127      <segtitle>Installed Library</segtitle>
    125       <segtitle>Installed Directories</segtitle>
     128      <segtitle>Installed Directory</segtitle>
    126129
    127130      <seglistitem>
    128131        <seg>None</seg>
    129132        <seg>libxvidcore.[so,a]</seg>
    130         <seg>None</seg>
     133        <seg>/usr/share/doc/xvidcore-&xvid-version;</seg>
    131134      </seglistitem>
    132135    </segmentedlist>
     
    183186
    184187</sect1>
    185 
Note: See TracChangeset for help on using the changeset viewer.