summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libyami/libyami_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-multimedia/libyami/libyami_1.2.0.bb')
-rw-r--r--common/recipes-multimedia/libyami/libyami_1.2.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libyami/libyami_1.2.0.bb b/common/recipes-multimedia/libyami/libyami_1.2.0.bb
new file mode 100644
index 00000000..fa468b2e
--- /dev/null
+++ b/common/recipes-multimedia/libyami/libyami_1.2.0.bb
@@ -0,0 +1,24 @@
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"
9LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=3b83ef96387f14655fc854ddc3c6bd57"
10
11SRC_URI = "https://github.com/01org/libyami/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
12SRC_URI[md5sum] = "2e2ed3bd900866476eced140799ee48b"
13SRC_URI[sha256sum] = "fdc3025f828c065a4434e73f5629e7ab8af593f1abbe097449dd5a13fa7d465f"
14
15PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)}"
16PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxrandr libxrender"
17
18DEPENDS = "libva"
19inherit autotools pkgconfig distro_features_check
20
21REQUIRED_DISTRO_FEATURES = "opengl"
22
23UPSTREAM_CHECK_URI = "https://github.com/01org/libyami/releases"
24UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"