blob: 3f6dbb8e92317c84cb6e66666dc7f5c43dc538f6 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DESCRIPTION = "Library for opening, seeking, and decoding opus audio files"
2HOMEPAGE = "https://www.opus-codec.org/"
3SECTION = "audio"
4
5DEPENDS = "libogg openssl libopus"
6
7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://COPYING;md5=6ac22b992dde6a891f8949c3e2da8576"
9
Brad Bishopc342db32019-05-15 21:57:59 -040010SRC_URI = "https://downloads.xiph.org/releases/opus/${BP}.tar.gz"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011SRC_URI[md5sum] = "ab3f7d15d766f5b36b0951ee435f9ebf"
12SRC_URI[sha256sum] = "48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f"
13
14inherit autotools pkgconfig