for version 0.14
This commit is contained in:
parent
573c1fb8bd
commit
5118c55b69
|
@ -1,4 +1,4 @@
|
||||||
DarkIce next release
|
15-02-2004: DarkIce 0.14 released
|
||||||
|
|
||||||
o added ALSA support, thanks to Christian Forster
|
o added ALSA support, thanks to Christian Forster
|
||||||
<forster@like.e-technik.uni-erlangen.de>
|
<forster@like.e-technik.uni-erlangen.de>
|
||||||
|
|
|
@ -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
|
07-01-2004, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
Released version 0.13.2. See ChangeLog for changes.
|
Released version 0.13.2. See ChangeLog for changes.
|
||||||
|
|
|
@ -8,3 +8,4 @@ o set comment fields for Ogg Vorbis streams as in
|
||||||
http://www.xiph.org/ogg/vorbis/doc/v-comment.html
|
http://www.xiph.org/ogg/vorbis/doc/v-comment.html
|
||||||
o change config file to separate descriptions of input, streams and
|
o change config file to separate descriptions of input, streams and
|
||||||
stream targets (servers, files, etc.)
|
stream targets (servers, files, etc.)
|
||||||
|
o add support for 24 and 32 bit input and higher sample rates (up to 96kHz)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(src/DarkIce.cpp)
|
AC_INIT(src/DarkIce.cpp)
|
||||||
AM_INIT_AUTOMAKE(darkice, 0.14beta)
|
AM_INIT_AUTOMAKE(darkice, 0.14)
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer
|
||||||
Name: darkice
|
Name: darkice
|
||||||
Vendor: Tyrell Hungary
|
Vendor: Tyrell Hungary
|
||||||
Packager: Akos Maroy <darkeye@tyrell.hu>
|
Packager: Akos Maroy <darkeye@tyrell.hu>
|
||||||
Version: 0.14beta
|
Version: 0.14
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Multimedia
|
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,
|
and sends the mp3 stream to one or more IceCast and/or ShoutCast servers,
|
||||||
the Ogg Vorbis stream to one or more IceCast2 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
|
# =================================================================== prep stage
|
||||||
|
@ -61,7 +64,7 @@ the Ogg Vorbis stream to one or more IceCast2 servers.
|
||||||
|
|
||||||
# ================================================================== build stage
|
# ================================================================== build stage
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --with-alsa=no
|
||||||
make all
|
make all
|
||||||
|
|
||||||
|
|
||||||
|
@ -97,6 +100,9 @@ make clean
|
||||||
# =================================================================== change log
|
# =================================================================== change log
|
||||||
#
|
#
|
||||||
# $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
|
# Revision 1.22 2004/02/15 12:06:29 darkeye
|
||||||
# added ALSA support, thanks to Christian Forster
|
# added ALSA support, thanks to Christian Forster
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue