mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01: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:
parent
8a887e30e0
commit
c15bd690b1
19
meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb
Normal file
19
meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb
Normal file
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user