[Lunar-commits] CVS: moonbase/video/MPlayer-rm BUILD, 1.2,
1.3 DETAILS, 1.3, 1.4
Terry Chan
tchan at lunar-linux.org
Fri Dec 24 05:31:27 UTC 2004
Update of /var/cvs/lunar/moonbase/video/MPlayer-rm
In directory espresso.foo-projects.org:/tmp/cvs-serv31391
Modified Files:
BUILD DETAILS
Log Message:
Added sha1sum, fixed the BUILD script because MPlayer is expecting the rm libs
in /usr/lib/win32 now, and NOT in /usr/lib/real. It should also be noted that
the file is currently named rp9codecs-20040626.tar.bz2 on ftp1.mplayer.hu, but
Lunar has just cached a copy of that same file and just renamed it to be
rp9codecs.tar.bz2. This is fine as the MPlayer devs were renaming this file
constantly but its really the same file all the time and its unchanged from 2002.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/MPlayer-rm/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 3 May 2003 21:42:54 -0000 1.2
+++ BUILD 24 Dec 2004 05:31:25 -0000 1.3
@@ -1,11 +1,11 @@
(
prepare_install &&
- mkdir -p /usr/lib/real &&
+ mkdir -p /usr/lib/win32 &&
for I in $(ls | grep -v old.libraries)
do
- install -m755 $I /usr/lib/real
+ install -m755 $I /usr/lib/win32
done
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/MPlayer-rm/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:30:20 -0000 1.3
+++ DETAILS 24 Dec 2004 05:31:25 -0000 1.4
@@ -3,10 +3,11 @@
SOURCE=rp${VERSION}codecs.tar.bz2
SOURCE_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/releases/codecs/
SOURCE_URL[1]=ftp://ftp2.mplayerhq.hu/MPlayer/releases/codecs/
+ SOURCE_VFY=sha1:2597eb864d6a2f89efbd28f65bde9bbc78413a14
SOURCE_DIRECTORY=$BUILD_DIRECTORY/rp${VERSION}codecs
WEB_SITE=http://www.mplayerhq.hu
ENTERED=20010922
- UPDATED=20030328
+ UPDATED=20041223
SHORT="MPlayer is a movie and animation player."
cat << EOF
These dynamic library files add RealMedia support to MPlayer.
More information about the Lunar-commits
mailing list