Changeset a223ddd


Ignore:
Timestamp:
07/11/2014 07:41:20 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
dc71a5b
Parents:
ed739c72
Message:

Update to libvdpau-0.8.
Add libvdpau-va-gl supplementary driver for libvdpau.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    red739c72 ra223ddd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 10th, &year;">
     9<!ENTITY releasedate  "July 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    826826<!ENTITY libva-version                "1.3.1">
    827827<!ENTITY libva-intel-driver-version   "1.3.2">
    828 <!ENTITY libvdpau-version             "0.7">
     828<!ENTITY libvdpau-version             "0.8">
     829<!ENTITY libvdpau-va-gl-version       "0.3.4">
    829830
    830831<!-- Chapter 39 -->
  • introduction/welcome/changelog.xml

    red739c72 ra223ddd  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>July 10th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to libvdpau-0.8. Fixes
     52          <ulink url="&blfs-ticket-root;5232">#5232</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Add libvdpau-va-gl supplementary driver
     56          for libvdpau. </para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
    4660
    4761    <listitem>
  • x/installing/libvdpau.xml

    red739c72 ra223ddd  
    77  <!ENTITY libvdpau-download-http "http://people.freedesktop.org/~aplattner/vdpau/libvdpau-&libvdpau-version;.tar.gz">
    88  <!ENTITY libvdpau-download-ftp  " ">
    9   <!ENTITY libvdpau-md5sum        "cb81b0c3b7d32b2b2a51894ef05b95ce">
     9  <!ENTITY libvdpau-md5sum        "acf68adc8b8ff4f72be6e8679abc284e">
    1010  <!ENTITY libvdpau-size          "476 KB">
    11   <!ENTITY libvdpau-buildsize     "4.0 MB">
     11  <!ENTITY libvdpau-buildsize     "8.9 MB">
    1212  <!ENTITY libvdpau-time          "0.1 SBU">
     13
     14  <!ENTITY libvdpau-va-gl-download-http "https://github.com/i-rinat/libvdpau-va-gl/releases/archive/v&libvdpau-va-gl-version;.tar.gz">
     15  <!ENTITY libvdpau-va-gl-download-ftp  " ">
     16  <!ENTITY libvdpau-va-gl-md5sum        "09ceb2f75eafccc9b002d35ede0de6a5">
     17  <!ENTITY libvdpau-va-gl-size          "100 KB">
     18  <!ENTITY libvdpau-va-gl-buildsize     "4.0 MB">
     19  <!ENTITY libvdpau-va-gl-time          "less than 0.1 SBU">
    1320]>
    1421
     
    9198    </itemizedlist>
    9299
     100    <bridgehead renderas="sect4">Additional Downloads</bridgehead>
     101    <itemizedlist spacing="compact">
     102      <listitem>
     103        <para>
     104          Libvdpau-va-gl Driver Download (HTTP): <ulink url="&libvdpau-va-gl-download-http;"/>
     105        </para>
     106      </listitem>
     107      <listitem>
     108        <para>
     109          Libvdpau-va-gl Driver Download (FTP): <ulink url="&libvdpau-va-gl-download-ftp;"/>
     110        </para>
     111      </listitem>
     112      <listitem>
     113        <para>
     114          Libvdpau-va-gl Driver Download MD5 sum: &libvdpau-va-gl-md5sum;
     115        </para>
     116      </listitem>
     117      <listitem>
     118        <para>
     119          Libvdpau-va-gl Driver Download size: &libvdpau-va-gl-size;
     120        </para>
     121      </listitem>
     122      <listitem>
     123        <para>
     124          Estimated disk space required: &libvdpau-va-gl-buildsize;
     125        </para>
     126      </listitem>
     127      <listitem>
     128        <para>
     129          Estimated build time: &libvdpau-va-gl-time;
     130        </para>
     131      </listitem>
     132    </itemizedlist>
     133 
     134    <note><para>The tarball name for libvdpau-va-gl does not include the
     135    file name, although it does expand to libvdpau-va-gl-&libvdpau-va-gl-version;.
     136    The file should be renamed after downloading:</para>
     137
     138<screen><command>mv v&libvdpau-va-gl-version;.tar.gz libvdpau-va-gl-&libvdpau-va-gl-version;.tar.gz</command></screen>
     139    </note>
     140
     141
    93142    <bridgehead renderas="sect4">libvdpau Dependencies</bridgehead>
    94143
    95144    <bridgehead renderas="sect5">Required</bridgehead>
    96145    <para role="required">
     146      <xref linkend="cmake"/> and
    97147      <xref linkend="xorg7-lib"/>
    98148    </para>
     
    101151    <para role="optional">
    102152      <xref linkend="doxygen"/>,
    103       <xref linkend="graphviz"/> and
     153      <xref linkend="graphviz"/>, and
    104154      <xref linkend="texlive"/>
    105155    </para>
     
    137187
    138188  </sect3>
     189
     190  <sect3 role="installation">
     191    <title>Installation of libvdpau-va-gl</title>
     192
     193    <para>Libvdpau_va_gl uses OpenGL under the hood to accelerate drawing and
     194    scaling and the VA-API (if available) to accelerate video decoding. For now
     195    VA-API is available on some Intel chips, and on some AMD video adapters with
     196    the help of the libvdpau driver.</para>
     197
     198    <para>
     199      Install <application>libvdpau-va-gl</application> by running the following
     200      commands:
     201    </para>
     202
     203<screen><userinput>
     204mkdir build &amp;&amp;
     205cd    build &amp;&amp;
     206
     207cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$XORG_CONFIG .. &amp;&amp;
     208make</userinput></screen>
     209
     210    <para>
     211      To test the results, issue: <command>make check</command>.  The tests must
     212      be run from an Xorg environment.
     213    </para>
     214
     215    <para>
     216      Now, as the <systemitem class="username">root</systemitem> user:
     217    </para>
     218
     219<screen role="root"><userinput>make install</userinput></screen>
     220
     221  </sect3>
     222
     223  <sect3 role="configuration">
     224    <title>Configuration</title>
     225
     226    <para>To allow libvdpau to find libvdpau-va-gl, set an environment variable.
     227    As the <systemitem class="username">root</systemitem> user:</para>
     228
     229<screen role="root"><userinput>echo "export VDPAU_DRIVER=va_gl" >> /etc/profile.d/xorg.sh</userinput></screen>
     230
     231  </sect3>
     232
    139233
    140234  <sect3 role="content">
     
    151245        </seg>
    152246        <seg>
    153           libvdpau.so
     247          libvdpau.so and libvdpau_va_gl.so
    154248        </seg>
    155249        <seg>
Note: See TracChangeset for help on using the changeset viewer.