for version 0.13.1
This commit is contained in:
parent
fbab65bf5b
commit
6f924461b2
|
@ -1,3 +1,12 @@
|
||||||
|
12-02-2003: Darkice 0.13.1 released
|
||||||
|
|
||||||
|
o added cross-platform pthread detection, thanks to
|
||||||
|
Steven G. Johnson <stevenj@alum.mit.edu> and
|
||||||
|
Alejandro Forero Cuervo <bachue@bachue.com>
|
||||||
|
see http://www.gnu.org/software/ac-archive/htmldoc/acx_pthread.html
|
||||||
|
o added proper detection of netural endiannes for 16 bit recording
|
||||||
|
o basically these changes allow compilation on FreeBSD
|
||||||
|
|
||||||
09-02-2003: DarkIce 0.13 released
|
09-02-2003: DarkIce 0.13 released
|
||||||
|
|
||||||
o added feature for setting the TITLE comment field for vorbis
|
o added feature for setting the TITLE comment field for vorbis
|
||||||
|
|
|
@ -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>
|
been used since fall 2000 in <a href="http://tilos.hu/">production</a>
|
||||||
24 hours per day.
|
24 hours per day.
|
||||||
<br>
|
<br>
|
||||||
The latest version is <b>0.13</b>, check out the
|
The latest version is <b>0.13.1</b>, check out the
|
||||||
<a href="ChangeLog">ChangeLog</a>.
|
<a href="ChangeLog">ChangeLog</a>.
|
||||||
|
|
||||||
<h2>3. Discussion</h2>
|
<h2>3. Discussion</h2>
|
||||||
|
@ -66,7 +66,7 @@ use your own lame libs if you like.
|
||||||
You can either
|
You can either
|
||||||
<ul>
|
<ul>
|
||||||
<li>Download the source tarball
|
<li>Download the source tarball
|
||||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.13.tar.gz">darkice-0.13.tar.gz</a>
|
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.13.1.tar.gz">darkice-0.13.1.tar.gz</a>
|
||||||
and compile yourself. You will also need
|
and compile yourself. You will also need
|
||||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||||
(version 3.89 or above) and
|
(version 3.89 or above) and
|
||||||
|
@ -79,7 +79,7 @@ You can either
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Get the RPM package
|
<li>Get the RPM package
|
||||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.13-1.i386.rpm">darkice-0.13-1.i386.rpm</a>,
|
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.13.1-1.i386.rpm">darkice-0.13.1-1.i386.rpm</a>,
|
||||||
install & enjoy.
|
install & enjoy.
|
||||||
Also install
|
Also install
|
||||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||||
|
|
Loading…
Reference in New Issue