From 5657949d395848aaffb5547b16c14ccdc1e898a4 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 8 Aug 2019 09:45:26 +0800 Subject: libyami: upgrade 1.3.1 -> 1.3.2 For changes, see: https://github.com/intel/libyami/blob/1.3.2/NEWS Remove all the patches fixing warnings converted to errors when using clang. Most of these have been fixed and others are trivial enough to be ignored. Pass -Wno-error to CXXFLAGS to ignore these. Signed-off-by: Anuj Mittal --- recipes-multimedia/libyami/libyami_1.3.2.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-multimedia/libyami/libyami_1.3.2.bb (limited to 'recipes-multimedia/libyami/libyami_1.3.2.bb') diff --git a/recipes-multimedia/libyami/libyami_1.3.2.bb b/recipes-multimedia/libyami/libyami_1.3.2.bb new file mode 100644 index 00000000..3cbde044 --- /dev/null +++ b/recipes-multimedia/libyami/libyami_1.3.2.bb @@ -0,0 +1,24 @@ +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/intel/libyami" +BUGTRACKER = "https://github.com/intel/libyami/issues/new" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI = "git://github.com/intel/libyami.git;branch=apache \ +" +SRCREV = "08606d0a43e0ef15e5b61cc13563169370ce8715" +S = "${WORKDIR}/git" + +CXXFLAGS_append = " -Wno-error" + +PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)}" +PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxrandr libxrender" + +DEPENDS = "libva" +inherit autotools pkgconfig distro_features_check + +REQUIRED_DISTRO_FEATURES = "opengl" -- cgit v1.2.3-54-g00ecf