mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Adjusted long lines in the XML sources to fit on the PDF book pages
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4540 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
df180b43b0
commit
1e901a75af
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "01">
|
||||
<!ENTITY day "02">
|
||||
<!ENTITY month "06">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "June &day;st, &year;">
|
||||
<!ENTITY releasedate "June &day;nd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->
|
||||
|
@ -465,9 +465,11 @@ ATAPI CD/DVD-ROM drive</computeroutput></screen>
|
||||
<para>Examples:</para>
|
||||
|
||||
<screen><userinput>mplayer -fs blfs.avi
|
||||
mplayer -vo fbdev -fb /dev/fb0 dvd://1 -aid 128 -sub en -framedrop
|
||||
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</userinput></screen>
|
||||
mplayer \
|
||||
http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen>
|
||||
|
||||
<para>For further information, look at the very good documentation included
|
||||
with the package in the source tree subdirectory
|
||||
@ -499,9 +501,11 @@ mencoder -dvd 1 -aid 128 -ovc frameno -oac mp3lame \
|
||||
# personal liking.</literal>
|
||||
|
||||
mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
|
||||
-lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=<bitrate> -o <name.avi>
|
||||
-lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=<bitrate> \
|
||||
-o <name.avi>
|
||||
mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
|
||||
-lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=<bitrate> -o <name.avi>
|
||||
-lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=<bitrate> \
|
||||
-o <name.avi>
|
||||
mencoder -forceidx <name.avi></userinput></screen>
|
||||
<indexterm zone="mplayer mencoder">
|
||||
<primary sortas="b-mencoder">mencoder</primary>
|
||||
|
@ -91,7 +91,8 @@
|
||||
<application>Cyrus-SASL</application> arguments:</para>
|
||||
|
||||
<screen><userinput>make makefiles \
|
||||
CCARGS="-DHAS_SSL -DUSE_SASL_AUTH -I/usr/include/openssl -I/usr/include/sasl" \
|
||||
CCARGS="-DHAS_SSL -DUSE_SASL_AUTH \
|
||||
-I/usr/include/openssl -I/usr/include/sasl" \
|
||||
AUXLIBS="-L/usr/lib -R/usr/lib -lssl -lcrypto -lsasl2"</userinput></screen>
|
||||
|
||||
<sect4>
|
||||
|
@ -73,8 +73,8 @@
|
||||
<para>Install <application>sawfish</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \
|
||||
--disable-themer &&
|
||||
<screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin \
|
||||
--infodir=/usr/share/info --disable-themer &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user