Changeset bbb8ccc


Ignore:
Timestamp:
07/27/2014 07:25:57 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.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
80454f5
Parents:
a267452
Message:

Separate libvdpau-va-gl to its own section

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

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra267452 rbbb8ccc  
    4848      <para>July 27th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Separate libvdpau-va-gl to its own section. Fixes
     52          <ulink url="&blfs-ticket-root;5290">#5290</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[igor] - Update to libXext-1.3.3. Fixes
  • x/installing/libvdpau.xml

    ra267452 rbbb8ccc  
    1111  <!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/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">
    2013]>
    2114
     
    9891    </itemizedlist>
    9992
    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 
    14293    <bridgehead renderas="sect4">libvdpau Dependencies</bridgehead>
    14394
    14495    <bridgehead renderas="sect5">Required</bridgehead>
    14596    <para role="required">
    146       <xref linkend="xorg7-lib"/> for libvdpau and
    147       <xref linkend="cmake"/>,
    148       <xref linkend="ffmpeg"/>,
    149       <xref linkend="glu"/>, and
    150       <xref linkend="libva"/> for libvdpau-va-gl
     97      <xref linkend="xorg7-lib"/>
    15198    </para>
    15299
     
    191138  </sect3>
    192139
    193   <sect3 role="installation">
    194     <title>Installation of libvdpau-va-gl</title>
    195 
    196     <para>Libvdpau_va_gl uses OpenGL under the hood to accelerate drawing and
    197     scaling and the VA-API (if available) to accelerate video decoding. For now
    198     VA-API is available on some Intel chips, and on some AMD video adapters with
    199     the help of the libvdpau driver.</para>
    200 
    201     <para>
    202       Install <application>libvdpau-va-gl</application> by running the following
    203       commands:
    204     </para>
    205 
    206 <screen><userinput>
    207 mkdir build &amp;&amp;
    208 cd    build &amp;&amp;
    209 
    210 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX .. &amp;&amp;
    211 make</userinput></screen>
    212 
    213     <para>
    214       To test the results, issue: <command>make check</command>.  The tests must
    215       be run from an Xorg environment.
    216     </para>
    217 
    218     <para>
    219       Now, as the <systemitem class="username">root</systemitem> user:
    220     </para>
    221 
    222 <screen role="root"><userinput>make install</userinput></screen>
    223 
    224   </sect3>
    225 
    226   <sect3 role="configuration">
    227     <title>Configuration</title>
    228 
    229     <para>To allow libvdpau to find libvdpau-va-gl, set an environment variable.
    230     As the <systemitem class="username">root</systemitem> user:</para>
    231 
    232 <screen role="root"><userinput>echo "export VDPAU_DRIVER=va_gl" >> /etc/profile.d/xorg.sh</userinput></screen>
    233 
    234   </sect3>
    235 
    236 
    237140  <sect3 role="content">
    238141    <title>Contents</title>
     
    248151        </seg>
    249152        <seg>
    250           libvdpau.so and libvdpau_va_gl.so
     153          libvdpau.so
    251154        </seg>
    252155        <seg>
  • x/installing/x7driver.xml

    ra267452 rbbb8ccc  
    252252    href="libvdpau.xml"/>
    253253
     254  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     255    href="libvdpau-va-gl.xml"/>
     256
    254257</sect1>
Note: See TracChangeset for help on using the changeset viewer.