summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-20 13:12:41 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-20 13:12:41 +0000
commite790b1a394f2c1b64bda3c04db284a7bf2e309d9 (patch)
tree8416569c352164bcd11b67866ba6e7579153f2e1
parentfa334003652967769b9b47c3f172fe1079c278bf (diff)
downloadpoky-e790b1a394f2c1b64bda3c04db284a7bf2e309d9.tar.gz
speex: upgrade to 1.2beta3 and disable floating point usage
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4106 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/speex/speex_1.1.12+1.2beta3.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/speex/speex_1.1.12+1.2beta3.bb b/meta/packages/speex/speex_1.1.12+1.2beta3.bb
new file mode 100644
index 0000000000..f1445100b4
--- /dev/null
+++ b/meta/packages/speex/speex_1.1.12+1.2beta3.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech."
2SECTION = "libs"
3LICENSE = "BSD"
4HOMEPAGE = "http://www.speex.org"
5DEPENDS = "libogg"
6
7SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz"
8S = "${WORKDIR}/${PN}-1.2beta3"
9
10PARALLEL_MAKE = ""
11
12inherit autotools pkgconfig
13
14EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
15 --disable-float-api --disable-vbr \
16 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
17
18do_stage() {
19 autotools_stage_all
20}
21
22PACKAGES += "${PN}-bin"
23FILES_${PN} = "${libdir}/libspeex.so.*"
24FILES_${PN}-dev += "${libdir}/libspeex.so.*"
25FILES_${PN}-bin = "${bindir}"