diff --git a/packages/audio/speex/build b/packages/audio/speex/build deleted file mode 100755 index 69f2c7aa39..0000000000 --- a/packages/audio/speex/build +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build libogg - -cd $PKG_BUILD -OGG_CFLAGS="" \ -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --enable-static \ - --disable-shared \ - --with-ogg=$SYSROOT_PREFIX/usr \ - --enable-fixed-point \ - --disable-oggtest \ - --disable-float-api \ - --disable-vbr \ - -make - -#$STRIP libspeex/.libs/*.so* - -$MAKEINSTALL \ No newline at end of file diff --git a/packages/audio/speex/patches/001-remove_host_includes.diff b/packages/audio/speex/patches/001-remove_host_includes.diff deleted file mode 100644 index 4e3fe65f26..0000000000 --- a/packages/audio/speex/patches/001-remove_host_includes.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur speex-1.2rc1/libspeex/Makefile.am speex-1.2rc1.patch/libspeex/Makefile.am ---- speex-1.2rc1/libspeex/Makefile.am 2008-06-04 09:31:35.000000000 +0200 -+++ speex-1.2rc1.patch/libspeex/Makefile.am 2009-03-10 20:40:51.000000000 +0100 -@@ -4,7 +4,7 @@ - - EXTRA_DIST=echo_diagnostic.m - --INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@ @FFT_CFLAGS@ -+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) - - lib_LTLIBRARIES = libspeex.la libspeexdsp.la - -diff -Naur speex-1.2rc1/libspeex/Makefile.in speex-1.2rc1.patch/libspeex/Makefile.in ---- speex-1.2rc1/libspeex/Makefile.in 2008-07-21 04:17:19.000000000 +0200 -+++ speex-1.2rc1.patch/libspeex/Makefile.in 2009-03-10 20:41:25.000000000 +0100 -@@ -277,7 +277,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - EXTRA_DIST = echo_diagnostic.m --INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@ @FFT_CFLAGS@ -+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) - lib_LTLIBRARIES = libspeex.la libspeexdsp.la - - # Sources for compilation in the library diff --git a/packages/audio/speex/url b/packages/audio/speex/url deleted file mode 100644 index cbb8dffebf..0000000000 --- a/packages/audio/speex/url +++ /dev/null @@ -1 +0,0 @@ -http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz \ No newline at end of file