PACKAGE NAME ------------ neko_speex DESCRIPTION ----------- Speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs. Finally, Speex is part of the GNU Project and is available under the Xiph.org variant of the BSD license. For more information visit http://www.speex.org/ . SOURCE/VERSION -------------- speex-1.2.0 / 3 IRIX/MIPSPRO VERSION -------------------- 6.5.22m / 7.4.4m ENVIRONMENT VARIABLES --------------------- setenv CC c99 setenv CFLAGS '-O2 -mips4 -n32' setenv CPPFLAGS '-I/usr/nekoware/include' setenv LDFLAGS '-L/usr/nekoware/lib' for building on mips3 systems, use: setenv CFLAGS '-O2 -mips3 -n32' CONFIGURE --------- ./configure --prefix=/usr/nekoware BUILD ----- gmake gmake install cd src c99 -O2 -mips4 -n32 -I/usr/nekoware/include -c speexenc.c c99 -O2 -mips4 -n32 -I/usr/nekoware/include -c speexdec.c c99 -O2 -mips4 -n32 -c skeleton.c c99 -O2 -mips4 -n32 -c wav_io.c c99 -O2 -mips4 -n32 -c getopt.c c99 -O2 -mips4 -n32 -c getopt1.c c99 -O2 -mips4 -n32 -Wall -o speexenc speexenc.o skeleton.o wav_io.o getopt.o getopt1.o -L/usr/nekoware/lib -lspeex -logg c99 -O2 -mips4 -n32 -Wall -o speexdec speexdec.o wav_io.o getopt.o getopt1.o -L/usr/nekoware/lib -lspeex -logg gmake install KNOWN DEPENDENCIES ------------------ neko_libogg.sw.lib 3 for the binaries gmake to build the package ERRORS/MISCELLANEOUS -------------------- The getopt_long support has been added to the library, so you don't need to link with libgettext anymore. This package has dual support for both mips3 and mips4 architecture, controlled by the mach(CPUARCH=R4000) switch for libraries and executables. PACKAGED BY ----------- S/N VER PORTER Date ----------------------------------------------------------------- 1 1.1.11.1 Joerg Behrens (behrens@takenet.de) 12-02-2006 2 1.2rc1 Rainer Canavan (nekoware@canavan.de) 24-10-2009 3 1.2.0 Frank Everdij (dexter1@gmail.com) 24-03-2019