summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/speex/speexdsp_1.2.0.bb')
-rw-r--r--meta/recipes-multimedia/speex/speexdsp_1.2.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb b/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb
new file mode 100644
index 0000000000..2f934ebe3a
--- /dev/null
+++ b/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb
@@ -0,0 +1,25 @@
1SUMMARY = "A patent-free DSP library"
2DESCRIPTION = "SpeexDSP is a patent-free, Open Source/Free Software DSP library."
3HOMEPAGE = "http://www.speex.org"
4SECTION = "libs"
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8"
7
8SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "b722df341576dc185d897131321008fc"
11SRC_URI[sha256sum] = "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771"
12
13inherit autotools pkgconfig
14
15EXTRA_OECONF = "\
16 --disable-examples \
17 ${@bb.utils.contains('TARGET_FPU', 'soft', '--enable-fixed-point --disable-float-api', '', d)} \
18"
19
20# speexdsp was split off from speex in 1.2rc2. Older versions of speex can't
21# be installed together with speexdsp, since they contain overlapping files.
22RCONFLICTS_${PN} = "speex (< 1.2rc2)"
23RCONFLICTS_${PN}-dbg = "speex-dbg (< 1.2rc2)"
24RCONFLICTS_${PN}-dev = "speex-dev (< 1.2rc2)"
25RCONFLICTS_${PN}-staticdev = "speex-staticdev (< 1.2rc2)"