Patrick Williams | 0ca19cc | 2021-08-16 14:03:13 -0500 | [diff] [blame] | 1 | SUMMARY = "Opus Audio Tools" |
| 2 | HOMEPAGE = "http://www.opus-codec.org/" |
| 3 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | LICENSE = "BSD-2-Clause & GPL-2.0-only" |
Patrick Williams | 0ca19cc | 2021-08-16 14:03:13 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=79f6fc2a6239fbe5f6e52f20ac76698c" |
| 6 | |
| 7 | SRC_URI = "http://downloads.xiph.org/releases/opus/opus-tools-${PV}.tar.gz" |
| 8 | SRC_URI[md5sum] = "ff2d0536e960cabbfb8ca7c8c1759b6c" |
| 9 | SRC_URI[sha256sum] = "b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86" |
| 10 | |
| 11 | S = "${WORKDIR}/opus-tools-${PV}" |
| 12 | |
| 13 | DEPENDS = "libopus libopusenc flac opusfile" |
| 14 | |
| 15 | inherit autotools pkgconfig |