Ignore:
Timestamp:
04/10/2006 06:37:19 PM (18 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:
3597eb6
Parents:
a3ef34c2
Message:

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #6

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

Location:
multimedia/videoutils
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/avifile.xml

    ra3ef34c2 r0e2aa08  
    113113    <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
    114114
     115    <para condition="html" role="usernotes">User Notes:
     116    <ulink url="&blfs-wiki;/avifile"/></para>
     117
    115118  </sect2>
    116119
  • multimedia/videoutils/ffmpeg.xml

    ra3ef34c2 r0e2aa08  
    9898    <xref linkend="tex"/> (to build HTML documentation)</para>
    9999
     100    <para condition="html" role="usernotes">User Notes:
     101    <ulink url="&blfs-wiki;/ffmpeg"/></para>
     102
    100103  </sect2>
    101104
     
    176179    installed.</para>
    177180
    178     <para><option>--enable-<replaceable>[codec]</replaceable></option>: Review
     181    <para><option>--enable-<replaceable>&lt;codec&gt;</replaceable></option>: Review
    179182    the available options and codecs using the
    180183    <command>./configure --help</command> command. Also review the information
  • multimedia/videoutils/mplayer.xml

    ra3ef34c2 r0e2aa08  
    291291    </itemizedlist>
    292292
     293    <para condition="html" role="usernotes">User Notes:
     294    <ulink url="&blfs-wiki;/mplayer"/></para>
     295
    293296  </sect2>
    294297
     
    446449chown -v -R root:root /usr/share/mplayer/font &amp;&amp;
    447450cd /usr/share/mplayer/font &amp;&amp;
    448 ln -v -sf &mplayer-font;/font-arial-<replaceable>[font size]</replaceable>-iso-8859-1/* .</userinput></screen>
     451ln -v -sf &mplayer-font;/font-arial-<replaceable>&lt;font size&gt;</replaceable>-iso-8859-1/* .</userinput></screen>
    449452
    450453      <para>Available font sizes are 14, 18, 24 or 28.</para>
     
    467470<literal># Create a /dev/dvd symlink
    468471
    469 KERNEL="<replaceable>[dvd drive]</replaceable>", SYMLINK="dvd"</literal>
     472KERNEL="<replaceable>&lt;dvd drive&gt;</replaceable>", SYMLINK="dvd"</literal>
    470473
    471474EOF
    472475udevstart</userinput></screen>
    473476
    474       <para>Replace <replaceable>[dvd drive]</replaceable> with whatever
     477      <para>Replace <replaceable>&lt;dvd drive&gt;</replaceable> with whatever
    475478      device is appropriate, for example <filename>hdc</filename>. If
    476479      you don't know which device to choose, type:</para>
  • multimedia/videoutils/transcode.xml

    ra3ef34c2 r0e2aa08  
    103103    <ulink url="http://sourceforge.net/projects/mjpeg">MMX Jpeg</ulink></para>
    104104
     105    <para condition="html" role="usernotes">User Notes:
     106    <ulink url="&blfs-wiki;/transcode"/></para>
     107
    105108  </sect2>
    106109
  • multimedia/videoutils/xine-ui.xml

    ra3ef34c2 r0e2aa08  
    7373    <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink></para>
    7474
     75    <para condition="html" role="usernotes">User Notes:
     76    <ulink url="&blfs-wiki;/xine-ui"/></para>
     77
    7578  </sect2>
    7679
     
    128131        <seg>aaxine, cacaxine, fbxine, xine, xine-bugreport, xine-check, and
    129132        xine-remote</seg>
    130         <seg>/usr/share/xine/[desktop,skins,visuals] and
    131         /usr/share/doc/[xine-ui,xitk]</seg>
     133        <seg>/usr/share/xine/{desktop,skins,visuals} and
     134        /usr/share/doc/{xine-ui,xitk}</seg>
    132135      </seglistitem>
    133136    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.