mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
multimedia editing
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@830 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
03cbf552d5
commit
d306467b74
@ -1,8 +1,8 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>gzip -9 *.8</userinput> : You can compress the manpages
|
||||
to save space, but it isn't needed for the manpages to work.</para>
|
||||
<para><userinput>gzip -9 *.8</userinput> : You can compress the man pages
|
||||
to save space, but it isn't needed for the man pages to work.</para>
|
||||
|
||||
<para><userinput>package/compile</userinput> : This command actually
|
||||
compiles the source and puts the binaries in a command directory.</para>
|
||||
|
@ -7,7 +7,7 @@ Version used: &daemontools-man-version;
|
||||
Package size: &daemontools-man-size;
|
||||
Estimated Disk space required: &daemontools-man-buildsize;</screen>
|
||||
|
||||
<para>The Daemontools package does not come with manpages, so install
|
||||
<para>The Daemontools package does not come with man pages, so install
|
||||
this package if you want online help with the daemontools programs.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
<para>No changes in these files are necessary to begin using mutt. When
|
||||
your ready to make changes, the manpage for muttrc is a good starting
|
||||
your ready to make changes, the man page for muttrc is a good starting
|
||||
place.</para>
|
||||
</sect3>
|
||||
|
||||
|
@ -1,51 +1,63 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The db package contains <userinput>db_archive</userinput>,
|
||||
<para>The db package contains
|
||||
<userinput>db_archive</userinput>,
|
||||
<userinput>db_checkpoint</userinput>,
|
||||
<userinput>db_deadlock</userinput>, <userinput>db_dump</userinput>,
|
||||
<userinput>db_load</userinput>, <userinput>db_printlog</userinput>,
|
||||
<userinput>db_recover</userinput>, <userinput>db_stat</userinput>,
|
||||
<userinput>db_upgrade</userinput>, <userinput>db_verify</userinput> and <userinput>db
|
||||
libraries</userinput></para>
|
||||
<userinput>db_deadlock</userinput>,
|
||||
<userinput>db_dump</userinput>,
|
||||
<userinput>db_load</userinput>,
|
||||
<userinput>db_printlog</userinput>,
|
||||
<userinput>db_recover</userinput>,
|
||||
<userinput>db_stat</userinput>,
|
||||
<userinput>db_upgrade</userinput> and
|
||||
<userinput>db_verify</userinput>.
|
||||
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>db_archive</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_archive prints the pathnames of log files that are no longer
|
||||
in use.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>db_checkpoint</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_checkpoint is a daemon process used to monitor and checkpoint
|
||||
database logs.</para></sect3>
|
||||
|
||||
<sect3><title>db_deadlock</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_deadlock is used to abort lock requests when deadlocks are
|
||||
detected.</para></sect3>
|
||||
|
||||
<sect3><title>db_dump</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_dump converts database files to a flat file format readable
|
||||
by db_load.</para></sect3>
|
||||
|
||||
<sect3><title>db_load</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_load is used to create database files from flat files created
|
||||
with db_dump.</para></sect3>
|
||||
|
||||
<sect3><title>db_printlog</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_printlog converts database log files to human readable
|
||||
text.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>db_recover</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_recover is used to restore a database to a consistent state
|
||||
after a failure.</para></sect3>
|
||||
|
||||
<sect3><title>db_stat</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_stat displays database environment statistics.</para></sect3>
|
||||
|
||||
<sect3><title>db_upgrade</title>
|
||||
<para>No description available</para></sect3>
|
||||
<para>db_upgrade is used to upgrade database files to a newer version
|
||||
of Berkeley DB.</para></sect3>
|
||||
|
||||
<sect3><title>db_verify</title>
|
||||
<para>No description available</para></sect3>
|
||||
|
||||
<sect3><title>db libraries</title>
|
||||
<para>These are used by many other programs to perform db linked
|
||||
functions.</para></sect3>
|
||||
<para>db_verify is used to run consistency checks on database files.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -9,7 +9,7 @@ Estimated Disk space required: &gnome-desktop-buildsize;
|
||||
Estimated build time: &gnome-desktop-time;</screen>
|
||||
|
||||
<para>The gnome-desktop package contains GNOME's .desktop files, the
|
||||
gnome-about program, manpages and GNOME's core graphics files and icons.</para>
|
||||
gnome-about program, man pages and GNOME's core graphics files and icons.</para>
|
||||
|
||||
<screen>gnome-desktop depends on:
|
||||
<xref linkend="libgnomeui"/></screen>
|
||||
|
@ -6,8 +6,6 @@
|
||||
<para>CDParanoia itself needs little configuration; information can be
|
||||
found from the man page.</para>
|
||||
|
||||
<para>For the libcdda library, the usual rules apply:</para>
|
||||
|
||||
&library-config;
|
||||
|
||||
</sect3>
|
||||
|
@ -10,7 +10,7 @@ Estimated Disk space required: &mpg123-buildsize;</screen>
|
||||
<para>The mpg123 package contains a console-based mp3-player. It claims to
|
||||
be the fastest mp3-decoder for unix.</para>
|
||||
|
||||
<screen>mpg123 depends on: <xref linkend="alsa"/> with
|
||||
oss-compatibility.</screen>
|
||||
<screen>mpg123 depends on:
|
||||
<xref linkend="alsa"/> with oss-compatibility.</screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
<para>When you start XMMS for the first time, you can configure it with
|
||||
<userinput>CTRL+P</userinput> Note that you can extend XMMS' functionality
|
||||
with plugins and skins. You can find these at http://xmms.org.
|
||||
with plugins and skins. You can find these at <ulink url="http://xmms.org"/>.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The xmms package contains <userinput>xmms, xmms-config, gnomexmss,
|
||||
wmxmms.</userinput></para>
|
||||
<para>The xmms package contains <userinput>xmms</userinput>, <userinput>xmms-config</userinput>, <userinput>gnomexmss</userinput> and <userinput>wmxmms.</userinput></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -11,6 +11,7 @@ Estimated Disk space required: &XMMS-buildsize;</screen>
|
||||
|
||||
<screen>XMMS depends on:
|
||||
a working soundcard, <xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref linkend="GLib"/>
|
||||
XMMS will utilize <xref linkend="esound"/>, <xref linkend="gnome-libs"/>, gnome-applets, libmikmod, <xref linkend="libogg"/>, <xref linkend="libvorbis"/> and <xref linkend="libxml"/> if
|
||||
installed prior to XMMS.</screen>
|
||||
XMMS will utilize:
|
||||
<xref linkend="esound"/>, <xref linkend="gnome-libs"/>, gnome-applets, libmikmod,
|
||||
<xref linkend="libogg"/>, <xref linkend="libvorbis"/> and <xref linkend="libxml"/></screen>
|
||||
</sect2>
|
||||
|
@ -6,8 +6,7 @@
|
||||
below for your CD-ROM interface type:</para>
|
||||
|
||||
<para>SCSI CD-writer:</para>
|
||||
<screen>
|
||||
SCSI support menu
|
||||
<screen>SCSI support menu
|
||||
SCSI support: Y or M
|
||||
SCSI CD-ROM support: Y or M
|
||||
SCSI generic support: Y or M
|
||||
@ -17,8 +16,7 @@ applicable.</screen>
|
||||
|
||||
|
||||
<para>IDE CD-writer:</para>
|
||||
<screen>
|
||||
ATA/IDE/MFM/RLL support menu
|
||||
<screen>ATA/IDE/MFM/RLL support menu
|
||||
IDE/ATAPI CDROM support: N
|
||||
SCSI emulation support: Y or M
|
||||
SCSI support menu
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--sysconfdir=/etc :</userinput> This command put
|
||||
<para><userinput>--sysconfdir=/etc</userinput> : This command put
|
||||
esounds configuration files in <filename>/etc</filename> instead of
|
||||
<filename>/use/etc</filename>.</para>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
&libao-intro;
|
||||
&libao-inst;
|
||||
&libao-exp;
|
||||
&libao-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para>Install libao by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr &&
|
||||
make CC="gcc $CFLAGS" &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The nas package contains <userinput>nas utils, headers and
|
||||
libraries</userinput>.</para>
|
||||
<para>The nas package contains <userinput>nas utils</userinput>,
|
||||
<userinput>headers</userinput> and <userinput>libraries</userinput>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>xmkmf...:</userinput> Compile using the standard way
|
||||
<para><userinput>xmkmf...</userinput> : Compile using the standard way
|
||||
for compiling X based apps.</para>
|
||||
|
||||
<para><userinput>make INCROOT=...:</userinput> Install with /usr prefix
|
||||
<para><userinput>make INCROOT=...</userinput> : Install with /usr prefix
|
||||
instead of the default /usr/X11R6. Also install man pages.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<title>Introduction to nas</title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&nas-download-http;"/>
|
||||
Download location (FTP): <ulink url="&nas-download-ftp;"/>
|
||||
Version used: &nas-version;
|
||||
Package size: &nas-size;
|
||||
Estimated Disk space required: &nas-buildsize;</screen>
|
||||
|
@ -7,4 +7,5 @@
|
||||
<!ENTITY nas-buildsize "12 MB">
|
||||
<!ENTITY nas-version "1.6">
|
||||
<!ENTITY nas-download-http "http://radscan.com/nas/nas-&nas-version;.src.tar.gz">
|
||||
<!ENTITY nas-download-ftp "">
|
||||
<!ENTITY nas-size "2 MB">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The SDL package contains the <userinput>Simple DirectMedia
|
||||
Layer</userinput></para>
|
||||
Layer</userinput>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -12,6 +12,7 @@ designed to make it easy to write multimedia software, such as games and
|
||||
emulators.</para>
|
||||
|
||||
<screen>SDL will utilize:
|
||||
oss, <xref linkend="alsa"/>, <xref linkend="esound"/>, <xref linkend="arts"/>, nas, nasm, <xref linkend="xfree86"/>, <xref linkend="aalib"/> and directfb</screen>
|
||||
oss, <xref linkend="alsa"/>, <xref linkend="esound"/>, <xref linkend="arts"/>, nas, nasm,
|
||||
<xref linkend="xfree86"/>, <xref linkend="aalib"/> and directfb</screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -12,6 +12,6 @@ Estimated build time &ffmpeg-time;</screen>
|
||||
video. Due to heavy development, not all of this functions will work. </para>
|
||||
|
||||
<screen>ffmpeg will utilize:
|
||||
<xref linkend="libvorbis"/>, <xref linkend="lame"/>, and Imlib2</screen>
|
||||
<xref linkend="libvorbis"/>, <xref linkend="lame"/> and Imlib2</screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -31,7 +31,7 @@ other password required pam_unix.so nullok
|
||||
|
||||
# End /etc/pam.conf</screen>
|
||||
|
||||
<para>The pam manpage provides a good starting point for descriptions of
|
||||
<para>The pam man page provides a good starting point for descriptions of
|
||||
fields and allowable entries. The <ulink
|
||||
url="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html">Linux-PAM
|
||||
guide for system administrators</ulink> and two PAM hints located at <ulink url="http://hints.linuxfromscratch.org"/> are also available for further reading.</para>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<para>Configuration of CUPS is dependent on the type of printer and can be complex.
|
||||
Generally, postscript printers are easier. For detailed instructions on
|
||||
configuration and use of CUPS, see <ulink url="http://www.cups.org/documentation.html"/>.
|
||||
configuration and use of CUPS, see <ulink url="http://www.cups.org/documentation.php"/>.
|
||||
The Software Administrators Manual and Software Users Manual are particularly
|
||||
useful.</para>
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
<title>Installation command explanations</title>
|
||||
|
||||
<para>The basic default behavior of the installation is appropriate for LFS systems.
|
||||
CUPS files are placed in /usr/bin, /usr/sbin, /var, and /etc/cups.</para>
|
||||
CUPS files are placed in <filename>/usr/bin</filename>,
|
||||
<filename>/usr/sbin</filename>, <filename>/var</filename> and
|
||||
<filename>/etc/cups</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -10,7 +10,7 @@ Estimated Disk space required: &cups-buildsize;</screen>
|
||||
<screen>CUPS depends on:
|
||||
<xref linkend="espgs"/> (for non-postscript printers)
|
||||
CUPS will utilize:
|
||||
<xref linkend="libjpeg"/>, <xref linkend="libpng"/>, and <xref linkend="libtiff"/></screen>
|
||||
<xref linkend="libjpeg"/>, <xref linkend="libpng"/> and <xref linkend="libtiff"/></screen>
|
||||
|
||||
|
||||
<para>The Common UNIX Printing System ("CUPS") is a print spooler and
|
||||
|
@ -1,11 +1,11 @@
|
||||
<sect2>
|
||||
<title>Installation command explanations</title>
|
||||
|
||||
<para><userinput>--libexecdir=/usr/lib/gs :</userinput> executable
|
||||
<para><userinput>--libexecdir=/usr/lib/gs</userinput> : executable
|
||||
libraries of Ghostscript will be installed to
|
||||
<userinput>/usr/lib/gs</userinput>.</para>
|
||||
|
||||
<para><userinput>--sysconfdir=/etc/gs :</userinput> Configuration data
|
||||
<para><userinput>--sysconfdir=/etc/gs</userinput> : Configuration data
|
||||
goes to <userinput>/etc/gs</userinput> instead of
|
||||
<userinput>/usr/etc</userinput>.</para>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para>The LPRng package contains <userinput>lp</userinput>,
|
||||
<userinput>lpq</userinput>, <userinput>lpr</userinput>,
|
||||
<userinput>lprm</userinput>, <userinput>lpstat</userinput>,
|
||||
<userinput>lpc</userinput> and <userinput>lpd</userinput></para>
|
||||
<userinput>lpc</userinput> and <userinput>lpd</userinput>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
<?dbhtml filename="printing.html" dir="pst"?>
|
||||
<title>Printing</title>
|
||||
|
||||
<para>Table of Contents</para>
|
||||
∪︀
|
||||
&gs;
|
||||
&espgs;
|
||||
|
@ -7,11 +7,11 @@ for a list of available backends.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Frontends:</title>
|
||||
<para><userinput>scanimage :</userinput> Command line interface for
|
||||
<para><userinput>scanimage</userinput> : Command line interface for
|
||||
scanning.</para>
|
||||
<para><userinput>xscanimage :</userinput> Graphical user interface for
|
||||
<para><userinput>xscanimage</userinput> : Graphical user interface for
|
||||
scanning.</para>
|
||||
<para><userinput>gimp-plugin :</userinput> xscanimage as Gimp-plugin.</para>
|
||||
<para><userinput>gimp-plugin</userinput> : xscanimage as Gimp-plugin.</para>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Installation command explanations</title>
|
||||
|
||||
<para><userinput>--prefix=/usr :</userinput> All software is going to
|
||||
<para><userinput>--prefix=/usr</userinput> : All software is going to
|
||||
be installed in directories relative to<filename>/usr</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Installation command explanations</title>
|
||||
|
||||
<para><userinput>--prefix=/usr :</userinput> All software is going to
|
||||
<para><userinput>--prefix=/usr</userinput> : All software is going to
|
||||
be installed in directories relative to<filename>/usr</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user