mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech."
|
||||||
|
SECTION = "libs"
|
||||||
|
LICENSE = "BSD"
|
||||||
|
HOMEPAGE = "http://www.speex.org"
|
||||||
|
DEPENDS = "libogg"
|
||||||
|
|
||||||
|
SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz"
|
||||||
|
S = "${WORKDIR}/${PN}-1.2beta3"
|
||||||
|
|
||||||
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
|
||||||
|
--disable-float-api --disable-vbr \
|
||||||
|
--with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
|
|
||||||
|
PACKAGES += "${PN}-bin"
|
||||||
|
FILES_${PN} = "${libdir}/libspeex.so.*"
|
||||||
|
FILES_${PN}-dev += "${libdir}/libspeex.so.*"
|
||||||
|
FILES_${PN}-bin = "${bindir}"
|
||||||
Reference in New Issue
Block a user