diff --git a/darkice/trunk/INSTALL b/darkice/trunk/INSTALL index 6b69587..ffc4819 100644 --- a/darkice/trunk/INSTALL +++ b/darkice/trunk/INSTALL @@ -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 diff --git a/darkice/trunk/rpm/darkice.spec b/darkice/trunk/rpm/darkice.spec index 6e3d3f6..0e84bb2 100644 --- a/darkice/trunk/rpm/darkice.spec +++ b/darkice/trunk/rpm/darkice.spec @@ -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 # diff --git a/darkice/trunk/rpm/lame.spec b/darkice/trunk/rpm/lame.spec index d19cac1..0d2e538 100644 --- a/darkice/trunk/rpm/lame.spec +++ b/darkice/trunk/rpm/lame.spec @@ -52,7 +52,7 @@ Vendor: The LAME Project Packager: Akos Maroy 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 #