mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libopusenc: add recipe 0.2.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
8a887e30e0
commit
c15bd690b1
@@ -0,0 +1,19 @@
|
|||||||
|
SUMMARY = "Opus Audio Codec"
|
||||||
|
DESCRIPTION = "The libopusenc libraries provide a high-level API for encoding \
|
||||||
|
.opus files. libopusenc depends only on libopus."
|
||||||
|
HOMEPAGE = "http://www.opus-codec.org/"
|
||||||
|
SECTION = "libs/multimedia"
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=174b92049c2c697eb73112801662a07c"
|
||||||
|
|
||||||
|
DEPENDS = "libopus"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_URI = "https://github.com/xiph/libopusenc/releases"
|
||||||
|
|
||||||
|
SRC_URI = "https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-${PV}.tar.gz"
|
||||||
|
SRC_URI[md5sum] = "f038ea0f4168d184c76b42d293697c57"
|
||||||
|
SRC_URI[sha256sum] = "8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/libopusenc-${PV}"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
Reference in New Issue
Block a user