Ignore:
Timestamp:
08/24/2013 01:12:18 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2a33982
Parents:
779ed51
Message:

revert some parts of previous two commits

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • multimedia/hwaccel/libva.xml

    r779ed51 ra7eaa89  
    2222]>
    2323
    24 <sect2 id="libva" xreflabel="libva-&libva-version;">
    25 
    26   <sect2info>
     24<sect1 id="libva" xreflabel="libva-&libva-version;">
     25  <?dbhtml filename="libva.html"?>
     26
     27  <sect1info>
    2728    <othername>$LastChangedBy$</othername>
    2829    <date>$Date$</date>
    29   </sect2info>
     30  </sect1info>
    3031
    3132  <title>libva-&libva-version;</title>
     
    3536  </indexterm>
    3637
    37   <sect3 role="package">
     38  <sect2 role="package">
    3839    <title>Introduction to libva</title>
    3940
    40     <para>
    41        The <application>libva</application> package contains a library which
    42        provides access to hardware accelerated video processing, using hardware
    43        to accelerate video processing in order to offload the central
    44        processing unit (CPU) to decode and encode compressed digital video.  VA
    45        API video decode/encode interface is platform and window system
    46        independent targeted at Direct Rendering Infrastructure (DRI) in the X
    47        Window System however it can potentially also be used with direct
    48        framebuffer and graphics sub-systems for video output. Accelerated
    49        processing includes support for video decoding, video encoding,
    50        subpicture blending, and rendering.
    51     </para>
    52 
    53     &lfs74_checked;
    54 
    55     <bridgehead renderas="sect4">Package Information</bridgehead>
     41    <para>
     42      The <application>libva</application> package contains a library which
     43      provides access to hardware accelerated video processing, using hardware
     44      to accelerate video processing in order to offload the central processing
     45      unit (CPU) to decode and encode compressed digital video.
     46    </para>
     47
     48    &lfs73_checked;
     49
     50    <bridgehead renderas="sect3">Package Information</bridgehead>
    5651    <itemizedlist spacing="compact">
    5752      <listitem>
     
    8782    </itemizedlist>
    8883
    89     <bridgehead renderas="sect4">Additional Downloads</bridgehead>
     84    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9085    <itemizedlist spacing="compact">
    9186      <listitem>
     
    121116    </itemizedlist>
    122117
    123     <bridgehead renderas="sect4">libva Dependencies</bridgehead>
    124 
    125     <bridgehead renderas="sect5">Required</bridgehead>
     118    <bridgehead renderas="sect3">libva Dependencies</bridgehead>
     119
     120    <bridgehead renderas="sect4">Required</bridgehead>
    126121    <para role="required">
    127122      <xref linkend="mesalib"/>
    128123    </para>
    129124
    130     <bridgehead renderas="sect5">Optional</bridgehead>
     125    <bridgehead renderas="sect4">Optional</bridgehead>
    131126    <para role="optional">
    132127      <xref linkend="doxygen"/> and
     
    137132      User Notes: <ulink url="&blfs-wiki;/libva"/>
    138133    </para>
    139   </sect3>
    140 
    141   <sect3 role="installation">
     134  </sect2>
     135
     136  <sect2 role="installation">
    142137    <title>Installation of libva</title>
    143138
     
    147142    </para>
    148143
    149 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     144<screen><userinput>./configure --prefix=/usr &amp;&amp;
    150145make</userinput></screen>
    151146
     
    160155<screen role="root"><userinput>make install</userinput></screen>
    161156
    162   </sect3>
    163 
    164   <sect3 role="installation">
     157  </sect2>
     158
     159  <sect2 role="installation">
    165160    <title>Installation of libva-intel-driver</title>
    166161
    167162    <para>
    168       The <application>libva-intel-driver</application> is designed
    169       specifically for video cards based on an Intel GPU. 
    170       Install the driver by running the following commands:
    171     </para>
    172 
    173 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     163      Install <application>libva-intel-driver</application> by running the
     164      following commands:
     165    </para>
     166
     167<screen><userinput>./configure --prefix=/usr &amp;&amp;
    174168make</userinput></screen>
    175169
     
    184178<screen role="root"><userinput>make install</userinput></screen>
    185179
    186   </sect3>
    187 
    188   <sect3 role="content">
     180  </sect2>
     181
     182  <sect2 role="content">
    189183    <title>Contents</title>
    190184
     
    233227    </variablelist>
    234228
    235   </sect3>
    236 
    237 </sect2>
     229  </sect2>
     230
     231</sect1>
Note: See TracChangeset for help on using the changeset viewer.