summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libva/libva-intel-driver_1.3.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-07-25 12:42:19 +0100
committerDarren Hart <darren@dvhart.com>2014-07-28 16:23:03 +0000
commit90a6fd2da2e7f1a1400087f3999aa2d178cf754b (patch)
treeec02aac460b8c0568a99d2c063d39f82e022b1d2 /common/recipes-multimedia/libva/libva-intel-driver_1.3.2.bb
parentd7027a65fd491af46ac4287d66bc34d02d2a2c48 (diff)
downloadmeta-intel-90a6fd2da2e7f1a1400087f3999aa2d178cf754b.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'common/recipes-multimedia/libva/libva-intel-driver_1.3.2.bb')
-rw-r--r--common/recipes-multimedia/libva/libva-intel-driver_1.3.2.bb31
1 files changed, 31 insertions, 0 deletions
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 @@
1SUMMARY = "VA driver for Intel G45 & HD Graphics family"
2DESCRIPTION = "libva-driver-intel is the VA-API implementation \
3for Intel G45 chipsets and Intel HD Graphics for Intel Core \
4processor family."
5
6HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi"
7BUGTRACKER = "https://bugs.freedesktop.org"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
11
12COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
13
14DEPENDS = "libva libdrm"
15
16SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${BPN}/${BPN}-${PV}.tar.bz2"
17SRC_URI += "file://wayland-include.patch"
18
19SRC_URI[md5sum] = "3f4f08f1d42ee451b2fb9c239ee0b8d7"
20SRC_URI[sha256sum] = "11d956ce11cb85bb009c8eb1ebb768403da2cb82675a6d66649f9c49ef4908d1"
21
22inherit autotools pkgconfig
23
24PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
25 ${@base_contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}"
26PACKAGECONFIG[x11] = "--enable-x11,--disable-x11"
27PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland virtual/egl"
28
29FILES_${PN} += "${libdir}/dri/*.so"
30FILES_${PN}-dev += "${libdir}/dri/*.la"
31FILES_${PN}-dbg += "${libdir}/dri/.debug"