OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 08-Sep-2003 15:11:35 Branch: HEAD Handle: 2003090814113302 Modified files: openpkg-src/mplayer mplayer.spec openpkg-web news.txt Log: Glob substition to reduce code lines and avoid future changes Summary: Revision Changes Path 1.27 +7 -31 openpkg-src/mplayer/mplayer.spec 1.6452 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mplayer/mplayer.spec ============================================================================ $ cvs diff -u -r1.26 -r1.27 mplayer.spec --- openpkg-src/mplayer/mplayer.spec 6 Sep 2003 15:41:33 -0000 1.26 +++ openpkg-src/mplayer/mplayer.spec 8 Sep 2003 13:11:35 -0000 1.27 @@ -38,7 +38,7 @@ Group: Video License: GPL and others Version: %{V_mplayer} -Release: 20030906 +Release: 20030908 # build options %option with_gui no @@ -91,36 +91,12 @@ TVout/fbset/fbset.c \ TVout/fbset/fb.h \ TVout/con2fb/con2fb.c \ - live/groupsock/GroupEId.cpp \ - live/groupsock/Groupsock.cpp \ - live/groupsock/GroupsockHelper.cpp \ - live/groupsock/NetAddress.cpp \ - live/groupsock/include/NetAddress.hh \ - live/groupsock/include/NetCommon.h \ - live/groupsock/include/GroupEId.hh \ - live/groupsock/include/Groupsock.hh \ - live/groupsock/include/GroupsockHelper.hh \ - live/groupsock/include/TunnelEncaps.hh \ - live/liveMedia/AC3AudioRTPSink.cpp \ - live/liveMedia/AC3AudioStreamFramer.cpp \ - live/liveMedia/AMRAudioRTPSink.cpp \ - live/liveMedia/JPEGVideoRTPSink.cpp \ - live/liveMedia/MPEG1or2VideoRTPSource.cpp \ - live/liveMedia/MPEG4ESVideoRTPSink.cpp \ - live/liveMedia/MPEG4GenericRTPSink.cpp \ - live/liveMedia/MPEG4VideoStreamFramer.cpp \ - live/liveMedia/MPEGVideoStreamParser.hh \ - live/liveMedia/RTSPClient.cpp \ - live/liveMedia/RTPSource.cpp \ - live/liveMedia/StreamParser.hh \ - live/liveMedia/include/AC3AudioRTPSink.hh \ - live/liveMedia/include/AMRAudioFileSource.hh \ - live/liveMedia/include/JPEGVideoSource.hh \ - live/liveMedia/include/MediaSession.hh \ - live/liveMedia/include/MPEG4GenericRTPSink.hh \ - live/liveMedia/include/MPEG4VideoStreamFramer.hh \ - live/liveMedia/include/RTPSource.hh \ - live/liveMedia/include/RTSPClient.hh + live/groupsock/*.cpp \ + live/groupsock/include/*.h \ + live/groupsock/include/*.hh \ + live/liveMedia/*.cpp \ + live/liveMedia/*.hh \ + live/liveMedia/include/*.hh %build # translate target names into qmake system types @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.6451 -r1.6452 news.txt --- openpkg-web/news.txt 8 Sep 2003 12:40:06 -0000 1.6451 +++ openpkg-web/news.txt 8 Sep 2003 13:11:33 -0000 1.6452 @@ -1,3 +1,4 @@ +08-Sep-2003: Upgraded package: P<mplayer-1.0pre1-20030908> 08-Sep-2003: Upgraded package: P<lftp-2.6.7-20030908> 08-Sep-2003: Upgraded package: P<tomcat4-4.1.24-20030908> 08-Sep-2003: Upgraded package: P<tomcat-3.3.1a-20030908> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]