Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libvdpau.xml

    r8558044 r58c3bfd  
    55  %general-entities;
    66
     7  <!ENTITY libvdpau-version        "1.5">
     8
    79  <!ENTITY libvdpau-download-http "https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/&libvdpau-version;/libvdpau-&libvdpau-version;.tar.bz2">
    810  <!ENTITY libvdpau-download-ftp  " ">
    9   <!ENTITY libvdpau-md5sum        "a664cc2cfe9c30536d2e11c928cbea35">
     11  <!ENTITY libvdpau-md5sum        "148a192110e7a49d62c0bf9ef916c099">
    1012  <!ENTITY libvdpau-size          "140 KB">
    11   <!ENTITY libvdpau-buildsize     "4.2 MB (with tests)">
     13  <!ENTITY libvdpau-buildsize     "4.6 MB (with tests)">
    1214  <!ENTITY libvdpau-time          "less than 0.1 SBU (with tests)">
    1315]>
     
    3638        VDPAU (Video Decode and Presentation API for Unix) is an open source
    3739        library (libvdpau) and API originally designed by Nvidia for its GeForce
    38         8 series and later GPU hardware targeted at the X Window System
     40        8 series and later GPU hardware targeted at the X Window System.
    3941        This VDPAU API allows video programs to offload portions of the video
    4042        decoding process and video post-processing to the GPU video-hardware.
     
    5456      </para>
    5557
    56       &lfs110a_checked;
     58      &lfs112_checked;
    5759
    5860      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    140142<screen role="root"><userinput>ninja install</userinput></screen>
    141143
     144      <para>
     145        If <application>doxygen</application> is present at build time
     146        place the documentation in a versioned directory as the
     147        <systemitem class="username">root</systemitem> user:
     148      </para>
     149
     150<screen role="root"><userinput>[ -e $XORG_PREFIX/share/doc/libvdpau ] &amp;&amp; mv -v $XORG_PREFIX/share/doc/libvdpau{,&libvdpau-version;}</userinput></screen>
     151
    142152    </sect3>
    143153
Note: See TracChangeset for help on using the changeset viewer.