Changeset d306467


Ignore:
Timestamp:
04/06/2003 07:30:52 PM (21 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0cfd5d9
Parents:
03cbf55
Message:

multimedia editing

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

Files:
31 edited

Legend:

Unmodified
Added
Removed
  • basicnet/djb/daemontools/daemontools-man-exp.xml

    r03cbf55 rd306467  
    22<title>Command explanations</title>
    33
    4 <para><userinput>gzip -9 *.8</userinput> : You can compress the manpages
    5 to save space, but it isn't needed for the manpages to work.</para>
     4<para><userinput>gzip -9 *.8</userinput> : You can compress the man pages
     5to save space, but it isn't needed for the man pages to work.</para>
    66
    77<para><userinput>package/compile</userinput> : This command actually
  • basicnet/djb/daemontools/daemontools-man-intro.xml

    r03cbf55 rd306467  
    88Estimated Disk space required:  &daemontools-man-buildsize;</screen>
    99
    10 <para>The Daemontools package does not come with manpages, so install
     10<para>The Daemontools package does not come with man pages, so install
    1111this package if you want online help with the daemontools programs.</para>
    1212
  • basicnet/mailnews/mutt/mutt-config.xml

    r03cbf55 rd306467  
    1111
    1212<para>No changes in these files are necessary to begin using mutt.  When
    13 your ready to make changes, the manpage for muttrc is a good starting
     13your ready to make changes, the man page for muttrc is a good starting
    1414place.</para>
    1515</sect3>
  • content/databases/db/db-desc.xml

    r03cbf55 rd306467  
    22<title>Contents</title>
    33
    4 <para>The db package contains <userinput>db_archive</userinput>,
     4<para>The db package contains
     5<userinput>db_archive</userinput>,
    56<userinput>db_checkpoint</userinput>,
    6 <userinput>db_deadlock</userinput>, <userinput>db_dump</userinput>,
    7 <userinput>db_load</userinput>, <userinput>db_printlog</userinput>,
    8 <userinput>db_recover</userinput>, <userinput>db_stat</userinput>,
    9 <userinput>db_upgrade</userinput>, <userinput>db_verify</userinput> and <userinput>db
    10 libraries</userinput></para>
     7<userinput>db_deadlock</userinput>,
     8<userinput>db_dump</userinput>,
     9<userinput>db_load</userinput>,
     10<userinput>db_printlog</userinput>,
     11<userinput>db_recover</userinput>,
     12<userinput>db_stat</userinput>,
     13<userinput>db_upgrade</userinput> and
     14<userinput>db_verify</userinput>.
     15
     16</para>
    1117
    1218</sect2>
     
    1521
    1622<sect3><title>db_archive</title>
    17 <para>No description available</para></sect3>
     23<para>db_archive prints the pathnames of log files that are no longer
     24in use.</para></sect3>
     25
    1826
    1927<sect3><title>db_checkpoint</title>
    20 <para>No description available</para></sect3>
     28<para>db_checkpoint is a daemon process used to monitor and checkpoint
     29database logs.</para></sect3>
    2130
    2231<sect3><title>db_deadlock</title>
    23 <para>No description available</para></sect3>
     32<para>db_deadlock is used to abort lock requests when deadlocks are
     33detected.</para></sect3>
    2434
    2535<sect3><title>db_dump</title>
    26 <para>No description available</para></sect3>
     36<para>db_dump converts database files to a flat file format readable
     37by db_load.</para></sect3>
    2738
    2839<sect3><title>db_load</title>
    29 <para>No description available</para></sect3>
     40<para>db_load is used to create database files from flat files created
     41with db_dump.</para></sect3>
    3042
    3143<sect3><title>db_printlog</title>
    32 <para>No description available</para></sect3>
     44<para>db_printlog converts database log files to human readable
     45text.</para></sect3>
     46
    3347
    3448<sect3><title>db_recover</title>
    35 <para>No description available</para></sect3>
     49<para>db_recover is used to restore a database to a consistent state
     50after a failure.</para></sect3>
    3651
    3752<sect3><title>db_stat</title>
    38 <para>No description available</para></sect3>
     53<para>db_stat displays database environment statistics.</para></sect3>
    3954
    4055<sect3><title>db_upgrade</title>
    41 <para>No description available</para></sect3>
     56<para>db_upgrade is used to upgrade database files to a newer version
     57of Berkeley DB.</para></sect3>
    4258
    4359<sect3><title>db_verify</title>
    44 <para>No description available</para></sect3>
    45 
    46 <sect3><title>db libraries</title>
    47 <para>These are used by many other programs to perform db linked
    48 functions.</para></sect3>
     60<para>db_verify is used to run consistency checks on database files.</para></sect3>
    4961
    5062</sect2>
  • gnome/core/desktop/gnome-desktop-intro.xml

    r03cbf55 rd306467  
    1010
    1111<para>The gnome-desktop package contains GNOME's .desktop files, the
    12 gnome-about program, manpages and GNOME's core graphics files and icons.</para>
     12gnome-about program, man pages and GNOME's core graphics files and icons.</para>
    1313
    1414<screen>gnome-desktop depends on:
  • multimedia/audioutils/cdparanoia/CDParanoia-config.xml

    r03cbf55 rd306467  
    77found from the man page.</para>
    88
    9 <para>For the libcdda library, the usual rules apply:</para>
    10 
    119&library-config;
    1210
  • multimedia/audioutils/mpg123/mpg123-intro.xml

    r03cbf55 rd306467  
    1111be the fastest mp3-decoder for unix.</para>
    1212
    13 <screen>mpg123 depends on: <xref linkend="alsa"/> with
    14 oss-compatibility.</screen>
     13<screen>mpg123 depends on:
     14<xref linkend="alsa"/> with oss-compatibility.</screen>
    1515
    1616</sect2>
  • multimedia/audioutils/xmms/XMMS-config.xml

    r03cbf55 rd306467  
    1010<para>When you start XMMS for the first time, you can configure it with
    1111<userinput>CTRL+P</userinput> Note that you can extend XMMS' functionality
    12 with plugins and skins. You can find these at http://xmms.org.
     12with plugins and skins. You can find these at <ulink url="http://xmms.org"/>.
    1313</para>
    1414</sect3>
  • multimedia/audioutils/xmms/XMMS-desc.xml

    r03cbf55 rd306467  
    22<title>Contents</title>
    33
    4 <para>The xmms package contains <userinput>xmms, xmms-config, gnomexmss,
    5 wmxmms.</userinput></para>
     4<para>The xmms package contains <userinput>xmms</userinput>, <userinput>xmms-config</userinput>, <userinput>gnomexmss</userinput> and <userinput>wmxmms.</userinput></para>
    65
    76</sect2>
  • multimedia/audioutils/xmms/XMMS-intro.xml

    r03cbf55 rd306467  
    1212<screen>XMMS depends on:
    1313a working soundcard, <xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref linkend="GLib"/>
    14 XMMS will utilize <xref linkend="esound"/>, <xref linkend="gnome-libs"/>, gnome-applets, libmikmod, <xref linkend="libogg"/>, <xref linkend="libvorbis"/> and <xref linkend="libxml"/> if
    15 installed prior to XMMS.</screen>
     14XMMS will utilize:
     15<xref linkend="esound"/>, <xref linkend="gnome-libs"/>, gnome-applets, libmikmod,
     16<xref linkend="libogg"/>, <xref linkend="libvorbis"/> and <xref linkend="libxml"/></screen>
    1617</sect2>
  • multimedia/cdwriteutils/kernel.xml

    r03cbf55 rd306467  
    77
    88<para>SCSI CD-writer:</para>
    9 <screen>
    10 SCSI support menu
     9<screen>SCSI support menu
    1110  SCSI support:           Y or M
    1211  SCSI CD-ROM support:    Y or M
     
    1817
    1918<para>IDE CD-writer:</para>
    20 <screen>
    21 ATA/IDE/MFM/RLL support menu
     19<screen>ATA/IDE/MFM/RLL support menu
    2220  IDE/ATAPI CDROM support:     N
    2321  SCSI emulation support: Y or M
  • multimedia/libdriv/esound/esound-exp.xml

    r03cbf55 rd306467  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc :</userinput> This command put
     4<para><userinput>--sysconfdir=/etc</userinput> : This command put
    55esounds configuration files in <filename>/etc</filename> instead of
    66<filename>/use/etc</filename>.</para>
  • multimedia/libdriv/libao.xml

    r03cbf55 rd306467  
    55&libao-intro;
    66&libao-inst;
    7 &libao-exp;
    87&libao-desc;
    98
  • multimedia/libdriv/libao/libao-inst.xml

    r03cbf55 rd306467  
    55
    66<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    7 make CC="gcc $CFLAGS" &amp;&amp;
     7make &amp;&amp;
    88make install</userinput></screen></para>
    99
  • multimedia/libdriv/nas/nas-desc.xml

    r03cbf55 rd306467  
    22<title>Contents</title>
    33
    4 <para>The nas package contains <userinput>nas utils, headers and
    5 libraries</userinput>.</para>
     4<para>The nas package contains <userinput>nas utils</userinput>,
     5<userinput>headers</userinput> and <userinput>libraries</userinput>.</para>
    66
    77</sect2>
  • multimedia/libdriv/nas/nas-exp.xml

    r03cbf55 rd306467  
    22<title>Command explanations</title>
    33
    4 <para><userinput>xmkmf...:</userinput> Compile using the standard way
     4<para><userinput>xmkmf...</userinput> : Compile using the standard way
    55for compiling X based apps.</para>
    66
    7 <para><userinput>make INCROOT=...:</userinput> Install with /usr prefix
     7<para><userinput>make INCROOT=...</userinput> : Install with /usr prefix
    88instead of the default /usr/X11R6. Also install man pages.</para>
    99
  • multimedia/libdriv/nas/nas-intro.xml

    r03cbf55 rd306467  
    33
    44<screen>Download location (HTTP):       <ulink url="&nas-download-http;"/>
     5Download location (FTP):        <ulink url="&nas-download-ftp;"/>
    56Version used:                   &nas-version;
    67Package size:                   &nas-size;
  • multimedia/libdriv/nas/nas.ent

    r03cbf55 rd306467  
    88<!ENTITY nas-version "1.6">
    99<!ENTITY nas-download-http "http://radscan.com/nas/nas-&nas-version;.src.tar.gz">
     10<!ENTITY nas-download-ftp "">
    1011<!ENTITY nas-size "2 MB">
  • multimedia/libdriv/sdl/SDL-desc.xml

    r03cbf55 rd306467  
    33
    44<para>The SDL package contains the <userinput>Simple DirectMedia
    5 Layer</userinput></para>
     5Layer</userinput>.</para>
    66
    77</sect2>
  • multimedia/libdriv/sdl/SDL-intro.xml

    r03cbf55 rd306467  
    1313
    1414<screen>SDL will utilize:
    15 oss, <xref linkend="alsa"/>, <xref linkend="esound"/>, <xref linkend="arts"/>, nas, nasm, <xref linkend="xfree86"/>,  <xref linkend="aalib"/> and directfb</screen>
     15oss, <xref linkend="alsa"/>, <xref linkend="esound"/>, <xref linkend="arts"/>, nas, nasm,
     16<xref linkend="xfree86"/>,  <xref linkend="aalib"/> and directfb</screen>
    1617
    1718</sect2>
  • multimedia/videoutils/ffmpeg/ffmpeg-intro.xml

    r03cbf55 rd306467  
    1313
    1414<screen>ffmpeg will utilize:
    15 <xref linkend="libvorbis"/>, <xref linkend="lame"/>, and Imlib2</screen>
     15<xref linkend="libvorbis"/>, <xref linkend="lame"/> and Imlib2</screen>
    1616
    1717</sect2>
  • postlfs/security/pam/linux_pam-config.xml

    r03cbf55 rd306467  
    3232# End /etc/pam.conf</screen>
    3333
    34 <para>The pam manpage provides a good starting point for descriptions of
     34<para>The pam man page provides a good starting point for descriptions of
    3535fields and allowable entries.  The <ulink
    3636url="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html">Linux-PAM
  • pst/printing/cups/cups-config.xml

    r03cbf55 rd306467  
    44<para>Configuration of CUPS is dependent on the type of printer and can be complex. 
    55Generally, postscript printers are easier.  For detailed instructions on
    6 configuration and use of CUPS, see <ulink url="http://www.cups.org/documentation.html"/>.
     6configuration and use of CUPS, see <ulink url="http://www.cups.org/documentation.php"/>.
    77The Software Administrators Manual and Software Users Manual are particularly
    88useful.</para>
  • pst/printing/cups/cups-exp.xml

    r03cbf55 rd306467  
    33
    44<para>The basic default behavior of the installation is appropriate for LFS systems. 
    5 CUPS files are placed in /usr/bin, /usr/sbin, /var, and /etc/cups.</para>
     5CUPS files are placed in <filename>/usr/bin</filename>,
     6<filename>/usr/sbin</filename>, <filename>/var</filename> and
     7<filename>/etc/cups</filename>.</para>
    68
    79</sect2>
  • pst/printing/cups/cups-intro.xml

    r03cbf55 rd306467  
    1111<xref linkend="espgs"/> (for non-postscript printers)
    1212CUPS will utilize:
    13 <xref linkend="libjpeg"/>, <xref linkend="libpng"/>, and <xref linkend="libtiff"/></screen>
     13<xref linkend="libjpeg"/>, <xref linkend="libpng"/> and <xref linkend="libtiff"/></screen>
    1414
    1515
  • pst/printing/gs/gs-exp.xml

    r03cbf55 rd306467  
    22<title>Installation command explanations</title>
    33
    4 <para><userinput>--libexecdir=/usr/lib/gs :</userinput> executable
     4<para><userinput>--libexecdir=/usr/lib/gs</userinput> : executable
    55libraries of Ghostscript will be installed to
    66<userinput>/usr/lib/gs</userinput>.</para>
    77
    8 <para><userinput>--sysconfdir=/etc/gs :</userinput> Configuration data
     8<para><userinput>--sysconfdir=/etc/gs</userinput> : Configuration data
    99goes to <userinput>/etc/gs</userinput> instead of
    1010<userinput>/usr/etc</userinput>.</para>
  • pst/printing/lprng/lprng-desc.xml

    r03cbf55 rd306467  
    55<userinput>lpq</userinput>, <userinput>lpr</userinput>,
    66<userinput>lprm</userinput>, <userinput>lpstat</userinput>,
    7 <userinput>lpc</userinput> and <userinput>lpd</userinput></para>
     7<userinput>lpc</userinput> and <userinput>lpd</userinput>.</para>
    88
    99</sect2>
  • pst/printing/printing.xml

    r03cbf55 rd306467  
    33<title>Printing</title>
    44
    5 <para>Table of Contents</para>
    65&cups;
    76&gs;
  • pst/scanning/sane/sane-desc.xml

    r03cbf55 rd306467  
    88
    99<sect3><title>Frontends:</title>
    10 <para><userinput>scanimage :</userinput> Command line interface for
     10<para><userinput>scanimage</userinput> : Command line interface for
    1111scanning.</para>
    12 <para><userinput>xscanimage :</userinput> Graphical user interface for
     12<para><userinput>xscanimage</userinput> : Graphical user interface for
    1313scanning.</para>
    14 <para><userinput>gimp-plugin :</userinput> xscanimage as Gimp-plugin.</para>
     14<para><userinput>gimp-plugin</userinput> : xscanimage as Gimp-plugin.</para>
    1515</sect3>
    1616
  • pst/scanning/sane/sane-exp.xml

    r03cbf55 rd306467  
    22<title>Installation command explanations</title>
    33
    4 <para><userinput>--prefix=/usr :</userinput> All software is going to
     4<para><userinput>--prefix=/usr</userinput> : All software is going to
    55be installed in directories relative to<filename>/usr</filename>.</para>
    66
  • pst/scanning/xsane/xsane-exp.xml

    r03cbf55 rd306467  
    22<title>Installation command explanations</title>
    33
    4 <para><userinput>--prefix=/usr :</userinput> All software is going to
     4<para><userinput>--prefix=/usr</userinput> : All software is going to
    55be installed in directories relative to<filename>/usr</filename>.</para>
    66
Note: See TracChangeset for help on using the changeset viewer.