minor formatting

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11732 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2013-09-01 14:04:53 +00:00
parent 67d81e93a9
commit e748a01632
3 changed files with 7 additions and 6 deletions

View File

@ -48,7 +48,7 @@
program is needed to build the linux kernel. It is been moved
to LFS for LFS-7.4.</para></note>
&lfs73_checked;
&lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -32,7 +32,7 @@
<para>This package includes programs and libraries that
are central to development and execution of KDE programs.</para>
&lfs73_checked;
&lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -132,10 +132,11 @@ sed -i "s@applications.menu@kde-&amp;@" \
<!-- I wouldn't recommend installing D-Bus configuration files outside of /etc if kde-dir is /usr,
maybe kde-etc-dir should be introduced? -->
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
-DSYSCONF_INSTALL_DIR=/etc \
-DCMAKE_BUILD_TYPE=Release \
-DSYSCONF_INSTALL_DIR=/etc \
-DCMAKE_BUILD_TYPE=Release \
-DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
.. &amp;&amp;
make</userinput></screen>

View File

@ -36,7 +36,7 @@
<para>
VDPAU (Video Decode and Presentation API for Unix) is an open source
library (libvdpau) and API originally designed by Nvidia for its GeForce
8 series and later GPU hardware,[1][2] targeted at the X Window System
8 series and later GPU hardware targeted at the X Window System
This VDPAU API allows video programs to offload portions of the video
decoding process and video post-processing to the GPU video-hardware.
</para>