rpms/icecast/devel icecast.init,1.2,1.3 icecast.spec,1.1,1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu May 4 16:18:40 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/icecast/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19547

Modified Files:
	icecast.init icecast.spec 
Log Message:
* Thu May 04 2006 Andreas Thienemann <andreas at bawue.net> 2.3.1-2
- Enabled Theora Streaming



Index: icecast.init
===================================================================
RCS file: /cvs/extras/rpms/icecast/devel/icecast.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icecast.init	16 Feb 2006 08:48:09 -0000	1.2
+++ icecast.init	4 May 2006 16:18:39 -0000	1.3
@@ -20,7 +20,7 @@
   start)
 	# Start daemon.
 	echo -n $"Starting icecast streaming daemon: "
-	daemon /usr/bin/icecast -b -c /etc/icecast.xml
+	daemon "/usr/bin/icecast -b -c /etc/icecast.xml > /dev/null"
 	RETVAL=$?
 	echo
 	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/icecast


Index: icecast.spec
===================================================================
RCS file: /cvs/extras/rpms/icecast/devel/icecast.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icecast.spec	16 Feb 2006 07:23:04 -0000	1.1
+++ icecast.spec	4 May 2006 16:18:39 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: ShoutCast compatible streaming media server
 Name: icecast
 Version: 2.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Multimedia
 License: GPL
 URL: http://www.icecast.org/
@@ -18,7 +18,7 @@
 BuildRequires: libvorbis-devel >= 1.0, libogg-devel >= 1.0, curl-devel >= 7.10.0
 BuildRequires: libxml2-devel, libxslt-devel, speex-devel
 # To be enabled as soon as Fedora's libtheora supports ogg_stream_init
-# BuidRequires: libtheora-devel >= 1.0
+BuildRequires: libtheora-devel >= 1.0
 
 Requires(pre): /usr/sbin/useradd
 Requires(post): /sbin/chkconfig
@@ -43,7 +43,8 @@
 %build
 # theora support is to be enabled as soon as Fedora's libtheora supports
 # ogg_stream_init
-%configure --disable-theora
+# --disable-theora
+%configure
 %{__make} %{?_smp_mflags}
 
 
@@ -89,6 +90,7 @@
 	userdel icecast >/dev/null 2>&1 || :
 fi
 
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS ChangeLog
@@ -105,6 +107,9 @@
 %dir %attr(-,icecast,icecast) %{_localstatedir}/run/icecast
 
 %changelog
+* Thu May 04 2006 Andreas Thienemann <andreas at bawue.net> 2.3.1-2
+- Enabled Theora Streaming
+
 * Fri Feb 03 2006 Andreas Thienemann <andreas at bawue.net> 2.3.1-1
 - Updated to icecast 2.3.1-1
 




More information about the fedora-extras-commits mailing list