summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libyami/libyami_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-multimedia/libyami/libyami_1.1.0.bb')
-rwxr-xr-xcommon/recipes-multimedia/libyami/libyami_1.1.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libyami/libyami_1.1.0.bb b/common/recipes-multimedia/libyami/libyami_1.1.0.bb
new file mode 100755
index 00000000..83862b3c
--- /dev/null
+++ b/common/recipes-multimedia/libyami/libyami_1.1.0.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Yami is media infrastructure base on libva"
2DESCRIPTION = "Yet Another Media Infrastructure \
3light weight hardware codec library base on VA-API "
4
5HOMEPAGE = "https://github.com/01org/libyami"
6BUGTRACKER = "https://github.com/01org/libyami/issues/new"
7
8LICENSE = "Apache-2.0"
9SRC_URI = "https://github.com/01org/libyami/archive/libyami-${PV}.tar.gz"
10
11LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=3b83ef96387f14655fc854ddc3c6bd57"
12
13SRC_URI[md5sum] = "4e949cca98be87855f68af987c1eba3f"
14SRC_URI[sha256sum] = "08acb7857a1a85c1d3341862d6b523c0eb1603adee454469cda765b6bf04f614"
15
16S = "${WORKDIR}/libyami-libyami-${PV}"
17
18PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)}"
19PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxrandr libxrender"
20
21DEPENDS = "libva"
22inherit autotools pkgconfig