summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libva/libva-intel-driver_1.4.1.bb
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2014-11-28 17:19:47 -0600
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-12-23 08:47:16 -0600
commit3e93304f1571f95d8414daede9ccc78c03e67e37 (patch)
treeebcdbe880b17a3ad3f7885292e38addf76f39290 /common/recipes-multimedia/libva/libva-intel-driver_1.4.1.bb
parent714a8e88af7bba118fb57f9a7367febc0b63968d (diff)
downloadmeta-intel-3e93304f1571f95d8414daede9ccc78c03e67e37.tar.gz
libva-intel-driver: Update to 1.4.1
Routine package upgrade. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-multimedia/libva/libva-intel-driver_1.4.1.bb')
-rw-r--r--common/recipes-multimedia/libva/libva-intel-driver_1.4.1.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.4.1.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.4.1.bb
new file mode 100644
index 00000000..1a04ef48
--- /dev/null
+++ b/common/recipes-multimedia/libva/libva-intel-driver_1.4.1.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] = "688d5f4d7884b15e70205d528c1d61da"
20SRC_URI[sha256sum] = "fe6784c7ba6092204e3e7d4142e6023386b43f08127dae1243385078c5c21fec"
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"