pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/REminiscence Update to 0.2.1. This game has the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2a1149ae535
branches: trunk
changeset: 646499:f2a1149ae535
user: snj <snj%pkgsrc.org@localhost>
date: Mon Feb 09 20:22:55 2015 +0000
description:
Update to 0.2.1. This game has the best intro music ever.
release 0.2.1 (2011/03/15)
- added missing music playback to PC-CD SEQ cutscenes
- fixed some palette and sprite issues with Amiga data
release 0.2.0 (2011/03/11)
- added support for PC-CD SEQ cutscenes
- added support for Amiga data files (experimental)
- fixed minor sound glitches
release 0.1.9 (2007/03/16)
- fixed minor glitches in cutscenes
- fixed several Conrad moves
- fixed fast mode
- made game version autodetection defaulting to English
- added support for SegaCD speech files
release 0.1.8 (2005/08/31)
- fixed crash in MOD player
- fixed minor glitch with in-game save switches
release 0.1.7 (2005/08/24)
- improved in-game menu
- added autodetection for language of the game
- added support for Amiga music files
- added support for the protection screen (disabled by default)
diffstat:
games/REminiscence/Makefile | 8 ++++----
games/REminiscence/distinfo | 10 +++++-----
games/REminiscence/patches/patch-aa | 25 ++++++++++---------------
3 files changed, 19 insertions(+), 24 deletions(-)
diffs (72 lines):
diff -r eb15addf9ee1 -r f2a1149ae535 games/REminiscence/Makefile
--- a/games/REminiscence/Makefile Mon Feb 09 18:55:45 2015 +0000
+++ b/games/REminiscence/Makefile Mon Feb 09 20:22:55 2015 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2014/01/09 14:51:55 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.14 2015/02/09 20:22:55 snj Exp $
-DISTNAME= REminiscence-0.1.6
-PKGREVISION= 3
+DISTNAME= REminiscence-0.2.1
CATEGORIES= games
MASTER_SITES= http://cyxdown.free.fr/reminiscence/
EXTRACT_SUFX= .tar.bz2
@@ -11,6 +9,8 @@
HOMEPAGE= http://cyxdown.free.fr/reminiscence/
COMMENT= Engine to play Flashback by Delphine Software
+LICENSE= gnu-gpl-v3
+
USE_LANGUAGES= c++
BUILD_TARGET= rs
diff -r eb15addf9ee1 -r f2a1149ae535 games/REminiscence/distinfo
--- a/games/REminiscence/distinfo Mon Feb 09 18:55:45 2015 +0000
+++ b/games/REminiscence/distinfo Mon Feb 09 20:22:55 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/08/08 00:10:21 dillo Exp $
+$NetBSD: distinfo,v 1.2 2015/02/09 20:22:55 snj Exp $
-SHA1 (REminiscence-0.1.6.tar.bz2) = 228284531638c1c928e681b1ccaf7ee6f2187b1f
-RMD160 (REminiscence-0.1.6.tar.bz2) = cec5bd010149d5c1e33d730106db34f46db1555f
-Size (REminiscence-0.1.6.tar.bz2) = 67820 bytes
-SHA1 (patch-aa) = 65d9951e4c37a811b37bc51155d1d2cbc067d3d4
+SHA1 (REminiscence-0.2.1.tar.bz2) = 656714cf0d5e5d587acd7b721f83fdb7f294d1d0
+RMD160 (REminiscence-0.2.1.tar.bz2) = a73d4b8c55864218a7ee59b43b75a47e479c62bb
+Size (REminiscence-0.2.1.tar.bz2) = 101621 bytes
+SHA1 (patch-aa) = f5e94f4178a32bf03f04768126bfd0f7dd7fa583
diff -r eb15addf9ee1 -r f2a1149ae535 games/REminiscence/patches/patch-aa
--- a/games/REminiscence/patches/patch-aa Mon Feb 09 18:55:45 2015 +0000
+++ b/games/REminiscence/patches/patch-aa Mon Feb 09 20:22:55 2015 +0000
@@ -1,20 +1,15 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/08/08 00:10:21 dillo Exp $
+$NetBSD: patch-aa,v 1.2 2015/02/09 20:22:55 snj Exp $
---- Makefile.orig 2005-05-18 19:41:08.000000000 +0200
-+++ Makefile
-@@ -2,11 +2,11 @@
- SDL_CFLAGS = `sdl-config --cflags`
- SDL_LIBS = `sdl-config --libs`
-
--DEFINES = -DSYS_LITTLE_ENDIAN
-+#DEFINES = -DSYS_LITTLE_ENDIAN
+--- Makefile.orig 2011-03-10 09:47:57.000000000 -0800
++++ Makefile 2015-02-09 11:58:27.000000000 -0800
+@@ -5,8 +5,8 @@ SDL_LIBS = `sdl-config --libs`
+ DEFINES = -DBYPASS_PROTECTION
+ #DEFINES = -DBYPASS_PROTECTION -DENABLE_PASSWORD_MENU -DNDEBUG
-CXX = g++
--CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-unknown-pragmas -Wshadow -Wimplicit
--CXXFLAGS+= -Wundef -Wreorder -Wwrite-strings -Wnon-virtual-dtor -Wno-multichar
+-CXXFLAGS := -g -O -Wall -Wuninitialized -Wshadow -Wimplicit -Wundef -Wreorder -Wnon-virtual-dtor -Wno-multichar
+#CXX = g++
-+#CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-unknown-pragmas -Wshadow -Wimplicit
-+#CXXFLAGS+= -Wundef -Wreorder -Wwrite-strings -Wnon-virtual-dtor -Wno-multichar
- CXXFLAGS+= $(SDL_CFLAGS) $(DEFINES)
++#CXXFLAGS := -g -O -Wall -Wuninitialized -Wshadow -Wimplicit -Wundef -Wreorder -Wnon-virtual-dtor -Wno-multichar
+ CXXFLAGS += -MMD $(SDL_CFLAGS) -DUSE_ZLIB $(DEFINES)
- SRCS = collision.cpp cutscene.cpp file.cpp game.cpp graphics.cpp locale.cpp \
+ SRCS = collision.cpp cutscene.cpp file.cpp fs.cpp game.cpp graphics.cpp main.cpp menu.cpp \
Home |
Main Index |
Thread Index |
Old Index