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

2016-12-21 Thread Wu, DongpingX
Hi Saul,
Thanks for your suggestion to help us to improve the yami patches. I will 
update it at once.

Best Regards,
Dongping

-Original Message-
From: Wold, Saul 
Sent: Thursday, December 22, 2016 2:00 AM
To: Wu, DongpingX <dongpingx...@intel.com>; meta-intel@yoctoproject.org
Cc: Xu, Guangxin <guangxin...@intel.com>
Subject: Re: [meta-intel] [PATCH] multimedia recipes: add libyami, intel VA-API 
Media codecs with hardware acceleration

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

: 



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...@intel.com>
> Signed-off-by: wudping <dongpingx...@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 000..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 000..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
> 
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2016-12-21 Thread Wold, Saul
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

: 



Sau!

> their home websites are:
> libyami: https://github.com/01org/libyami
> libyami-utils: https://github.com/01org/libyami-utils
> 
> Signed-off-by: Xu Guangxin 
> Signed-off-by: wudping 
> ---
>  .../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 000..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 000..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
> 
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2016-12-21 Thread wudping
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.

their home websites are:
libyami: https://github.com/01org/libyami
libyami-utils: https://github.com/01org/libyami-utils

Signed-off-by: Xu Guangxin 
Signed-off-by: wudping 
---
 .../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 000..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 000..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}.tar.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

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel