From ecfef8181564c9d095936a5dfee0ec033190a130 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 25 Jul 2014 12:42:19 +0100 Subject: libva-intel-driver: Upgrade to 1.3.2 Routine package upgrade. Tested on the MinnowBoard-Max with 4 h264 2k streams. Signed-off-by: Ross Burton Signed-off-by: Darren Hart (cherry picked from commit 90a6fd2da2e7f1a1400087f3999aa2d178cf754b) --- .../libva/libva-intel-driver_1.2.2.bb | 31 ---------------------- .../libva/libva-intel-driver_1.3.2.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb create mode 100644 common/recipes-multimedia/libva/libva-intel-driver_1.3.2.bb diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb deleted file mode 100644 index 4d56ed8e..00000000 --- a/common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb +++ /dev/null @@ -1,31 +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 += "file://wayland-include.patch" - -SRC_URI[md5sum] = "c07e0a05f7a9a5fbc61b09788a58f2d7" -SRC_URI[sha256sum] = "19c474782877ec52d5a83e10d4770b65c57cfe9ebd98a7ea43ae5bead04b7044" - -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.3.2.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.3.2.bb new file mode 100644 index 00000000..9a446696 --- /dev/null +++ b/common/recipes-multimedia/libva/libva-intel-driver_1.3.2.bb @@ -0,0 +1,31 @@ +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 += "file://wayland-include.patch" + +SRC_URI[md5sum] = "3f4f08f1d42ee451b2fb9c239ee0b8d7" +SRC_URI[sha256sum] = "11d956ce11cb85bb009c8eb1ebb768403da2cb82675a6d66649f9c49ef4908d1" + +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