%general-entities; ]> $LastChangedBy$ $Date$ FLAC-&flac-version; FLAC Introduction to FLAC FLAC is an audio CODEC similar to MP3, but lossless, meaning that audio is compressed without losing any information. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &flac-md5sum; Download size: &flac-size; Estimated disk space required: &flac-buildsize; Estimated build time: &flac-time; FLAC Dependencies Optional , , , , and Valgrind Installation of FLAC Install FLAC by running the following commands: LIBS=-lm ./configure --prefix=/usr && make Now, as the root user: make install If you passed the and parameters to configure and then run the make check tests, it will take a very long time (about 150 SBUs) and use about 375 MB of disk space. Command Explanations LIBS=-lm ./configure --prefix=/usr: libFLAC uses a function from the math library but is not linked with libm. Passing the environment variable to configure satisfies this dependency. Contents Installed Programs Installed Libraries Installed Directories flac and metaflac libFLAC.[so,a], libFLAC++.[so,a], libOggFLAC.[so,a], libOggFLAC++.[so,a], and libxmms-flac.[so,a] Not determined at this time Short Descriptions flac is a command-line utility for encoding, decoding and converting FLAC files. flac metaflac is a program for listing, adding, removing, or editing metadata in one or more FLAC files. metaflac lib[,Ogg]FLAC[,++].[so,a] these libraries provide native FLAC and Ogg FLAC C/C++ APIs for programs utilizing FLAC. lib[,Ogg]FLAC[,++].[so,a] libxmms-flac.[so,a] is a plugin for XMMS. libxmms-flac.[so,a]