PACKAGE NAME ------------ neko_flac DESCRIPTION ----------- FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. For more information, see https://xiph.org/flac/ SOURCE/VERSION -------------- flac-1.3.2 / 6 IRIX/MIPSPRO VERSION -------------------- 6.5.22 / 7.4.4 ENVIRONMENT VARIABLES --------------------- setenv CC c99 setenv CXX CC setenv CFLAGS '-O2 -OPT:Olimit=0 -mips4 -n32 -diag_error 1035 -signed' setenv CXXFLAGS '-O2 -OPT:Olimit=0 -mips4 -n32 -diag_error 1035 -signed' setenv CPPFLAGS -I/usr/nekoware/include setenv LDFLAGS -L/usr/nekoware/lib for mips3 change CFLAGS and CXXFLAGS into: setenv CFLAGS '-O2 -OPT:Olimit=0 -mips3 -n32 -diag_error 1035 -signed' setenv CXXFLAGS '-O2 -OPT:Olimit=0 -mips3 -n32 -diag_error 1035 -signed' CONFIGURE --------- patch -p0 < flac-1.3.2_irix.patch ./configure --prefix=/usr/nekoware --disable-rpath --disable-sse --enable-static BUILD ----- gmake gmake check gmake install KNOWN DEPENDENCIES ------------------ neko_libiconv.sw.lib 5 maxint neko_libogg.sw.lib 3 maxint gmake to build the package ERRORS/MISCELLANEOUS -------------------- The patch is fixing defines and some c++ stdint.h inclusion and very sloppy details in the Makefile generation. There also is a recent encode fix included from the FLAC git repo. The gmake check does an extensive test of FLAC's capabilities but seems to break on generation the individual streams needed for the streams test. I tried to increase rlimit_nofile_cur to 1024 and recompiled with -O1, no dice. I can't put my finger on what exactly is going wrong in test/test_flac.sh 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.0 Frank Everdij (dexter1@gmail.com) 01-04-2004 2 1.2.1 Georg Bege (therion@ninth-art.de) 12-10-2007 5 1.3.1 Rainer Canavan (nekoware@canavan.de) 27-11-2014 103011 1.3.1 Rainer Canavan (nekoware@canavan.de) 27-07-2016 6 1.3.2 Frank Everdij (dexter1@gmail.com) 12-04-2019