removed references to SourceForget FTP sites, as they are phased out
This commit is contained in:
parent
aabfd223c9
commit
c4f0e3f60a
|
@ -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
|
for details. Here are steps I took to compile lame 3.89 on my RedHat 7.1
|
||||||
system.
|
system.
|
||||||
|
|
||||||
First make sure you have the compatibility compiler packages installed
|
It is recommended that you compile lame with GCC 3. For maximum performance,
|
||||||
on your system, compat-egcs in particular. This provides an older, not
|
use the nasm assembler to compile assembly optimizations into lame.
|
||||||
so much tweaked version of gcc/egcs that is able to compile Lame properly.
|
|
||||||
To check this condition easily, try:
|
|
||||||
|
|
||||||
rpm -q compat-egcs
|
Grab the latest lame source tarball from a download site found at
|
||||||
|
http://www.mp3dev.org/mp3/download/download.html
|
||||||
for this command I get the response:
|
or from the DarkIce SourceForge project download area
|
||||||
|
http://sourceforge.net/project/showfiles.php?group_id=14111
|
||||||
compat-egcs-6.2-1.1.2.14
|
|
||||||
|
|
||||||
Grab the latest lame source tarball from
|
|
||||||
ftp://lame.sourceforge.net/pub/lame/
|
|
||||||
|
|
||||||
I took lame lame3.89beta.tar.gz. Go to the directory where you saved it,
|
I took lame lame3.89beta.tar.gz. Go to the directory where you saved it,
|
||||||
and issue the following commands:
|
and issue the following commands:
|
||||||
|
|
||||||
tar xfz lame3.89beta.tar.gz
|
tar xfz lame3.89beta.tar.gz
|
||||||
cd lame-3.89
|
cd lame-3.89
|
||||||
export CC=kgcc
|
export CC=gcc3
|
||||||
./configure
|
./configure --with-fileio=lame --without-vorbis --disable-gtktest --enable-nasm --enable-expopt=full
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ Version: 0.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Multimedia
|
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/
|
URL: http://darkice.sourceforge.net/
|
||||||
Provides: darkice
|
Provides: darkice
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
@ -132,6 +132,9 @@ make clean
|
||||||
# =================================================================== change log
|
# =================================================================== change log
|
||||||
#
|
#
|
||||||
# $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
|
# Revision 1.4 2001/09/09 12:26:33 darkeye
|
||||||
# updated to reflect that DarkIce is now both an IceCast and ShoutCast streamer
|
# updated to reflect that DarkIce is now both an IceCast and ShoutCast streamer
|
||||||
#
|
#
|
||||||
|
|
|
@ -52,7 +52,7 @@ Vendor: The LAME Project
|
||||||
Packager: Akos Maroy <darkeye@tyrell.hu>
|
Packager: Akos Maroy <darkeye@tyrell.hu>
|
||||||
URL: http://www.mp3dev.org/mp3/
|
URL: http://www.mp3dev.org/mp3/
|
||||||
Group: Applications/Multimedia
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{ver}-root
|
||||||
Prefix: %{prefix}
|
Prefix: %{prefix}
|
||||||
Provides: lame
|
Provides: lame
|
||||||
|
@ -133,6 +133,9 @@ make clean
|
||||||
# =================================================================== change log
|
# =================================================================== change log
|
||||||
#
|
#
|
||||||
# $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
|
# Revision 1.2 2001/09/09 09:06:26 darkeye
|
||||||
# lame RPM is now created with gcc3 and full optimizations
|
# lame RPM is now created with gcc3 and full optimizations
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue