Changeset 51f2ba1
- Timestamp:
- 01/01/2020 03:15:14 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 741f35be
- Parents:
- 503aae47
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r503aae47 r51f2ba1 45 45 <para>January 1st, 2020</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to libva-2.6.0. Fixes 49 <ulink url="&blfs-ticket-root;12961">#12961</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[ken] - Add option for --disable-elf-hack to thunderbird, -
packages.ent
r503aae47 r51f2ba1 676 676 <!ENTITY xinit-version "1.4.1"> 677 677 678 <!ENTITY libva-version "2. 5.0">678 <!ENTITY libva-version "2.6.0"> 679 679 <!ENTITY libva-intel-driver-version "2.4.0"> <!-- intel-vaapi-driver --> 680 680 <!ENTITY libvdpau-version "1.3"> -
x/installing/libva.xml
r503aae47 r51f2ba1 7 7 <!ENTITY libva-download-http "https://github.com/intel/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2"> 8 8 <!ENTITY libva-download-ftp " "> 9 <!ENTITY libva-md5sum "3 688212fb7a87947070f3729e91ff7cf">10 <!ENTITY libva-size "45 2KB">11 <!ENTITY libva-buildsize " 7.3MB">9 <!ENTITY libva-md5sum "3dc6d0b213f088509c66e177ef36063d"> 10 <!ENTITY libva-size "455 KB"> 11 <!ENTITY libva-buildsize "9.1 MB"> 12 12 <!ENTITY libva-time "less than 0.1 SBU"> 13 13 … … 118 118 </para> 119 119 </listitem> 120 <listitem> 121 <para> 122 Required patch: 123 <ulink url="&patch-root;/libva-&libva-version;-issue_355_fix-1.patch"/> 124 </para> 125 </listitem> 120 126 </itemizedlist> 121 127 … … 152 158 </para></caution> 153 159 160 <para> 161 First, fix an issue which appeared just after the release: 162 </para> 163 164 <screen><userinput>patch -Np1 -i ../libva-&libva-version;-issue_355_fix-1.patch</userinput></screen> 154 165 155 166 <para> … … 171 182 <screen role="root"><userinput>make install</userinput></screen> 172 183 173 </sect3> 174 175 <sect3 role="installation"> 176 <title>Installation of intel-vaapi-driver</title> 184 <bridgehead renderas="sect3">Installation of intel-vaapi-driver</bridgehead> 177 185 178 186 <para> 179 187 The <application>intel-vaapi-driver</application> is designed 180 188 specifically for video cards based on an Intel GPU. 181 Unpack the intel-vaapi tarball using the normal procedures 182 and install the driver by running the following commands: 189 Unpack the intel-vaapi tarball: 190 </para> 191 192 <screen><userinput>tar -xvf ../intel-vaapi-driver-&libva-intel-driver-version;.tar.bz2 && 193 cd intel-vaapi-driver-&libva-intel-driver-version;</userinput></screen> 194 195 <para> 196 Install the driver by running the following commands: 183 197 </para> 184 198
Note:
See TracChangeset
for help on using the changeset viewer.