diff options
| author | dv@pseudoterminal.org <dv@pseudoterminal.org> | 2013-12-09 21:44:29 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-12-21 19:21:16 +0100 |
| commit | d9b2b7e3f12d93fd32067664b7926f9eab52de3e (patch) | |
| tree | 8fbee5359b621bdf986700313ecc4e523177f9db /meta-oe/recipes-multimedia/libopus/libopus_1.1.bb | |
| parent | 480d3338a7401f53e7b8a031294d37498a6a7be6 (diff) | |
| download | meta-openembedded-d9b2b7e3f12d93fd32067664b7926f9eab52de3e.tar.gz | |
libopus: upgrade to version 1.1
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/libopus/libopus_1.1.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/libopus/libopus_1.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.1.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.1.bb new file mode 100644 index 0000000000..15782a023c --- /dev/null +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.1.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=e304cdf74c2a1b0a33a5084c128a23a3" | ||
| 10 | |||
| 11 | SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz" | ||
| 12 | SRC_URI[md5sum] = "c5a8cf7c0b066759542bc4ca46817ac6" | ||
| 13 | SRC_URI[sha256sum] = "b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95" | ||
| 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)}" | ||
