[meta-intel] [PATCH] multimedia recipes: add libyami, intel VA-API Media codecs with hardware acceleration

Wold, Saul saul.wold at intel.com
Wed Dec 21 10:00:21 PST 2016


On Tue, 2016-12-20 at 20:27 -0500, wudping wrote:
> add libyami_1.0.1.bb and libyami-utils_1.0.1.bb files.
> Yami is core building block for media solution; libyami-utils has
> some Applications
> and Scripts for libyami.
> 
Please split this into 2 patches one for each recipe and correct the
short description to be in the form of

<recipe>: <short description>

<Long Description>

Sau!

> their home websites are:
> libyami: https://github.com/01org/libyami
> libyami-utils: https://github.com/01org/libyami-utils
> 
> Signed-off-by: Xu Guangxin <guangxin.xu at intel.com>
> Signed-off-by: wudping <dongpingx.wu at intel.com>
> ---
>  .../libyami/libyami-utils_1.0.1.bb                 | 21
> +++++++++++++++++++++
>  common/recipes-multimedia/libyami/libyami_1.0.1.bb | 22
> ++++++++++++++++++++++
>  2 files changed, 43 insertions(+)
>  create mode 100755 common/recipes-multimedia/libyami/libyami-
> utils_1.0.1.bb
>  create mode 100755 common/recipes-
> multimedia/libyami/libyami_1.0.1.bb
> 
> diff --git a/common/recipes-multimedia/libyami/libyami-utils_1.0.1.bb 
> b/common/recipes-multimedia/libyami/libyami-utils_1.0.1.bb
> new file mode 100755
> index 0000000..08341f1
> --- /dev/null
> +++ b/common/recipes-multimedia/libyami/libyami-utils_1.0.1.bb
> @@ -0,0 +1,21 @@
> +SUMMARY = "Applications and Scripts for libyami."
> +DESCRIPTION = "Applications and Scripts for libyami."
> +
> +HOMEPAGE = "https://github.com/01org/libyami-utils"
> +BUGTRACKER = "https://github.com/01org/libyami-utils/issues/new"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM =
> "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
> +
> +SRC_URI = "https://github.com/01org/libyami-utils/archive/${PV}.tar.
> gz"
> +
> +SRC_URI[md5sum] = "51420c8ddcecac1e24a238c43e2e18ca"
> +SRC_URI[sha256sum] =
> "a5826a5ade885dc33e1a7d23f5f261522f88661ee486d3b8bbff6bdfaacf2495"
> +
> +S = "${WORKDIR}/libyami-utils-${PV}"
> +
> +DEPENDS = "libva libyami"
> +
> +EXTRA_OECONF = " --enable-tests-gles --disable-md5"
> +
> +inherit autotools pkgconfig
> diff --git a/common/recipes-multimedia/libyami/libyami_1.0.1.bb
> b/common/recipes-multimedia/libyami/libyami_1.0.1.bb
> new file mode 100755
> index 0000000..c468791
> --- /dev/null
> +++ b/common/recipes-multimedia/libyami/libyami_1.0.1.bb
> @@ -0,0 +1,22 @@
> +SUMMARY = "Yami is media infrastructure base on libva"
> +DESCRIPTION = "Yet Another Media Infrastructure \
> +light weight hardware codec library base on VA-API "
> +
> +HOMEPAGE = "https://github.com/01org/libyami"
> +BUGTRACKER = "https://github.com/01org/libyami/issues/new"
> +
> +LICENSE = "Apache-2.0"
> +SRC_URI = "https://github.com/01org/libyami/archive/libyami-${PV}.ta
> r.gz"
> +
> +LIC_FILES_CHKSUM =
> "file://COPYING.LIB;md5=3b83ef96387f14655fc854ddc3c6bd57"
> +
> +SRC_URI[md5sum] = "666909504c693f4b9186237b86ba43dc"
> +SRC_URI[sha256sum] =
> "1051d3e3366a933c4fbfb883b3900e81a8c0e4e1cd4d5a08b9c7d4e1bf7cec34"
> +
> +S = "${WORKDIR}/libyami-libyami-${PV}"
> +
> +PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11",
> "x11", "", d)}"
> +PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11
> libxrandr libxrender"
> +
> +DEPENDS = "libva"
> +inherit autotools pkgconfig
> -- 
> 2.7.4
> 


More information about the meta-intel mailing list