Changeset 5833ccd
- Timestamp:
- 10/28/2017 11:28:23 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1cd0875
- Parents:
- 0791bf00
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r0791bf00 r5833ccd 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to intel-vaapi-driver and libva 2.0.0. 50 Fixes 51 <ulink url="&blfs-ticket-root;9922">#9922</ulink>, but 52 gstreamer-vaapi-1.12.3 is broken until the next 53 gstreamer release.</para> 54 </listitem> 55 <listitem> 49 56 <para>[dj] - Update to gnome-logs-3.26.0.</para> 50 57 </listitem> -
multimedia/libdriv/gstreamer10-vaapi.xml
r0791bf00 r5833ccd 36 36 MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). 37 37 </para> 38 39 <warning><para>This page is a placeholder for now. The package 40 does not build with <xref linkend="libva"/>. The page will be 41 updated with the next release of the gstreamer packages. 42 </para></warning> 43 38 44 39 45 &lfs81_checked; -
packages.ent
r0791bf00 r5833ccd 816 816 817 817 <!-- Chapter 46 --> 818 <!ENTITY libva-version " 1.8.3">819 <!ENTITY libva-intel-driver-version " 1.8.3"> <!-- intel-vaapi-driver -->818 <!ENTITY libva-version "2.0.0"> 819 <!ENTITY libva-intel-driver-version "2.0.0"> <!-- intel-vaapi-driver --> 820 820 <!ENTITY libvdpau-version "1.1.1"> 821 821 <!ENTITY libvdpau-va-gl-version "0.4.0"> -
x/installing/libva.xml
r0791bf00 r5833ccd 7 7 <!ENTITY libva-download-http "https://github.com/01org/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2"> 8 8 <!ENTITY libva-download-ftp " "> 9 <!ENTITY libva-md5sum " 0d498a6ad65d21a8a15f990cb4ea5dff">10 <!ENTITY libva-size "4 44KB">11 <!ENTITY libva-buildsize " 8.2MB">9 <!ENTITY libva-md5sum "b863f99b7ae41960a0e2e7a4cc959b46"> 10 <!ENTITY libva-size "420 KB"> 11 <!ENTITY libva-buildsize "7.9 MB"> 12 12 <!ENTITY libva-time "0.1 SBU"> 13 13 … … 15 15 <!ENTITY libva-intel-driver-download-http "https://github.com/01org/intel-vaapi-driver/releases/download/&libva-intel-driver-version;/intel-vaapi-driver-&libva-intel-driver-version;.tar.bz2"> 16 16 <!ENTITY libva-intel-driver-download-ftp " "> 17 <!ENTITY libva-intel-driver-md5sum " f2476b4db83954b360281dddb2d1430e">17 <!ENTITY libva-intel-driver-md5sum "1288657b572b563b24ca27c60a10a032"> 18 18 <!ENTITY libva-intel-driver-size "2.1 MB"> 19 <!ENTITY libva-intel-driver-buildsize "6 3MB">19 <!ENTITY libva-intel-driver-buildsize "68 MB"> 20 20 <!ENTITY libva-intel-driver-time "0.3 SBU"> 21 21 ]> … … 146 146 <title>Installation of libva</title> 147 147 148 <caution><para>If you are reinstalling this package, you will need 149 to remove the older versions of the libraries. These are in the 150 form of libva*.so.1 and any symbolic links pointing to them. In 151 addition, any packages that use these files need to be rebuilt. 152 </para></caution> 153 154 148 155 <para> 149 156 Install <application>libva</application> by running the following … … 197 204 <segtitle>Installed Programs</segtitle> 198 205 <segtitle>Installed Libraries</segtitle> 199 <segtitle>Installed Driver s</segtitle>206 <segtitle>Installed Driver</segtitle> 200 207 <segtitle>Installed Directory</segtitle> 201 208 … … 206 213 <seg> 207 214 libva-drm.so, 208 libva-egl.so,209 215 libva-glx.so, 210 216 libva.so, 211 libva-tpi.so,212 217 libva-wayland.so, and 213 218 libva-x11.so 214 219 </seg> 215 220 <seg> 216 dummy_drv_video.so and217 221 i965_drv_video.so 218 222 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.