diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-09-23 15:56:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:27:52 +0200 |
commit | 9ea39b81e2eaead10480383206f0e741df455843 (patch) | |
tree | 487460067f046be773d52f172b3a55ee3fdf9e77 /meta-multimedia | |
parent | 3e4027a554402882bd9c4f6a70a92fcae26a6c67 (diff) | |
download | meta-openembedded-9ea39b81e2eaead10480383206f0e741df455843.tar.gz |
libiec61883: add new recipe
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/libiec61883/libiec61883_1.2.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/libiec61883/libiec61883_1.2.0.bb b/meta-multimedia/recipes-multimedia/libiec61883/libiec61883_1.2.0.bb new file mode 100644 index 000000000..e6079bd75 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/libiec61883/libiec61883_1.2.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "An implementation of the most relevant parts of IEC 61883 over \ | ||
2 | libraw1394 for transmission, reception, and management of media streams and \ | ||
3 | devices such as DV, MPEG2-TS, audio, and MIDI" | ||
4 | HOMEPAGE = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883" | ||
5 | SECTION = "libs/multimedia" | ||
6 | |||
7 | DEPENDS = "libraw1394" | ||
8 | |||
9 | LICENSE = "LGPLv2.1" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=771782cb6245c7fbbe74bc0ec059beff" | ||
11 | |||
12 | SRC_URI = "https://www.kernel.org/pub/linux/libs/ieee1394/${BPN}-${PV}.tar.xz" | ||
13 | SRC_URI[md5sum] = "ed91bc1727fac8e019402fc3724a283d" | ||
14 | SRC_URI[sha256sum] = "d1e02c7e276fac37313a2f8c1c33d7a9e19282ff16f32e72435428ff5121f09e" | ||
15 | |||
16 | inherit autotools pkgconfig | ||