multimedia, pst grammar

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2270 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2004-06-05 02:03:59 +00:00
parent a3b2641a8b
commit eac1ee98ac
25 changed files with 41 additions and 45 deletions

View File

@ -3,7 +3,7 @@
<!ENTITY cdrdao-inst SYSTEM "cdrdao-inst.xml">
<!ENTITY cdrdao-desc SYSTEM "cdrdao-desc.xml">
<!ENTITY cdrdao-version "1.1.8">
<!ENTITY cdrdao-download-http "http://umn.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
<!ENTITY cdrdao-download-http "http://prdownloads.sourceforge.net/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
<!ENTITY cdrdao-download-ftp " ">
<!ENTITY cdrdao-size "1.5 MB">
<!ENTITY cdrdao-buildsize "35 MB">

View File

@ -6,7 +6,7 @@ install directory from <filename class="directory">/opt/schily
</filename> to <filename class="directory">/usr</filename>.</para>
<para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
commands install all programs with root.root ownership instead of the default
commands install all programs with root:root ownership instead of the default
bin:bin.</para>
</sect2>

View File

@ -4,8 +4,8 @@
<para>This chapter contains information on <acronym>CD</acronym>-writing in
Linux. You will first have to configure your kernel for
<acronym>CD</acronym>-writing. We start by
discussing how to do this, then discuss installing the actual utilities.</para>
<acronym>CD</acronym>-writing, which is discussed first. After that,
installing the acutal utilities is presented.</para>
<para>Additional sources of information on <acronym>CD</acronym>-writing include:</para>
@ -18,9 +18,6 @@ HOWTO</ulink></para></listitem>
<listitem><para><ulink url="http://www.cdrfaq.org">CD-Recordable
FAQ</ulink></para></listitem>
<listitem><para><ulink
url="http://www.mandrakeuser.org/docs/utils/uiso.html">Handling CD-Images</ulink></para></listitem>
</itemizedlist>
&multimedia-cdwriteutils-kernel;

View File

@ -24,7 +24,7 @@ access.</para></sect3>
<para><command>cdrwtool</command> provides facilities to manage
<acronym>CD</acronym>-RW
drives, including formatting new disks, setting the read and write
speeds etc.. </para>
speeds, etc. </para>
<para>Example:
<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
prepares a new <acronym>CD</acronym>-<acronym>RW</acronym> for use and

View File

@ -3,7 +3,7 @@
<para>The <application><acronym>UDF</acronym>tools</application> package contains utilities
for creating and mounting <acronym>CD</acronym>-<acronym>RW</acronym> disks with
<acronym>udf</acronym> file systems for both
<acronym>UDF</acronym> file systems for both
reading and writing. <acronym>UDF</acronym> files systems are used on
both <acronym>CD</acronym>-<acronym>RW</acronym> media and
on <acronym>DVD</acronym>. For more details of the

View File

@ -2,7 +2,8 @@
<title>Installation of the kernel patch</title>
<warning>
<para>Note that this patch can permenantly damage your CD drive if it is
<para>Note that this patch can permanently damage your
<acronym>CD</acronym> drive if it is
from one of the few mentioned at
<ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
not apply the patch without first checking out the article.</para>
@ -22,7 +23,7 @@ File Systems
UDF filesystems support (read only): Y
UDF write support (DANGEROUS) Y</screen>
<para>If necessary, recompile the kernel with</para>
<para>If necessary, recompile the kernel with:</para>
<screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
make CC=/opt/gcc-2.95.3/bin/gcc modules &amp;&amp;
@ -31,11 +32,11 @@ make CC=/opt/gcc-2.95.3/bin/gcc modules_install</command></userinput></screen>
Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
<filename>/usr/src/linux/System.map</filename> to
<filename class="directory">/boot</filename>. If you utilize
<application>LILO</application> edit <filename>/etc/lilo.conf</filename>
<application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
appropriately and run <command>lilo</command>.
</para>
<para>If you build packet writer as a module, add the following to
<para>If you built packet writer as a module, add the following to
<filename>/etc/modules.conf</filename>:</para>
<screen><userinput>alias block-major-97 pktcdvd</userinput></screen>

View File

@ -48,7 +48,7 @@ Video For Windows (vfw) compatible device, like a webcam or a TV-tuner.</para>
<sect3><title>kv4lsetup</title>
<para><command>kv4lsetup</command> is a small tool which tells video4linux
about the current video mode</para></sect3>
about the current video mode.</para></sect3>
<sect3><title>avicat</title>
<para><command>avicat</command> takes a set of <acronym>AVI</acronym> files and

View File

