[Lunar-commits] CVS: moonbase/games/stella BUILD, 1.2, 1.3 DETAILS,
1.2, 1.3
Florin Braescu
florin at lunar-linux.org
Tue Jul 20 13:27:07 GMT 2004
Update of /var/cvs/lunar/moonbase/games/stella
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5408
Modified Files:
BUILD DETAILS
Log Message:
bump the version from 1.3 to 1.4.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/stella/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 21 Jul 2003 18:01:33 -0000 1.2
+++ BUILD 20 Jul 2004 13:27:05 -0000 1.3
@@ -7,16 +7,13 @@
if module_installed libpng; then
echo "Enabling snapshot support ..."
sedit "s/# SNAPSHOT_SUPPORT = 1/SNAPSHOT_SUPPORT = 1/" build/makefile
- # the following line fixes a compile error when snapshot support is enabled
- sedit "s/out->write(area, size);/out->write((char *) area, size);/" ui/common/Snapshot.cxx
fi
- ( cd build && make linux-sdl ) &&
+ ( cd build && make linux ) &&
prepare_install &&
- install -m0755 build/stella.sdl /usr/bin/stella &&
- install -m0644 emucore/stella.pro /etc/ &&
- install -m0644 stellarc /etc/
+ install -m0755 build/stella /usr/games/stella &&
+ install -m0644 emucore/stella.pro /etc/
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/stella/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 1 Jul 2003 20:51:47 -0000 1.2
+++ DETAILS 20 Jul 2004 13:27:05 -0000 1.3
@@ -1,10 +1,11 @@
MODULE=stella
- VERSION=1.3
+ VERSION=1.4
SOURCE=$MODULE-$VERSION-src.tar.gz
SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+ SOURCE_VFY=md5:dc2496a46eb823aa9994c77a7f62cf62
WEB_SITE=http://stella.sourceforge.net/
ENTERED=20030216
- UPDATED=20030701
+ UPDATED=20040720
SHORT="A multi-platform Atari 2600 VCS emulator"
cat << EOF
The Atari 2600 Video Computer System (VCS), introduced in 1977,
More information about the Lunar-commits
mailing list