[xiph-cvs] cvs commit: ices/doc ices.1.in

Brendan brendan at xiph.org
Sun Jul 13 10:42:48 PDT 2003



brendan     03/07/13 13:42:48

  Modified:    .        INSTALL NEWS README.playlist configure.ac
               doc      ices.1.in
  Log:
  ices 0.3 release

Revision  Changes    Path
1.10      +5 -9      ices/INSTALL

Index: INSTALL
===================================================================
RCS file: /cvs/ice/ices/INSTALL,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -u -r1.9 -r1.10
--- INSTALL	28 Apr 2002 16:26:13 -0000	1.9
+++ INSTALL	13 Jul 2003 17:42:47 -0000	1.10
@@ -1,5 +1,8 @@
 BUILDING FROM SOURCE
 ~~~~~~~~~~~~~~~~~~~~
+You must install libshout 2.0 before building ices. Get it from the same place
+you found ices, or from www.icecast.org.
+
 Do ./configure, optionally with --with-perl, --with-python and --with-lame, 
 if you want support for them (but configure will try to detect them
 automatically).
@@ -10,9 +13,6 @@ python, perl or lame, you have to specif
 
 ./configure --help will help you out with the exact syntax for those options.
 
-To configure it all on my debian/sid system with python 2.1, I use
-./configure --with-python-includes=/usr/include/python2.1
-
 I installed lame as a debian package so lame.h is in /usr/include/lame/lame.h
 and libmp3lame.a is in /usr/lib. configure finds everything automatically.
 
@@ -26,18 +26,14 @@ If you're installing ices from cvs, you 
 like this:
 
 cvs co ices
-cd ices
-cvs co libshout
 
 ./autogen.sh
 make
 
 And you'll hopefully have a ices binary in src/
 
-For configfiles, ices depends on libxml, and I've
-only tested it with libxml version 2.
-Make sure you've got xml-config in your path and
-that setup should be fine.
+For config files, ices depends on libxml2.
+Make sure you've got xml-config in your path.
 
 For playlist handlers, ices can optionally use
 python or perl.

<p><p>1.3       +2 -0      ices/NEWS

Index: NEWS
===================================================================
RCS file: /cvs/ice/ices/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -u -r1.2 -r1.3
--- NEWS	24 Mar 2003 04:16:15 -0000	1.2
+++ NEWS	13 Jul 2003 17:42:47 -0000	1.3
@@ -1,3 +1,4 @@
+0.3     2003-07-13
         * Updated to libshout2, which brings icecast2 compatibility.
         * ices will now attempt to trim junk and short frames from MP3 files,
           which should help if you've been hearing chirps between songs.
@@ -8,6 +9,7 @@
         * Mono reencoding bug fixed.
         * ID3v2 tag support.
         * A blank line in a playlist will terminate ices.
+	* -i (icy_compat) has been removed in favor of -t 'protocol'
 0.2.3	2002-05-01
         As always, the longer the time between releases, the less changed:
         * ices no longer uses threads, making it much leaner and more portable.

<p><p>1.4       +2 -1      ices/README.playlist

Index: README.playlist
===================================================================
RCS file: /cvs/ice/ices/README.playlist,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -u -r1.3 -r1.4
--- README.playlist	17 Jun 2003 16:59:50 -0000	1.3
+++ README.playlist	13 Jul 2003 17:42:47 -0000	1.4
@@ -17,7 +17,8 @@ ices_get_next
 -------------
 This method is the only required method. It is called by ices at
 startup or when it has finished playing the previous file. It should
-return the path to a track.
+return the path to a track. Returning an empty string will signal
+ices to shut down.
 
 ices_init
 ---------

<p><p>1.11      +3 -3      ices/configure.ac

Index: configure.ac
===================================================================
RCS file: /cvs/ice/ices/configure.ac,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -u -r1.10 -r1.11
--- configure.ac	1 Jul 2003 18:02:19 -0000	1.10
+++ configure.ac	13 Jul 2003 17:42:47 -0000	1.11
@@ -1,9 +1,9 @@
 # configure script for ices
-# $Id: configure.ac,v 1.10 2003/07/01 18:02:19 brendan Exp $
+# $Id: configure.ac,v 1.11 2003/07/13 17:42:47 brendan Exp $
 
 m4_define(ICES_MAJOR, 0)
-m4_define(ICES_MINOR, 2)
-m4_define(ICES_MICRO, 3)
+m4_define(ICES_MINOR, 3)
+m4_define(ICES_MICRO, 0)
 m4_define(ICES_VERSION,
   m4_if(ICES_MICRO, 0, ICES_MAJOR.ICES_MINOR, ICES_MAJOR.ICES_MINOR.ICES_MICRO))
 

<p><p>1.7       +1 -1      ices/doc/ices.1.in

Index: ices.1.in
===================================================================
RCS file: /cvs/ice/ices/doc/ices.1.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -u -r1.6 -r1.7
--- ices.1.in	9 Jul 2003 00:47:04 -0000	1.6
+++ ices.1.in	13 Jul 2003 17:42:47 -0000	1.7
@@ -1,4 +1,4 @@
-.TH "ices" "1" "June 2003" "ices @VERSION@" "Icecast media streaming system"
+.TH "ices" "1" "July 2003" "ices @VERSION@" "Icecast media streaming system"
 .SH NAME
 ices \- stream MP3 audio to an icecast server
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list