Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Opus Audio Codec" |
| 2 | DESCRIPTION = "The libopusenc libraries provide a high-level API for encoding \ |
| 3 | .opus files. libopusenc depends only on libopus." |
| 4 | HOMEPAGE = "http://www.opus-codec.org/" |
| 5 | SECTION = "libs/multimedia" |
| 6 | LICENSE = "BSD-3-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=174b92049c2c697eb73112801662a07c" |
| 8 | |
| 9 | DEPENDS = "libopus" |
| 10 | |
| 11 | UPSTREAM_CHECK_URI = "https://github.com/xiph/libopusenc/releases" |
| 12 | |
| 13 | SRC_URI = "https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-${PV}.tar.gz" |
| 14 | SRC_URI[md5sum] = "f038ea0f4168d184c76b42d293697c57" |
| 15 | SRC_URI[sha256sum] = "8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9" |
| 16 | |
| 17 | S = "${WORKDIR}/libopusenc-${PV}" |
| 18 | |
| 19 | inherit autotools pkgconfig |