4593398 [rkeene@sledge /home/rkeene/projects/build]$ cat lame.txt
# SHORT DESC: LAME Ain't an MP3 Encoder
# LONG DESC: LAME (LAME Ain't an MP3 Encoder) is a research project for learning about and improving MP3 encoding technology. LAME includes an MP3 encoding library, simple frontend application, a much-improved psycho-acoustic model (GPSYCHO), and a graphical frame analyzer (MP3x). Please note that any commercial use (including distributing the LAME encoding engine in a free encoder) may require a patent license from Thomson Multimedia.

# Skip slamd64-10.2 as it comes with lame already
if [ "$TARGETDIST" = "slamd64" && "$TARGETDISTVER" = "10.2" ]; then
	exit 1
fi

./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --libdir="$libdir" && \
make && \
make install
# DEPENDED ON BY: MPlayer
# DEPENDED ON BY: ffmpeg
4593399 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06