Changeset eac1ee9


Ignore:
Timestamp:
06/05/2004 02:03:59 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
52a46b3a
Parents:
a3b2641
Message:

multimedia, pst grammar

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

Files:
25 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrdao/cdrdao.ent

    ra3b2641 reac1ee9  
    44<!ENTITY cdrdao-desc SYSTEM "cdrdao-desc.xml">
    55<!ENTITY cdrdao-version "1.1.8">
    6 <!ENTITY cdrdao-download-http "http://umn.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
     6<!ENTITY cdrdao-download-http "http://prdownloads.sourceforge.net/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
    77<!ENTITY cdrdao-download-ftp " ">
    88<!ENTITY cdrdao-size "1.5 MB">
  • multimedia/cdwriteutils/cdrtools/cdrtools-exp.xml

    ra3b2641 reac1ee9  
    77
    88<para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
    9 commands install all programs with root.root ownership instead of the default
     9commands install all programs with root:root ownership instead of the default
    1010bin:bin.</para>
    1111
  • multimedia/cdwriteutils/cdwriteutils.xml

    ra3b2641 reac1ee9  
    55<para>This chapter contains information on <acronym>CD</acronym>-writing in
    66Linux.  You will first have to configure your kernel for
    7 <acronym>CD</acronym>-writing.  We start by
    8 discussing how to do this, then discuss installing the actual utilities.</para>
     7<acronym>CD</acronym>-writing, which is discussed first.  After that,
     8installing the acutal utilities is presented.</para>
    99
    1010<para>Additional sources of information on <acronym>CD</acronym>-writing include:</para>
     
    1919FAQ</ulink></para></listitem>
    2020
    21 <listitem><para><ulink
    22 url="http://www.mandrakeuser.org/docs/utils/uiso.html">Handling CD-Images</ulink></para></listitem>
    23 
    2421</itemizedlist>
    2522
  • multimedia/cdwriteutils/udftools/udftools-desc.xml

    ra3b2641 reac1ee9  
    2525<acronym>CD</acronym>-RW
    2626drives, including formatting new disks, setting the read and write
    27 speeds etc.. </para>
     27speeds, etc. </para>
    2828<para>Example:
    2929<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
  • multimedia/cdwriteutils/udftools/udftools-intro.xml

    ra3b2641 reac1ee9  
    44<para>The <application><acronym>UDF</acronym>tools</application> package contains utilities
    55for creating and mounting <acronym>CD</acronym>-<acronym>RW</acronym> disks with
    6 <acronym>udf</acronym> file systems for both
     6<acronym>UDF</acronym> file systems for both
    77reading and writing. <acronym>UDF</acronym> files systems are used on
    88both <acronym>CD</acronym>-<acronym>RW</acronym> media and
  • multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml

    ra3b2641 reac1ee9  
    33
    44<warning>
    5 <para>Note that this patch can permenantly damage your CD drive if it is
     5<para>Note that this patch can permanently damage your
     6<acronym>CD</acronym> drive if it is
    67from one of the few mentioned at
    78<ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
     
    2324     UDF write support (DANGEROUS)       Y</screen>
    2425
    25 <para>If necessary, recompile the kernel with</para>
     26<para>If necessary, recompile the kernel with:</para>
    2627<screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
    2728make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
     
    3233<filename>/usr/src/linux/System.map</filename> to
    3334<filename class="directory">/boot</filename>. If you utilize
    34 <application>LILO</application> edit <filename>/etc/lilo.conf</filename>
     35<application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
    3536appropriately and run <command>lilo</command>.
    3637</para>
    3738
    38 <para>If you build packet writer as a module, add the following to
     39<para>If you built packet writer as a module, add the following to
    3940<filename>/etc/modules.conf</filename>:</para>
    4041<screen><userinput>alias block-major-97 pktcdvd</userinput></screen>
  • multimedia/videoutils/avifile/avifile-desc.xml

    ra3b2641 reac1ee9  
    4949<sect3><title>kv4lsetup</title>
    5050<para><command>kv4lsetup</command> is a small tool which tells video4linux
    51 about the current video mode</para></sect3>
     51about the current video mode.</para></sect3>
    5252
    5353<sect3><title>avicat</title>
  • multimedia/videoutils/mplayer/mplayer-config.xml

    ra3b2641 reac1ee9  
    2121</para>
    2222
    23 <para>Set the proper permissions for <acronym>CODEC</acronym>s, skins and fonts:</para>
     23<para>Set the proper ownership for <acronym>CODEC</acronym>s, skins and fonts:</para>
    2424
    2525<screen><userinput><command>chown -R root:root <replaceable>[CODECs location]</replaceable> &amp;&amp;
  • multimedia/videoutils/mplayer/mplayer-desc.xml

    ra3b2641 reac1ee9  
    2222mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</command></screen>
    2323
    24 <para>For further information, have a look at the very good
    25 documentation included in the package in the subdirectory <filename
     24<para>For further information, look at the very good
     25documentation included with the package in the source tree subdirectory <filename
    2626class="directory">DOCS/</filename>.
    2727</para></sect3>
  • multimedia/videoutils/mplayer/mplayer-inst.xml

    ra3b2641 reac1ee9  
    2727<para>The <acronym>GUI</acronym> version of
    2828<application>MPlayer</application> requires a skin. Extract the default
    29 one at recommended location:</para>
     29one to the recommended location:</para>
    3030
    3131<screen><userinput><command>install -d /usr/share/mplayer/Skin &amp;&amp;
     
    4242
    4343<para>Replace <replaceable>[dvd drive]</replaceable> with whatever
    44 device is appropriate, for example <filename>/dev/hdc</filename>. if
     44device is appropriate, for example <filename>/dev/hdc</filename>. If
    4545you don't know which device to choose, type:</para>
    4646
     
    5454<para>If you have SCSI-Emulation activated for the drives, you'll need
    5555to get the right SCSI-device. Every CD/DVD-ROM drive is mapped in the
    56 same order as in <acronym>IDE</acronym> to the devices named
     56same order as in <acronym>IDE</acronym> devices to the devices named
    5757<filename>/dev/scd0</filename>,
    5858<filename>/dev/scd1</filename> and so on.</para>
  • multimedia/videoutils/mplayer/mplayer-intro.xml

    ra3b2641 reac1ee9  
    33
    44<para>The <application>MPlayer</application> package contains an audio/video player that is able to
    5 play almost every audio and video <acronym>CODEC</acronym> and can be controlled by command
    6 line or <acronym>GUI</acronym>.</para>
     5play almost every audio and video <acronym>CODEC</acronym> and can be
     6controlled via the command
     7line or a <acronym>GUI</acronym>.</para>
    78
    89<sect3><title>Package information</title>
     
    2627</itemizedlist>
    2728
    28 <note><para>These are not required to build and use MPlayer. You can
     29<note><para>The additional downloads are not required to build and use MPlayer. You can
    2930find many more <acronym>CODEC</acronym>s, skins and fonts at <ulink
    3031url="http://www.mplayerhq.hu/">MPlayer's homepage</ulink>.</para></note>
  • multimedia/videoutils/transcode/transcode-desc.xml

    ra3b2641 reac1ee9  
    3333<para><command>transcode</command> is the encoder's user interface that handles
    3434the plugins and other programs, being the glue between the modules.
    35 There are several well documented usage examples on either the homepage
    36 or the documentation included in the package.</para></sect3>
     35There are several well documented usage examples on both the homepage
     36and the documentation included in the package.</para></sect3>
    3737
    3838<sect3><title>tccat</title>
     
    8787
    8888<sect3><title>avidump</title>
    89 <para><command>avidump</command> dumps audio or video stream of an given
     89<para><command>avidump</command> dumps audio or video stream of a given
    9090<acronym>AVI</acronym> file to stdout (for <acronym>AVI</acronym>
    9191conversion or extraction of audio streams).</para></sect3>
  • multimedia/videoutils/transcode/transcode-exp.xml

    ra3b2641 reac1ee9  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--without-x</parameter>: Omit this switch if you have X
     4<para><parameter>--without-x</parameter>: Omit this switch if you have
     5an <application>X</application>
    56Window System installed and you want to compile X11 dependent filter
    67plugins.</para>
  • multimedia/videoutils/videoutils.xml

    ra3b2641 reac1ee9  
    55<para>This chapter always seems to be the favorite chapter.  It's
    66probably because there is a lot of satisfaction in playing your first
    7 video when you have spent so much time getting to that point. All the
    8 libraries, all the configurations and your reward is that you get to
     7video when you have spent so much time getting to that point. All those
     8libraries, all the configurations and your reward is that you finally get to
    99watch a movie. Not to worry though, there is always one more
    1010<acronym>CODEC</acronym> to install.</para>
  • pst/printing/cups/cups-config.xml

    ra3b2641 reac1ee9  
    99Administrators Manual and Software Users Manual are particularly useful.</para>
    1010
    11 <para>For non-PostScript printers to print with CUPS you need to install
     11<para>For non-PostScript printers to print with CUPS, you need to install
    1212<xref linkend="espgs"/> to convert PostScript to raster images
    1313and a driver (e.g., from <xref linkend="gimp-print"/>) to convert
  • pst/printing/cups/cups-desc.xml

    ra3b2641 reac1ee9  
    4141
    4242<sect3><title>reject</title>
    43 <para><command>reject</command> reject instructs the printing system to
     43<para><command>reject</command> instructs the printing system to
    4444reject print jobs to the specified destinations.
    4545</para></sect3>
  • pst/printing/gimp-print/gimp-print-desc.xml

    ra3b2641 reac1ee9  
    77<application><acronym>CUPS</acronym></application> that converts
    88the output of <command>pstoraster</command> to a form
    9 understandable by printer,
     9understandable by printers,
    1010and a plugin that allows printing images from
    1111<application><acronym>GIMP</acronym>-1.2.5</application>.</para>
  • pst/printing/lprng/lprng-config.xml

    ra3b2641 reac1ee9  
    1111printers. A sample printcap is loaded into the <filename
    1212class="directory">etc</filename>
    13 directory which can be some help.  Information is also available at
     13directory which can be of some help.  Information is also available at
    1414<ulink url="http://www.lprng.org"/> and <ulink
    1515url="http://www.linuxprinting.org"/>.</para>
    1616
    1717<para>The init script installed by <application>LPRng</application> is not
    18 consistent with other <acronym>BLFS</acronym> scripts; therefore, we will install
    19 <filename>/etc/rc.d/init.d/lprng</filename>
     18consistent with other <acronym>BLFS</acronym> scripts; therefore, install
     19the <filename>/etc/rc.d/init.d/lprng</filename>
    2020init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    2121
  • pst/scanning/sane/sane-exp.xml

    ra3b2641 reac1ee9  
    11<sect2>
    22<title>Installation command explanations</title>
    3 
    4 <para><parameter>--prefix=/usr</parameter>: This switch installs all
    5 software in directories relative to
    6 <filename class="directory">/usr</filename>.</para>
    73
    84<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
  • pst/scanning/scanning.xml

    ra3b2641 reac1ee9  
    33<title>Scanning</title>
    44
    5 <para>This chapter contains scanning applications which allow us to
     5<para>This chapter contains scanning applications which allow you to
    66convert printed documents into formatted documents readable by other
    77applications.</para>
  • pst/sgml/openjade/openjade-exp.xml

    ra3b2641 reac1ee9  
    99
    1010<para><parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>: This
    11 switch sets the path to our centralized catalog.</para>
     11switch sets the path to the centralized catalog.</para>
    1212
    1313<para><option>--enable-default-search-path</option>: This switch
  • pst/sgml/opensp/opensp-desc.xml

    ra3b2641 reac1ee9  
    1313
    1414<sect3><title>onsgmls</title>
    15 <para><command>onsgmls</command> process <acronym>SGML</acronym> files.</para></sect3>
     15<para><command>onsgmls</command> processes <acronym>SGML</acronym> files.</para></sect3>
    1616
    1717<sect3><title>ospam</title>
  • pst/sgml/opensp/opensp-exp.xml

    ra3b2641 reac1ee9  
    99
    1010<para><parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>: This
    11 switch sets the path to our centralized catalog.</para>
     11switch sets the path to the centralized catalog.</para>
    1212
    1313<para><option>--enable-default-search-path</option>: This switch
  • pst/sgml/opensp/opensp-intro.xml

    ra3b2641 reac1ee9  
    33
    44<para>The <application>OpenSP</application> package contains a
    5 <application>C++</application> Library for using
     5<application>C++</application> library for using
    66<acronym>SGML</acronym>/<acronym>XML</acronym> files.
    77This is useful for validating, parsing and manipulating
  • pst/sgml/sgml-common/sgml-common-inst.xml

    ra3b2641 reac1ee9  
    66<screen><userinput><command>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch</command></userinput></screen>
    77
    8 <para>The autotools files included along with sgml-common are old. Use the following
     8<para>The autotools files included with sgml-common are old. Use the following
    99commands to regenerate the files.</para>
    1010
Note: See TracChangeset for help on using the changeset viewer.