Summary: LIVE.COM Streaming Media Name: live Version: 2007.08.03a Release: 11%{?dist} URL: http://www.live555.com/liveMedia/ Source0: http://live555.com/liveMedia/public/live.%{version}.tar.gz License: LGPLv2 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-root BuildRequires: gcc-c++ %description This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP and RTSP). %package devel Summary: LIVE.COM Streaming Media Development Tools Group: Development/Libraries Requires: live = %{version}-%{release} %description devel Development tools for the LIVE.COM Streaming Media libraries. %package utils Summary: LIVE.COM Streaming Media Utilities Group: Development/Libraries Requires: live = %{version}-%{release} %description utils A set of test programs for the LIVE.COM Streaming Media libraries. %prep %setup0 -q -n live find . -type f | xargs perl -pi -e's,strstream.h,strstream,' %build ./genMakefiles linux make %install rm -rf %{buildroot} for f in liveMedia UsageEnvironment groupsock BasicUsageEnvironment do mkdir -p %{buildroot}%{_libdir}/live/$f/include cp $f/lib$f.a %{buildroot}%{_libdir}/live/$f cp $f/include/*.h* %{buildroot}%{_libdir}/live/$f/include done mkdir -p %{buildroot}%{_bindir} for file in testMP3Streamer testMP3Receiver testRelay testMPEG1or2Splitter \ testMPEG1or2VideoStreamer testMPEG1or2VideoReceiver testMPEG1or2AudioVideoStreamer \ testMPEG4VideoStreamer testWAVAudioStreamer testAMRAudioStreamer \ testOnDemandRTSPServer vobStreamer openRTSP playSIP sapWatch do install -p testProgs/$file %{buildroot}%{_bindir}/ done #strip %{buildroot}%{_libdir}/live/liveMedia/*.a #strip %{buildroot}%{_libdir}/live/UsageEnvironment/*.a #strip %{buildroot}%{_libdir}/live/BasicUsageEnvironment/*.a #strip %{buildroot}%{_libdir}/live/groupsock/*.a %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %files devel %defattr(-,root,root,-) %{_libdir}/live %files utils %defattr(-,root,root) %{_bindir}/* %changelog * Wed Oct 17 2007 Paulo Roma 2007.08.03a-11 - Stripped libraries break mplayer build. Undoing. * Sat Oct 13 2007 Paulo Roma 2007.08.03a-10 - Update to 2007.08.03a. - Changed license to LGPLv2. - Stripped static libraries. * Tue Feb 21 2007 Paulo Roma 2007.05.24-9 - Update to 2007.05.24. * Tue Feb 21 2007 Paulo Roma 2007.02.20-9 - Update to 2007.02.20. * Sun Jan 8 2006 Axel Thimm - Update to 2006.01.05. * Fri Oct 1 2004 Axel Thimm - Update to 2004.09.30. * Sun Apr 11 2004 Axel Thimm - Updated to 2004.04.09. * Tue Oct 7 2003 Axel Thimm - Updated to 2003.10.07. * Mon Apr 7 2003 Axel Thimm - Rebuilt for Red Hat 9. * Thu Jan 23 2003 Jeffrey C. Ollie - Updated to 2003.01.17 - Added test utilities - Reorganized and formed into subpackages - Patched to remove deprecated header warnings - Patched makefiles to use RPM optimization flags * Mon Aug 12 2002 Jeffrey C. Ollie - Initial build.