Changeset a7eaa89 for multimedia


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

Location:
multimedia
Files:
1 added
1 edited
2 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>
  • multimedia/hwaccel/libvdpau.xml

    r779ed51 ra7eaa89  
    1313]>
    1414
    15 <sect2 id="libvdpau" xreflabel="libvdpau-&libvdpau-version;">
     15<sect1 id="libvdpau" xreflabel="libvdpau-&libvdpau-version;">
     16  <?dbhtml filename="libvdpau.html"?>
    1617
    17   <sect2info>
     18  <sect1info>
    1819    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    20   </sect2info>
     21  </sect1info>
    2122
    2223  <title>libvdpau-&libvdpau-version;</title>
     
    2627  </indexterm>
    2728
    28   <sect3 role="package">
     29  <sect2 role="package">
    2930    <title>Introduction to libvdpau</title>
    3031
    3132    <para>
    3233      The <application>libvdpau</application> package contains a library which
    33       implements the VDPAU library.
    34     </para>
    35      
    36     <para>
    37       VDPAU (Video Decode and Presentation API for Unix) is an open source
    38       library (libvdpau) and API originally designed by Nvidia for its GeForce
    39       8 series and later GPU hardware,[1][2] targeted at the X Window System
    40       This VDPAU API allows video programs to offload portions of the video
    41       decoding process and video post-processing to the GPU video-hardware.
    42    </para>
    43 
    44    <para>
    45       Currently, the portions capable of being offloaded by VDPAU onto the GPU
    46       are motion compensation (mo comp), inverse discrete cosine transform
    47       (iDCT), VLD (variable-length decoding) and deblocking for MPEG-1, MPEG-2,
    48       MPEG-4 ASP (MPEG-4 Part 2), H.264/MPEG-4 AVC and VC-1, WMV3/WMV9 encoded
    49       videos.  Which specific codecs of these that can be offloaded to the
    50       GPU depends on the version of the GPU hardware; specifically,
    51       to also decode MPEG-4 ASP (MPEG-4 Part 2), Xvid/OpenDivX (DivX 4), and
    52       DivX 5 formats, a GeForce 200M (2xxM) Series (the eleventh generation of
    53       Nvidia's GeForce graphics processing units) or newer GPU hardware is
    54       required.
     34      allows video programs to offload portions of the video decoding process
     35      and video post-processing to the GPU video-hardware.
    5536    </para>
    5637
    57     &lfs74_checked;
     38    &lfs73_checked;
    5839
    59     <bridgehead renderas="sect4">Package Information</bridgehead>
     40    <bridgehead renderas="sect3">Package Information</bridgehead>
    6041    <itemizedlist spacing="compact">
    6142      <listitem>
     
    9172    </itemizedlist>
    9273
    93     <bridgehead renderas="sect4">libvdpau Dependencies</bridgehead>
     74    <bridgehead renderas="sect3">libvdpau Dependencies</bridgehead>
    9475
    95     <bridgehead renderas="sect5">Required</bridgehead>
     76    <bridgehead renderas="sect4">Required</bridgehead>
    9677    <para role="required">
    9778      <xref linkend="xorg7-lib"/>
    9879    </para>
    9980
    100     <bridgehead renderas="sect5">Optional</bridgehead>
     81    <bridgehead renderas="sect4">Optional</bridgehead>
    10182    <para role="optional">
    10283      <xref linkend="doxygen"/>,
     
    10586    </para>
    10687
    107     <bridgehead renderas="sect5">Runtime Dependency</bridgehead>
     88    <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
    10889    <para role="optional">
    10990      <xref linkend="mesalib"/>
     
    11394      User Notes: <ulink url="&blfs-wiki;/libvdpau"/>
    11495    </para>
    115   </sect3>
     96  </sect2>
    11697
    117   <sect3 role="installation">
     98  <sect2 role="installation">
    11899    <title>Installation of libvdpau</title>
    119100
     
    123104    </para>
    124105
    125 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     106<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    126107make</userinput></screen>
    127108
     
    136117<screen role="root"><userinput>make install</userinput></screen>
    137118
    138   </sect3>
     119  </sect2>
    139120
    140   <sect3 role="content">
     121  <sect2 role="content">
    141122    <title>Contents</title>
    142123
     
    180161    </variablelist>
    181162
    182   </sect3>
     163  </sect2>
    183164
    184 </sect2>
     165</sect1>
  • multimedia/multimedia.xml

    r779ed51 ra7eaa89  
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdriv/libdriv.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hwaccel/hwaccel.xml"/>
    1920  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="audioutils/audioutils.xml"/>
    2021  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="videoutils/videoutils.xml"/>
Note: See TracChangeset for help on using the changeset viewer.