diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-09-23 15:56:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:27:51 +0200 |
commit | 3e4027a554402882bd9c4f6a70a92fcae26a6c67 (patch) | |
tree | 2f0005b14840a7ab1bea4b953f7f23055d6de702 /meta-multimedia | |
parent | 907c3f909972884cc70952ccfebbe3ec5820e2d3 (diff) | |
download | meta-openembedded-3e4027a554402882bd9c4f6a70a92fcae26a6c67.tar.gz |
libavc1394: 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/libavc1394/libavc1394_0.5.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb b/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb new file mode 100644 index 000000000..97e2bf1b4 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "libavc1394 is a programming interface for the 1394 Trade \ | ||
2 | Association AV/C (Audio/Video Control) Digital Interface Command Set" | ||
3 | HOMEPAGE = "http://sourceforge.net/projects/libavc1394/" | ||
4 | SECTION = "libs/multimedia" | ||
5 | |||
6 | DEPENDS = "libraw1394" | ||
7 | |||
8 | LICENSE = "LGPLv2.1" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" | ||
10 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" | ||
12 | SRC_URI[md5sum] = "caf0db059d8b8d35d6f08e6c0e1c7dfe" | ||
13 | SRC_URI[sha256sum] = "7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53" | ||
14 | |||
15 | inherit autotools pkgconfig | ||