diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-16 11:14:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-16 11:14:37 +0000 |
commit | 90bafd3c377a4b0cfa4ea1cf17b095c8c3e9e1b3 (patch) | |
tree | 50bdc9cb34b1ea4f10c16d996bc3d8445d8dbd8f /meta/packages/speex | |
parent | 778546ea6418a5864c66f1b45fbfba8a847a1c5d (diff) | |
download | openembedded-core-90bafd3c377a4b0cfa4ea1cf17b095c8c3e9e1b3.tar.gz openembedded-core-90bafd3c377a4b0cfa4ea1cf17b095c8c3e9e1b3.tar.bz2 openembedded-core-90bafd3c377a4b0cfa4ea1cf17b095c8c3e9e1b3.zip |
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.bb | 24 |
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 @@ -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.2beta2.tar.gz" -S = "${WORKDIR}/${PN}-1.2beta2" - -PARALLEL_MAKE = "" - -inherit autotools pkgconfig - -EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \ - --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}" |