mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
opus-tools: add 0.1.8
Signed-off-by: Jack Mitchell <jack@embed.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
e2cfe20760
commit
50815cf8a3
@@ -0,0 +1,15 @@
|
|||||||
|
SUMMARY = "Opus Audio Tools"
|
||||||
|
HOMEPAGE = "http://www.opus-codec.org/"
|
||||||
|
|
||||||
|
LICENSE = "BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=843a066da9f1facfcc6ea6f616ffecb1"
|
||||||
|
|
||||||
|
SRC_URI = "http://downloads.xiph.org/releases/opus/opus-tools-${PV}.tar.gz"
|
||||||
|
SRC_URI[md5sum] = "b424790eda9357a4df394e2d7ca19eac"
|
||||||
|
SRC_URI[sha256sum] = "e4e188579ea1c4e4d5066460d4a7214a7eafe3539e9a4466fdc98af41ba4a2f6"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/opus-tools-${PV}"
|
||||||
|
|
||||||
|
DEPENDS = "libopus flac"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
Reference in New Issue
Block a user