diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/libopus/libopus_1.0.3.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/libopus/libopus_1.0.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.0.3.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.0.3.bb new file mode 100644 index 0000000000..1889775778 --- /dev/null +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.0.3.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Opus Audio Codec" | ||
| 2 | DESCRIPTION = "The Opus codec is designed for interactive \ | ||
| 3 | speech and audio transmission over the Internet. It is \ | ||
| 4 | designed by the IETF Codec Working Group and incorporates \ | ||
| 5 | technology from Skype's SILK codec and Xiph.Org's CELT codec." | ||
| 6 | HOMEPAGE = "http://www.opus-codec.org/" | ||
| 7 | SECTION = "libs/multimedia" | ||
| 8 | LICENSE = "BSD" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=225b2f817ea798b7c705fe1214694891" | ||
| 10 | |||
| 11 | SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz" | ||
| 12 | SRC_URI[md5sum] = "86eedbd3c5a0171d2437850435e6edff" | ||
| 13 | SRC_URI[sha256sum] = "191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/opus-${PV}" | ||
| 16 | |||
| 17 | inherit autotools pkgconfig | ||
| 18 | |||
| 19 | require libopus-fpu.inc | ||
| 20 | EXTRA_OECONF = "${@get_libopus_fpu_setting(bb, d)}" | ||
