summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/speex/speex_1.2.0.bb
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@amotus.ca>2017-04-27 11:39:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:30 +0100
commit6196ab92530a02c3874940ab907b581ef133e23c (patch)
tree79090081167b7dff61befe18f427ca4556df6ed1 /meta/recipes-multimedia/speex/speex_1.2.0.bb
parent6fde0f638c75c8283dfbbfc23bea0faf6b53b583 (diff)
downloadpoky-6196ab92530a02c3874940ab907b581ef133e23c.tar.gz
speex: upgrade 1.2rc2 -> 1.2.0
Upgrade speex to 1.2.0. Very small diff between 1.2rc2 and 1.2.0, mostly compiler warning fixes, tabs vs spaces, trailing whitespaces and one liners. (From OE-Core rev: 3e414545d650835e351f2939375c92ac7aca0569) Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/speex/speex_1.2.0.bb')
-rw-r--r--meta/recipes-multimedia/speex/speex_1.2.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/speex/speex_1.2.0.bb b/meta/recipes-multimedia/speex/speex_1.2.0.bb
new file mode 100644
index 0000000000..fc020a2faa
--- /dev/null
+++ b/meta/recipes-multimedia/speex/speex_1.2.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Speech Audio Codec"
2DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech."
3HOMEPAGE = "http://www.speex.org"
4SECTION = "libs"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
7 file://include/speex/speex.h;beginline=1;endline=34;md5=ef8c8ea4f7198d71cf3509c6ed05ea50"
8DEPENDS = "libogg speexdsp"
9
10SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8ab7bb2589110dfaf0ed7fa7757dc49c"
13SRC_URI[sha256sum] = "eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094"
14
15inherit autotools pkgconfig lib_package
16
17EXTRA_OECONF = "\
18 ${@bb.utils.contains('TARGET_FPU', 'soft', '--enable-fixed-point --disable-float-api --disable-vbr', '', d)} \
19"