summaryrefslogtreecommitdiffstats
path: root/meta/packages/speex
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-16 11:14:37 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-16 11:14:37 +0000
commit90bafd3c377a4b0cfa4ea1cf17b095c8c3e9e1b3 (patch)
tree50bdc9cb34b1ea4f10c16d996bc3d8445d8dbd8f /meta/packages/speex
parent778546ea6418a5864c66f1b45fbfba8a847a1c5d (diff)
downloadpoky-90bafd3c377a4b0cfa4ea1cf17b095c8c3e9e1b3.tar.gz
speex: Drop 1.1.12+1.2beta2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4673 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/speex')
-rw-r--r--meta/packages/speex/speex_1.1.12+1.2beta2.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/speex/speex_1.1.12+1.2beta2.bb b/meta/packages/speex/speex_1.1.12+1.2beta2.bb
deleted file mode 100644
index f60408d50a..0000000000
--- a/meta/packages/speex/speex_1.1.12+1.2beta2.bb
+++ /dev/null
@@ -1,24 +0,0 @@
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.2beta2.tar.gz"
8S = "${WORKDIR}/${PN}-1.2beta2"
9
10PARALLEL_MAKE = ""
11
12inherit autotools pkgconfig
13
14EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
15 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
16
17do_stage() {
18 autotools_stage_all
19}
20
21PACKAGES += "${PN}-bin"
22FILES_${PN} = "${libdir}/libspeex.so.*"
23FILES_${PN}-dev += "${libdir}/libspeex.so.*"
24FILES_${PN}-bin = "${bindir}"