removed references to SourceForget FTP sites, as they are phased out

This commit is contained in:
darkeye 2001-09-13 05:06:41 +00:00
parent aabfd223c9
commit c4f0e3f60a
3 changed files with 16 additions and 16 deletions

View File

@ -12,27 +12,21 @@ Compiling Lame is a tricky issue. Please refer to Lame online resources
for details. Here are steps I took to compile lame 3.89 on my RedHat 7.1
system.
First make sure you have the compatibility compiler packages installed
on your system, compat-egcs in particular. This provides an older, not
so much tweaked version of gcc/egcs that is able to compile Lame properly.
To check this condition easily, try:
It is recommended that you compile lame with GCC 3. For maximum performance,
use the nasm assembler to compile assembly optimizations into lame.
rpm -q compat-egcs
for this command I get the response:
compat-egcs-6.2-1.1.2.14
Grab the latest lame source tarball from
ftp://lame.sourceforge.net/pub/lame/
Grab the latest lame source tarball from a download site found at
http://www.mp3dev.org/mp3/download/download.html
or from the DarkIce SourceForge project download area
http://sourceforge.net/project/showfiles.php?group_id=14111
I took lame lame3.89beta.tar.gz. Go to the directory where you saved it,
and issue the following commands:
tar xfz lame3.89beta.tar.gz
cd lame-3.89
export CC=kgcc
./configure
export CC=gcc3
./configure --with-fileio=lame --without-vorbis --disable-gtktest --enable-nasm --enable-expopt=full
make
make install

View File

@ -40,7 +40,7 @@ Version: 0.5
Release: 1
Copyright: GPL
Group: Applications/Multimedia
Source: ftp://darkice.sourceforge.net/pub/darkice/%{version}/darkice-%{version}.tar.gz
Source: http://prdownloads.sourceforge.net/darkice/darkice-%{version}.tar.gz
URL: http://darkice.sourceforge.net/
Provides: darkice
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -132,6 +132,9 @@ make clean
# =================================================================== change log
#
# $Log$
# Revision 1.5 2001/09/13 05:06:41 darkeye
# removed references to SourceForget FTP sites, as they are phased out
#
# Revision 1.4 2001/09/09 12:26:33 darkeye
# updated to reflect that DarkIce is now both an IceCast and ShoutCast streamer
#

View File

@ -52,7 +52,7 @@ Vendor: The LAME Project
Packager: Akos Maroy <darkeye@tyrell.hu>
URL: http://www.mp3dev.org/mp3/
Group: Applications/Multimedia
Source: ftp://lame.sourceforge.net/pub/lame/src/%{name}%{ver}%{quality}.tar.gz
Source: http://prdownloads.sourceforge.net/darkice/%{name}%{ver}%{quality}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{ver}-root
Prefix: %{prefix}
Provides: lame
@ -133,6 +133,9 @@ make clean
# =================================================================== change log
#
# $Log$
# Revision 1.3 2001/09/13 05:06:41 darkeye
# removed references to SourceForget FTP sites, as they are phased out
#
# Revision 1.2 2001/09/09 09:06:26 darkeye
# lame RPM is now created with gcc3 and full optimizations
#