diff options
6 files changed, 2 insertions, 136 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb deleted file mode 100644 index 3343baeb..00000000 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require gstreamer-vaapi.inc | ||
2 | |||
3 | DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | ||
4 | |||
5 | SRC_URI[md5sum] = "5683e0e950160f6a4b5bcd47176baad0" | ||
6 | SRC_URI[sha256sum] = "5479e86f593d80c00bbd4a43b16b2027cb935412a2bb22c9ba4ac085627a9229" | ||
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc deleted file mode 100644 index 6dea9cfc..00000000 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | SUMMARY = "VA-API support to GStreamer" | ||
2 | DESCRIPTION = "gstreamer-vaapi consists of a collection of VA-API \ | ||
3 | based plugins for GStreamer and helper libraries: `vaapidecode', \ | ||
4 | `vaapiconvert', and `vaapisink'." | ||
5 | |||
6 | REALPN = "gstreamer-vaapi" | ||
7 | FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${REALPN}", "${FILE_DIRNAME}/${REALPN}"], d)}" | ||
8 | |||
9 | LICENSE = "LGPLv2.1+" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" | ||
11 | |||
12 | DEPENDS = "libva" | ||
13 | |||
14 | SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz \ | ||
15 | " | ||
16 | |||
17 | S = "${WORKDIR}/${REALPN}-${PV}" | ||
18 | |||
19 | inherit autotools pkgconfig gtk-doc | ||
20 | |||
21 | PACKAGES =+ "${PN}-tests" | ||
22 | |||
23 | PACKAGECONFIG ??= "drm \ | ||
24 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \ | ||
25 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "", d)} \ | ||
26 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)}" | ||
27 | |||
28 | PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,udev libdrm" | ||
29 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,virtual/mesa" | ||
30 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland" | ||
31 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxrandr libxrender" | ||
32 | |||
33 | FILES_${PN} += "${libdir}/gstreamer-*/*.so" | ||
34 | FILES_${PN}-dbg += "${libdir}/gstreamer-*/.debug" | ||
35 | FILES_${PN}-dev += "${libdir}/gstreamer-*/*.la ${libdir}/gstreamer-*/*.a" | ||
36 | FILES_${PN}-tests = "${bindir}/*" | ||
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch deleted file mode 100644 index d7def3a0..00000000 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001 | ||
2 | From: Jianxun Zhang <jianxun.zhang@linux.intel.com> | ||
3 | Date: Thu, 21 Jan 2016 16:25:44 -0800 | ||
4 | Subject: [PATCH] Install tests | ||
5 | |||
6 | This patch is updated for 0.6.1 | ||
7 | |||
8 | Upstream-Status: Inappropriate | ||
9 | |||
10 | Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> | ||
11 | --- | ||
12 | tests/Makefile.am | 6 +++--- | ||
13 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
14 | |||
15 | diff --git a/tests/Makefile.am b/tests/Makefile.am | ||
16 | index 3637d92..7cc6a97 100644 | ||
17 | --- a/tests/Makefile.am | ||
18 | +++ b/tests/Makefile.am | ||
19 | @@ -1,4 +1,4 @@ | ||
20 | -noinst_PROGRAMS = \ | ||
21 | +bin_PROGRAMS = \ | ||
22 | simple-decoder \ | ||
23 | test-decode \ | ||
24 | test-display \ | ||
25 | @@ -9,13 +9,13 @@ noinst_PROGRAMS = \ | ||
26 | $(NULL) | ||
27 | |||
28 | if USE_ENCODERS | ||
29 | -noinst_PROGRAMS += \ | ||
30 | +bin_PROGRAMS += \ | ||
31 | simple-encoder \ | ||
32 | $(NULL) | ||
33 | endif | ||
34 | |||
35 | if USE_GLX | ||
36 | -noinst_PROGRAMS += \ | ||
37 | +bin_PROGRAMS += \ | ||
38 | test-textures \ | ||
39 | $(NULL) | ||
40 | endif | ||
41 | -- | ||
42 | 1.9.1 | ||
43 | |||
diff --git a/common/recipes-multimedia/libva/libva_1.7.2.bb b/common/recipes-multimedia/libva/libva_1.7.2.bb deleted file mode 100644 index d72074db..00000000 --- a/common/recipes-multimedia/libva/libva_1.7.2.bb +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | SUMMARY = "Video Acceleration (VA) API for Linux" | ||
2 | DESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \ | ||
3 | and API specification which enables and provides access to graphics \ | ||
4 | hardware (GPU) acceleration for video processing on Linux and UNIX \ | ||
5 | based operating systems. Accelerated processing includes video \ | ||
6 | decoding, video encoding, subpicture blending and rendering. The \ | ||
7 | specification was originally designed by Intel for its GMA (Graphics \ | ||
8 | Media Accelerator) series of GPU hardware, the API is however not \ | ||
9 | limited to GPUs or Intel specific hardware, as other hardware and \ | ||
10 | manufacturers can also freely use this API for hardware accelerated \ | ||
11 | video decoding." | ||
12 | |||
13 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi" | ||
14 | BUGTRACKER = "https://bugs.freedesktop.org" | ||
15 | |||
16 | SECTION = "x11" | ||
17 | LICENSE = "MIT" | ||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" | ||
19 | |||
20 | SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/${BP}.tar.bz2" | ||
21 | |||
22 | SRC_URI[md5sum] = "77d30af5a4bfaec6dddc2bdcbbd92ef5" | ||
23 | SRC_URI[sha256sum] = "5dd61cf16a5648b680e6146a58064e93be11bf4e65a9e4e30f1e9cb8ecfa2c13" | ||
24 | |||
25 | DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl" | ||
26 | |||
27 | inherit autotools pkgconfig | ||
28 | |||
29 | EXTRA_OECONF = "--disable-dummy-driver" | ||
30 | |||
31 | PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ | ||
32 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "", d)}" | ||
33 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes" | ||
34 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland" | ||
35 | |||
36 | PACKAGES =+ "${PN}-x11 ${PN}-tpi ${PN}-glx ${PN}-egl ${PN}-wayland" | ||
37 | |||
38 | RDEPENDS_${PN}-tpi =+ "${PN}" | ||
39 | RDEPENDS_${PN}-x11 =+ "${PN}" | ||
40 | RDEPENDS_${PN}-glx =+ "${PN}-x11" | ||
41 | RDEPENDS_${PN}-egl =+ "${PN}-x11" | ||
42 | |||
43 | FILES_${PN}-dbg += "${libdir}/dri/.debug" | ||
44 | |||
45 | FILES_${PN}-x11 =+ "${libdir}/libva-x11*${SOLIBS}" | ||
46 | FILES_${PN}-tpi =+ "${libdir}/libva-tpi*${SOLIBS}" | ||
47 | FILES_${PN}-glx =+ "${libdir}/libva-glx*${SOLIBS}" | ||
48 | FILES_${PN}-egl =+ "${libdir}/libva-egl*${SOLIBS}" | ||
49 | FILES_${PN}-wayland =+ "${libdir}/libva-wayland*${SOLIBS}" | ||
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index fb7bf23c..028801c6 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf | |||
@@ -12,7 +12,7 @@ MACHINE_FEATURES += "va-impl-intel" | |||
12 | MACHINE_FEATURES += "wifi 3g nfc" | 12 | MACHINE_FEATURES += "wifi 3g nfc" |
13 | MACHINE_FEATURES += "intel-ucode" | 13 | MACHINE_FEATURES += "intel-ucode" |
14 | 14 | ||
15 | MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0" | 15 | MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi" |
16 | 16 | ||
17 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" | 17 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" |
18 | 18 | ||
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index a0e24ba8..1d7985e3 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
@@ -12,7 +12,7 @@ MACHINE_FEATURES += "va-impl-intel" | |||
12 | MACHINE_FEATURES += "wifi 3g nfc" | 12 | MACHINE_FEATURES += "wifi 3g nfc" |
13 | MACHINE_FEATURES += "intel-ucode" | 13 | MACHINE_FEATURES += "intel-ucode" |
14 | 14 | ||
15 | MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0" | 15 | MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi" |
16 | 16 | ||
17 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8" | 17 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8" |
18 | 18 | ||