[meta-intel] [PATCH 2/3] libva: upgrade to 1.6.0

Darren Hart dvhart at linux.intel.com
Fri Jul 24 11:45:43 PDT 2015


On 7/23/15 11:52 PM, Lim Siew Hoon wrote:

Thanks for the patch Lim Siew Hoon,

As a rule, I want to see some commit message with any patch, even an
upgrade. There is always something you can say to clarify, build
context, or improve confidence that this is a correct and tested fix.

Something about this being part of a larger upgrade to 1.6
libva-intel-driver and 0.6 gstreamer, that it's been tested together -
on which platforms? Does this fix a particular issue you were facing? Do
you need it for a specific platform only supported in this version? etc.

Thanks,

> Signed-off-by: Lim Siew Hoon <siew.hoon.lim at intel.com>
> ---
>  common/recipes-multimedia/libva/libva_1.5.0.bb | 48 --------------------------
>  common/recipes-multimedia/libva/libva_1.6.0.bb | 48 ++++++++++++++++++++++++++
>  2 files changed, 48 insertions(+), 48 deletions(-)
>  delete mode 100644 common/recipes-multimedia/libva/libva_1.5.0.bb
>  create mode 100755 common/recipes-multimedia/libva/libva_1.6.0.bb
> 
> diff --git a/common/recipes-multimedia/libva/libva_1.5.0.bb b/common/recipes-multimedia/libva/libva_1.5.0.bb
> deleted file mode 100644
> index 85fe4cd..0000000
> --- a/common/recipes-multimedia/libva/libva_1.5.0.bb
> +++ /dev/null
> @@ -1,48 +0,0 @@
> -SUMMARY = "Video Acceleration (VA) API for Linux"
> -DESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \
> -and API specification which enables and provides access to graphics \
> -hardware (GPU) acceleration for video processing on Linux and UNIX \
> -based operating systems. Accelerated processing includes video \
> -decoding, video encoding, subpicture blending and rendering. The \
> -specification was originally designed by Intel for its GMA (Graphics \
> -Media Accelerator) series of GPU hardware, the API is however not \
> -limited to GPUs or Intel specific hardware, as other hardware and \
> -manufacturers can also freely use this API for hardware accelerated \
> -video decoding."
> -
> -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi"
> -BUGTRACKER = "https://bugs.freedesktop.org"
> -
> -SECTION = "x11"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
> -
> -SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/${BP}.tar.bz2"
> -SRC_URI[md5sum] = "ad0b55794308ec397d249a0a2a6df27a"
> -SRC_URI[sha256sum] = "e946d4b3110e4e23ec6a588e0c828937e502c67196d1266214441fefc4b83486"
> -
> -DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl"
> -
> -inherit autotools pkgconfig
> -
> -EXTRA_OECONF = "--disable-dummy-driver"
> -
> -PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
> -                   ${@base_contains("DISTRO_FEATURES", "wayland", "wayland", "", d)}"
> -PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes"
> -PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland"
> -
> -PACKAGES =+ "${PN}-x11 ${PN}-tpi ${PN}-glx ${PN}-egl ${PN}-wayland"
> -
> -RDEPENDS_${PN}-tpi =+ "${PN}"
> -RDEPENDS_${PN}-x11 =+ "${PN}"
> -RDEPENDS_${PN}-glx =+ "${PN}-x11"
> -RDEPENDS_${PN}-egl =+ "${PN}-x11"
> -
> -FILES_${PN}-dbg += "${libdir}/dri/.debug"
> -
> -FILES_${PN}-x11 =+ "${libdir}/libva-x11*${SOLIBS}"
> -FILES_${PN}-tpi =+ "${libdir}/libva-tpi*${SOLIBS}"
> -FILES_${PN}-glx =+ "${libdir}/libva-glx*${SOLIBS}"
> -FILES_${PN}-egl =+ "${libdir}/libva-egl*${SOLIBS}"
> -FILES_${PN}-wayland =+ "${libdir}/libva-wayland*${SOLIBS}"
> diff --git a/common/recipes-multimedia/libva/libva_1.6.0.bb b/common/recipes-multimedia/libva/libva_1.6.0.bb
> new file mode 100755
> index 0000000..bfce3c4
> --- /dev/null
> +++ b/common/recipes-multimedia/libva/libva_1.6.0.bb
> @@ -0,0 +1,48 @@
> +SUMMARY = "Video Acceleration (VA) API for Linux"
> +DESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \
> +and API specification which enables and provides access to graphics \
> +hardware (GPU) acceleration for video processing on Linux and UNIX \
> +based operating systems. Accelerated processing includes video \
> +decoding, video encoding, subpicture blending and rendering. The \
> +specification was originally designed by Intel for its GMA (Graphics \
> +Media Accelerator) series of GPU hardware, the API is however not \
> +limited to GPUs or Intel specific hardware, as other hardware and \
> +manufacturers can also freely use this API for hardware accelerated \
> +video decoding."
> +
> +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi"
> +BUGTRACKER = "https://bugs.freedesktop.org"
> +
> +SECTION = "x11"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
> +
> +SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/${BP}.tar.bz2"
> +SRC_URI[md5sum] = "3f1241b4080db53c120325932f393f33"
> +SRC_URI[sha256sum] = "3ad9dc9c1a6a10e9cc4234c2a1cd5e568ec0cd25145e86875eba6e0d69153458"
> +
> +DEPENDS = "libdrm virtual/mesa virtual/libgles1 virtual/libgles2 virtual/egl"
> +
> +inherit autotools pkgconfig
> +
> +EXTRA_OECONF = "--disable-dummy-driver"
> +
> +PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
> +                   ${@base_contains("DISTRO_FEATURES", "wayland", "wayland", "", d)}"
> +PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes"
> +PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland"
> +
> +PACKAGES =+ "${PN}-x11 ${PN}-tpi ${PN}-glx ${PN}-egl ${PN}-wayland"
> +
> +RDEPENDS_${PN}-tpi =+ "${PN}"
> +RDEPENDS_${PN}-x11 =+ "${PN}"
> +RDEPENDS_${PN}-glx =+ "${PN}-x11"
> +RDEPENDS_${PN}-egl =+ "${PN}-x11"
> +
> +FILES_${PN}-dbg += "${libdir}/dri/.debug"
> +
> +FILES_${PN}-x11 =+ "${libdir}/libva-x11*${SOLIBS}"
> +FILES_${PN}-tpi =+ "${libdir}/libva-tpi*${SOLIBS}"
> +FILES_${PN}-glx =+ "${libdir}/libva-glx*${SOLIBS}"
> +FILES_${PN}-egl =+ "${libdir}/libva-egl*${SOLIBS}"
> +FILES_${PN}-wayland =+ "${libdir}/libva-wayland*${SOLIBS}"
> 

-- 
Darren Hart
Intel Open Source Technology Center


More information about the meta-intel mailing list