updated to reflect that DarkIce is now both an IceCast and ShoutCast streamer

This commit is contained in:
darkeye 2001-09-09 12:26:33 +00:00
parent 1cda2e211a
commit afaafb9422
2 changed files with 15 additions and 9 deletions

View File

@ -1,6 +1,6 @@
.TH darkice 1 "September 09, 2001" "DarkIce" "DarkIce live audio streamer" .TH darkice 1 "September 09, 2001" "DarkIce" "DarkIce live audio streamer"
.SH NAME .SH NAME
darkice \- an icecast live audio streamer darkice \- an icecast / shoutcast live audio streamer
.SH SYNOPSIS .SH SYNOPSIS
.B darkice .B darkice
[options] -c config.file [options] -c config.file

View File

@ -32,23 +32,24 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# ===================================================================== preamble # ===================================================================== preamble
Summary : DarkIce live IceCast streamer 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.4 Version: 0.5
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Applications/Multimedia Group: Applications/Multimedia
Source: ftp://darkice.sourceforge.net/pub/darkice/darkice-%{version}.tar.gz Source: ftp://darkice.sourceforge.net/pub/darkice/%{version}/darkice-%{version}.tar.gz
URL: http://darkice.sourceforge.net/ URL: http://darkice.sourceforge.net/
Provides: darkice Provides: darkice
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: /usr Prefix: /usr
%description %description
DarkIce is an IceCast live audio streamer. It takes audio input from a sound DarkIce is an IceCast / ShoutCast live audio streamer. It takes audio input
card, encodes it into mp3, and sends the stream to an IceCast server. from a sound card, encodes it into mp3, and sends the stream to one or more
IceCast and/or ShoutCast servers.
# =========================================================== static sub-package # =========================================================== static sub-package
@ -57,10 +58,11 @@ Summary: %{summary} static version
Group: Applications/Multimedia Group: Applications/Multimedia
%description static %description static
DarkIce is an IceCast live audio streamer. It takes audio input from a sound DarkIce is an IceCast / ShoutCast live audio streamer. It takes audio input
card, encodes it into mp3, and sends the stream to an IceCast server. from a sound card, encodes it into mp3, and sends the stream to one or more
IceCast and/or ShoutCast servers.
This is the statically linked version This is the statically linked version.
# =================================================================== prep stage # =================================================================== prep stage
@ -114,6 +116,7 @@ make clean
%config %{_sysconfdir}/darkice.cfg %config %{_sysconfdir}/darkice.cfg
%{_bindir}/darkice %{_bindir}/darkice
%{_mandir}/man1/darkice.1* %{_mandir}/man1/darkice.1*
%{_mandir}/man5/darkice.cfg.5*
# ===================================================== static sub-package files # ===================================================== static sub-package files
@ -129,6 +132,9 @@ make clean
# =================================================================== change log # =================================================================== change log
# #
# $Log$ # $Log$
# Revision 1.4 2001/09/09 12:26:33 darkeye
# updated to reflect that DarkIce is now both an IceCast and ShoutCast streamer
#
# Revision 1.3 2001/09/09 11:48:09 darkeye # Revision 1.3 2001/09/09 11:48:09 darkeye
# added man page darkice.cfg.5 # added man page darkice.cfg.5
# #