@ -20,7 +20,7 @@ ln -sf font-arial-iso-8859-1/font-arial-<replaceable>[font size]</replaceable>-i
You can chose your font size of 14, 18, 24 or 28.
</para>
<para>Set the proper permissions for <acronym>CODEC</acronym>s, skins and fonts:</para>
<para>Set the proper ownership for <acronym>CODEC</acronym>s, skins and fonts:</para>
<screen><userinput><command>chown -R root:root <replaceable>[CODECs location]</replaceable> &amp;&amp;
chown -R root:root /usr/share/mplayer</command></userinput></screen>

View File

@ -21,8 +21,8 @@ mplayer -vo fbdev -fb /dev/fb0 dvd://1 -aid 128 -sub en -framedrop
mplayer -fs vcd://1 # works both for VCDs and SVCDs
mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</command></screen>
<para>For further information, have a look at the very good
documentation included in the package in the subdirectory <filename
<para>For further information, look at the very good
documentation included with the package in the source tree subdirectory <filename
class="directory">DOCS/</filename>.
</para></sect3>

View File

@ -26,7 +26,7 @@ it:</para>
<para>The <acronym>GUI</acronym> version of
<application>MPlayer</application> requires a skin. Extract the default
one at recommended location:</para>
one to the recommended location:</para>
<screen><userinput><command>install -d /usr/share/mplayer/Skin &amp;&amp;
tar xjvf ../default-1.8.tar.bz2 -C /usr/share/mplayer/Skin</command></userinput></screen>
@ -41,7 +41,7 @@ from your <acronym>DVD</acronym> drive to <filename>/dev/dvd</filename>:</para>
<screen><userinput><command>ln -s /dev/<replaceable>[dvd drive]</replaceable> /dev/dvd</command></userinput></screen>
<para>Replace <replaceable>[dvd drive]</replaceable> with whatever
device is appropriate, for example <filename>/dev/hdc</filename>. if
device is appropriate, for example <filename>/dev/hdc</filename>. If
you don't know which device to choose, type:</para>
<screen><userinput><command>dmesg | grep DVD</command></userinput></screen>
@ -53,7 +53,7 @@ ATAPI CD/DVD-ROM drive</userinput></screen>
<para>If you have SCSI-Emulation activated for the drives, you'll need
to get the right SCSI-device. Every CD/DVD-ROM drive is mapped in the
same order as in <acronym>IDE</acronym> to the devices named
same order as in <acronym>IDE</acronym> devices to the devices named
<filename>/dev/scd0</filename>,
<filename>/dev/scd1</filename> and so on.</para>

View File

@ -2,8 +2,9 @@
<title>Introduction to <application>MPlayer</application></title>
<para>The <application>MPlayer</application> package contains an audio/video player that is able to
play almost every audio and video <acronym>CODEC</acronym> and can be controlled by command
line or <acronym>GUI</acronym>.</para>
play almost every audio and video <acronym>CODEC</acronym> and can be
controlled via the command
line or a <acronym>GUI</acronym>.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
@ -25,7 +26,7 @@ url="http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.b
</listitem>
</itemizedlist>
<note><para>These are not required to build and use MPlayer. You can
<note><para>The additional downloads are not required to build and use MPlayer. You can
find many more <acronym>CODEC</acronym>s, skins and fonts at <ulink
url="http://www.mplayerhq.hu/">MPlayer's homepage</ulink>.</para></note>

View File

@ -32,8 +32,8 @@ and input/filter/output modules.</para>
<sect3><title>transcode</title>
<para><command>transcode</command> is the encoder's user interface that handles
the plugins and other programs, being the glue between the modules.
There are several well documented usage examples on either the homepage
or the documentation included in the package.</para></sect3>
There are several well documented usage examples on both the homepage
and the documentation included in the package.</para></sect3>
<sect3><title>tccat</title>
<para><command>tccat</command> concatenates input files using the input plugins
@ -86,7 +86,7 @@ input data.</para></sect3>
<acronym>AVI</acronym> file.</para></sect3>
<sect3><title>avidump</title>
<para><command>avidump</command> dumps audio or video stream of an given
<para><command>avidump</command> dumps audio or video stream of a given
<acronym>AVI</acronym> file to stdout (for <acronym>AVI</acronym>
conversion or extraction of audio streams).</para></sect3>

View File

@ -1,7 +1,8 @@
<sect2>
<title>Command explanations</title>
<para><parameter>--without-x</parameter>: Omit this switch if you have X
<para><parameter>--without-x</parameter>: Omit this switch if you have
an <application>X</application>
Window System installed and you want to compile X11 dependent filter
plugins.</para>

View File

@ -4,8 +4,8 @@
<para>This chapter always seems to be the favorite chapter. It's
probably because there is a lot of satisfaction in playing your first
video when you have spent so much time getting to that point. All the
libraries, all the configurations and your reward is that you get to
video when you have spent so much time getting to that point. All those
libraries, all the configurations and your reward is that you finally get to
watch a movie. Not to worry though, there is always one more
<acronym>CODEC</acronym> to install.</para>

