From c222d41fe7b9efbbca21e580a5986e7d39e9e376 Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Thu, 21 Jan 2016 15:37:28 -0800 Subject: libva-intel-driver: Update to 1.6.2 This update is a part of the 2015 Q4 Graphics Update. The original release note can be found at: https://01.org/linuxgraphics/downloads/2015q4-intel-graphics-stack-release Signed-off-by: Jianxun Zhang Signed-off-by: Saul Wold --- .../libva/libva-intel-driver_1.6.1.bb | 30 ---------------------- .../libva/libva-intel-driver_1.6.2.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb create mode 100644 common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb (limited to 'common') diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb deleted file mode 100644 index 6bfaecc8..00000000 --- a/common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "VA driver for Intel G45 & HD Graphics family" -DESCRIPTION = "libva-driver-intel is the VA-API implementation \ -for Intel G45 chipsets and Intel HD Graphics for Intel Core \ -processor family." - -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi" -BUGTRACKER = "https://bugs.freedesktop.org" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -DEPENDS = "libva libdrm" - -SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${BPN}/${BPN}-${PV}.tar.bz2" - -SRC_URI[md5sum] = "ed1b04c1a3c029ad389b7e23822a2762" -SRC_URI[sha256sum] = "3656e99c5ecbe8fe179478306da157dca997a61bb1b453715f52881edfa156db" - -inherit autotools pkgconfig - -PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ - ${@base_contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}" -PACKAGECONFIG[x11] = "--enable-x11,--disable-x11" -PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland virtual/egl" - -FILES_${PN} += "${libdir}/dri/*.so" -FILES_${PN}-dev += "${libdir}/dri/*.la" -FILES_${PN}-dbg += "${libdir}/dri/.debug" diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb new file mode 100644 index 00000000..07b2afb4 --- /dev/null +++ b/common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb @@ -0,0 +1,30 @@ +SUMMARY = "VA driver for Intel G45 & HD Graphics family" +DESCRIPTION = "libva-driver-intel is the VA-API implementation \ +for Intel G45 chipsets and Intel HD Graphics for Intel Core \ +processor family." + +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi" +BUGTRACKER = "https://bugs.freedesktop.org" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +DEPENDS = "libva libdrm" + +SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${BPN}/${BPN}-${PV}.tar.bz2" + +SRC_URI[md5sum] = "80ea2e1db7f90489d033f0dc32fbf4dd" +SRC_URI[sha256sum] = "bf8759dbcefc82d280c11a5eac5248dce14979c7c58345f218d656d75b0d85fe" + +inherit autotools pkgconfig + +PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ + ${@base_contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}" +PACKAGECONFIG[x11] = "--enable-x11,--disable-x11" +PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland virtual/egl" + +FILES_${PN} += "${libdir}/dri/*.so" +FILES_${PN}-dev += "${libdir}/dri/*.la" +FILES_${PN}-dbg += "${libdir}/dri/.debug" -- cgit v1.2.3-54-g00ecf