Ignore:
Timestamp:
10/26/2014 10:53:15 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
5b5c0e9
Parents:
1be4837c
Message:

Moved multimedia libs from xorg installation to multimedia libraries section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14758 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvdpau-systemd.xml

    r1be4837c r44ae5736  
    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      implements VDPAU.
    3435    </para>
    35      
     36
    3637    <para>
    3738      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 targeted at the X Window System
     39      library (libvdpau) and API originally designed by Nvidia for its
     40      GeForce 8 series and later GPU hardware targeted at the X Window System
    4041      This VDPAU API allows video programs to offload portions of the video
    4142      decoding process and video post-processing to the GPU video-hardware.
    42    </para>
     43    </para>
    4344
    44    <para>
     45    <para>
    4546      Currently, the portions capable of being offloaded by VDPAU onto the GPU
    4647      are motion compensation (mo comp), inverse discrete cosine transform
     
    5758    &lfs76_checked;
    5859
    59     <bridgehead renderas="sect4">Package Information</bridgehead>
     60    <bridgehead renderas="sect3">Package Information</bridgehead>
    6061    <itemizedlist spacing="compact">
    6162      <listitem>
     
    9192    </itemizedlist>
    9293
    93     <bridgehead renderas="sect4">libvdpau Dependencies</bridgehead>
     94    <bridgehead renderas="sect3">libvdpau Dependencies</bridgehead>
    9495
    95     <bridgehead renderas="sect5">Required</bridgehead>
     96    <bridgehead renderas="sect4">Required</bridgehead>
    9697    <para role="required">
    97       <xref linkend="xorg7-lib"/> 
     98      <xref linkend="xorg7-lib"/>
    9899    </para>
    99100
     
    105106    </para>
    106107
    107     <bridgehead renderas="sect5">Runtime Dependency</bridgehead>
     108    <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
    108109    <para role="optional">
    109       <xref linkend="mesalib"/>
     110      <xref linkend="mesalib"/> (with the corresponding VDPAU driver) or
     111      <xref linkend="libvdpau-va-gl"/>
    110112    </para>
    111113
     
    113115      User Notes: <ulink url="&blfs-wiki;/libvdpau"/>
    114116    </para>
    115   </sect3>
     117  </sect2>
    116118
    117   <sect3 role="installation">
     119  <sect2 role="installation">
    118120    <title>Installation of libvdpau</title>
    119121
     
    123125    </para>
    124126
    125 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     127<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-static &amp;&amp;
    126128make</userinput></screen>
    127129
     
    136138<screen role="root"><userinput>make install</userinput></screen>
    137139
    138   </sect3>
     140  </sect2>
    139141
    140   <sect3 role="content">
     142  <sect2 role="commands">
     143    <title>Command Explanations</title>
     144
     145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     146      href="../../xincludes/static-libraries.xml"/>
     147
     148  </sect2>
     149
     150  <sect2 role="content">
    141151    <title>Contents</title>
    142152
    143153    <segmentedlist>
    144154      <segtitle>Installed Programs</segtitle>
    145       <segtitle>Installed Library</segtitle>
     155      <segtitle>Installed Libraries</segtitle>
    146156      <segtitle>Installed Directories</segtitle>
    147157
     
    180190    </variablelist>
    181191
    182   </sect3>
     192  </sect2>
    183193
    184 </sect2>
     194</sect1>
Note: See TracChangeset for help on using the changeset viewer.