View File

@ -8,7 +8,7 @@ printers are easier. For detailed instructions on configuration and use of
<ulink url="http://www.cups.org/documentation.php"/>. The Software
Administrators Manual and Software Users Manual are particularly useful.</para>
<para>For non-PostScript printers to print with CUPS you need to install
<para>For non-PostScript printers to print with CUPS, you need to install
<xref linkend="espgs"/> to convert PostScript to raster images
and a driver (e.g., from <xref linkend="gimp-print"/>) to convert
the resulting raster images to a form that the printer understands.

View File

@ -40,7 +40,7 @@ and class queues provided by <application><acronym>CUPS</acronym>
</para></sect3>
<sect3><title>reject</title>
<para><command>reject</command> reject instructs the printing system to
<para><command>reject</command> instructs the printing system to
reject print jobs to the specified destinations.
</para></sect3>

View File

@ -6,7 +6,7 @@
<command>rastertoprinter</command> filter for
<application><acronym>CUPS</acronym></application> that converts
the output of <command>pstoraster</command> to a form
understandable by printer,
understandable by printers,
and a plugin that allows printing images from
<application><acronym>GIMP</acronym>-1.2.5</application>.</para>
</sect2>

View File

@ -10,13 +10,13 @@
<para>There is no generic <filename>printcap</filename> for all
printers. A sample printcap is loaded into the <filename
class="directory">etc</filename>
directory which can be some help. Information is also available at
directory which can be of some help. Information is also available at
<ulink url="http://www.lprng.org"/> and <ulink
url="http://www.linuxprinting.org"/>.</para>
<para>The init script installed by <application>LPRng</application> is not
consistent with other <acronym>BLFS</acronym> scripts; therefore, we will install
<filename>/etc/rc.d/init.d/lprng</filename>
consistent with other <acronym>BLFS</acronym> scripts; therefore, install
the <filename>/etc/rc.d/init.d/lprng</filename>
init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
<screen><userinput><command>make install-lprng</command></userinput></screen>

View File

@ -1,10 +1,6 @@
<sect2>
<title>Installation command explanations</title>
<para><parameter>--prefix=/usr</parameter>: This switch installs all
software in directories relative to
<filename class="directory">/usr</filename>.</para>
<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
configuration files in <filename class="directory">/etc/sane.d</filename>
instead of <filename class="directory">/usr/etc/sane.d</filename>.</para>

View File

@ -2,7 +2,7 @@
<?dbhtml filename="scanning.html"?>
<title>Scanning</title>
<para>This chapter contains scanning applications which allow us to
<para>This chapter contains scanning applications which allow you to
convert printed documents into formatted documents readable by other
applications.</para>

View File

@ -8,7 +8,7 @@ the building of the static library.</para>
for <acronym>HTTP</acronym>.</para>
<para><parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>: This
switch sets the path to our centralized catalog.</para>
switch sets the path to the centralized catalog.</para>
<para><option>--enable-default-search-path</option>: This switch
sets the default value of <envar>SGML_SEARCH_PATH</envar>.</para>

View File

@ -12,7 +12,7 @@
<sect2><title>Description</title>
<sect3><title>onsgmls</title>
<para><command>onsgmls</command> process <acronym>SGML</acronym> files.</para></sect3>
<para><command>onsgmls</command> processes <acronym>SGML</acronym> files.</para></sect3>
<sect3><title>ospam</title>
<para><command>ospam</command> is a markup stream editor.</para></sect3>

View File

@ -8,7 +8,7 @@ the building of the static library.</para>
for <acronym>HTTP</acronym>.</para>
<para><parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>: This
switch sets the path to our centralized catalog.</para>
switch sets the path to the centralized catalog.</para>
<para><option>--enable-default-search-path</option>: This switch
sets the default value of <envar>SGML_SEARCH_PATH</envar>.</para>

View File

@ -2,7 +2,7 @@
<title>Introduction to <application>OpenSP</application></title>
<para>The <application>OpenSP</application> package contains a
<application>C++</application> Library for using
<application>C++</application> library for using
<acronym>SGML</acronym>/<acronym>XML</acronym> files.
This is useful for validating, parsing and manipulating
<acronym>SGML</acronym> and <acronym>XML</acronym>

View File

@ -5,7 +5,7 @@
<screen><userinput><command>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch</command></userinput></screen>
<para>The autotools files included along with sgml-common are old. Use the following
<para>The autotools files included with sgml-common are old. Use the following
commands to regenerate the files.</para>
<screen><userinput><command>aclocal &amp;&amp;