diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index fbec2df..a62e76b 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,4 +1,4 @@ -DarkIce next release +15-02-2004: DarkIce 0.14 released o added ALSA support, thanks to Christian Forster diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index 926cec1..f5b9b17 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -1,3 +1,8 @@ +15-02-2004, Akos Maroy, darkeye@users.sourceforge.net + + Released version 0.14. See ChangeLog for changes. + + 07-01-2004, Akos Maroy, darkeye@users.sourceforge.net Released version 0.13.2. See ChangeLog for changes. diff --git a/darkice/trunk/TODO b/darkice/trunk/TODO index 0e9240b..37c46a2 100644 --- a/darkice/trunk/TODO +++ b/darkice/trunk/TODO @@ -8,3 +8,4 @@ o set comment fields for Ogg Vorbis streams as in http://www.xiph.org/ogg/vorbis/doc/v-comment.html o change config file to separate descriptions of input, streams and stream targets (servers, files, etc.) +o add support for 24 and 32 bit input and higher sample rates (up to 96kHz) diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index ec1e4e5..98349db 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/DarkIce.cpp) -AM_INIT_AUTOMAKE(darkice, 0.14beta) +AM_INIT_AUTOMAKE(darkice, 0.14) AM_CONFIG_HEADER(config.h) diff --git a/darkice/trunk/rpm/darkice.spec b/darkice/trunk/rpm/darkice.spec index 0b56606..f25518d 100644 --- a/darkice/trunk/rpm/darkice.spec +++ b/darkice/trunk/rpm/darkice.spec @@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer Name: darkice Vendor: Tyrell Hungary Packager: Akos Maroy -Version: 0.14beta +Version: 0.14 Release: 1 Copyright: GPL Group: Applications/Multimedia @@ -52,6 +52,9 @@ takes audio input from a sound card, encodes it into mp3 and/or Ogg Vorbis, and sends the mp3 stream to one or more IceCast and/or ShoutCast servers, the Ogg Vorbis stream to one or more IceCast2 servers. +This RPM is compiled without ALSA support, as there are no official RPM +packages for ALSA. To utilize ALSA, you must compile darkice manually. + # =================================================================== prep stage @@ -61,7 +64,7 @@ the Ogg Vorbis stream to one or more IceCast2 servers. # ================================================================== build stage %build -%configure +%configure --with-alsa=no make all @@ -97,6 +100,9 @@ make clean # =================================================================== change log # # $Log$ +# Revision 1.23 2004/02/15 22:30:08 darkeye +# for version 0.14 +# # Revision 1.22 2004/02/15 12:06:29 darkeye # added ALSA support, thanks to Christian Forster #