PACKAGE NAME ------------ neko_sdl_sound DESCRIPTION ----------- SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler. The programmer gives SDL_sound a filename, or feeds it data directly from one of many sources, and then reads the decoded waveform data back at her leisure. If resource constraints are a concern, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires. For more information, see: https://icculus.org/SDL_sound/ SOURCE/VERSION -------------- SDL_sound-1.0.3 / 2 IRIX/MIPSPRO VERSION -------------------- 6.5.22m / 7.4.4m ENVIRONMENT VARIABLES --------------------- setenv CC c99 setenv CFLAGS '-O2 -mips4 -n32' setenv LDFLAGS '-L/usr/nekoware/lib' setenv CPPFLAGS '-I/usr/nekoware/include' for compiling on mips3 systems, use: setenv CFLAGS '-O2 -mips3 -n32' CONFIGURE --------- patch -p0 < SDL_sound-1.0.3_irix.patch ./configure --prefix=/usr/nekoware BUILD ----- gmake gmake install KNOWN DEPENDENCIES ------------------ neko_flac.sw.lib 6 neko_libmikmod.sw.lib 2 neko_libvorbis.sw.lib 3 neko_speex.sw.lib 3 neko_libogg.sw.lib 3 neko_physicsfs.sw.lib 3 neko_sdl.sw.lib 13 neko_libiconv.sw.lib 5 gmake to build the package ERRORS/MISCELLANEOUS -------------------- The patch fixes the __EXPORT__ preprocessor macro define. This is used to expose functions in the .so library, but i haven't seen any problems when defining it empty. I haven't compiled it against timidity, because it's quite a hefty prereq already... 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.0.1 Frank Everdij (dexter1@gmail.com) 12-04-2005 2 1.0.3 Frank Everdij (dexter1@gmail.com) 01-05-2019