for verison 0.14

This commit is contained in:
darkeye 2004-02-15 22:58:42 +00:00
parent 4f33de6323
commit 9945281b0a
2 changed files with 23 additions and 11 deletions

View File

@ -1,3 +1,16 @@
15-02-2004: DarkIce 0.14 released
o added ALSA support, thanks to Christian Forster
<forster@like.e-technik.uni-erlangen.de>
o added fix to enable downsampling from stereo to mono of mp3 streams
when streaming to an icecast2 server. thanks to John Deeny
<taqueso@dilapidated.org>
o removed _X and _Y symbols from aflibConverter files, which caused
a naming collision on Solaris. thanks to Robert Lunnon,
<bobl@optushome.com.au>
o bug fix: ogg vorbis recording to only a file caused a segfault.
now fixed, thanks to Enrico Ardizzoni <craken@users.sourceforge.net>
07-01-2004: DarkIce 0.13.2 released
o bug fix: two bugs fixed that caused core dump when encoding into

View File

@ -42,7 +42,7 @@ DarkIce is under development. While still considered beta, it has
been used since fall 2000 in <a href="http://tilos.hu/">production</a>
24 hours per day.
<br>
The latest version is <b>0.13.2</b>, check out the
The latest version is <b>0.14</b>, check out the
<a href="ChangeLog">ChangeLog</a>.
<br>
Rafael Diniz is wrting a GTK front-end for DarkIce, called
@ -69,31 +69,30 @@ use your own lame libs if you like.
You can either
<ul>
<li>Download the source tarball
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.13.2.tar.gz">darkice-0.13.2.tar.gz</a>
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.14.tar.gz">darkice-0.14.tar.gz</a>
and compile yourself. You will also need
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
(version 3.89 or above) and
<a href="http://www.xiph.org/ogg/vorbis/download.html">Ogg Vorbis</a>
libs. I used the following libs:
<ul>
<li><a href="http://prdownloads.sourceforge.net/darkice/lame-3.91.tar.gz">lame-3.91.tar.gz</a>
<li><a href="http://fatpipe.vorbis.com/files/1.0/unix/libogg-1.0.tar.gz">libogg-1.0.tar.gz</a>
<li><a href="http://fatpipe.vorbis.com/files/1.0/unix/libvorbis-1.0.tar.gz">libvorbis-1.0.tar.gz</a>
<li><a href="http://prdownloads.sourceforge.net/lame/lame-3.95.1.tar.gz">lame-3.95.1.tar.gz</a>
<li><a href="http://www.vorbis.com/files/1.0.1/unix/libogg-1.1.tar.gz">libogg-1.1.tar.gz</a>
<li><a href="http://www.vorbis.com/files/1.0.1/unix/libvorbis-1.0.1.tar.gz">libvorbis-1.0.1.tar.gz</a>
</ul>
</li>
<li>Get the RPM package
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.13.2-1.i386.rpm">darkice-0.13.2-1.i386.rpm</a>,
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.14-1.i386.rpm">darkice-0.14-1.i386.rpm</a>,
install &amp; enjoy.
Also install
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
<a href="http://shrike.freshrpms.net/rpm.html?id=1347">lame</a>
(version 3.89 or above) and
<a href="http://www.xiph.org/ogg/vorbis/download.html">Ogg Vorbis</a>
packages. I used the following packages:
<ul>
<li><a href="http://prdownloads.sourceforge.net/darkice/lame-3.91-1.i386.rpm">lame-3.91-1.i386.rpm</a>
or <a href="http://prdownloads.sourceforge.net/darkice/lame-3.91-1.i686.rpm">lame-3.91-1.i686.rpm</a>
<li><a href="http://fatpipe.vorbis.com/files/1.0/unix/libogg-1.0-1.i386.rpm">libogg-1.0-1.i386.rpm</a>
<li><a href="http://fatpipe.vorbis.com/files/1.0/unix/libvorbis-1.0-1.i386.rpm">libvorbis-1.0-1.i386.rpm</a>
<li><a href="http://ftp.freshrpms.net/pub/freshrpms/redhat/9/lame/lame-3.93.1-fr2.i386.rpm">lame-3.93.1-fr2.i386.rpm</a>
<li><a href="http://www.vorbis.com/files/1.0.1/unix/RH9/libogg-1.1-1.i386.rpm">libogg-1.1-1.i386.rpm</a>
<li><a href="http://www.vorbis.com/files/1.0.1/unix/RH9/libvorbis-1.0.1-1.i386.rpm">libvorbis-1.0.1-1.i386.rpm</a>
</ul>
</li>
</ul>