summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-03-02 17:06:42 +0000
committeradam <adam@pkgsrc.org>2009-03-02 17:06:42 +0000
commit2ffedb7374eea21a4dcc6da1d6a3a55c6719355d (patch)
treeb83077e71f63284249e3629db6a4c62f655974e8 /games
parent92839978ccde1036759502f17e2ac5659b15d462 (diff)
downloadpkgsrc-2ffedb7374eea21a4dcc6da1d6a3a55c6719355d.tar.gz
Changes 0.13.0:
General: * Added MIDI driver for Atari ST / FreeMint. * Added a 'Load' button to the Launcher (not supported by all engines). * Added a new global main menu (GMM) dialog usable from all engines. * Added the ability to return to the launcher from running games (via the GMM). * Rewrote GUI renderer to use an vector based approach. * Rewrote GUI configuration to use XML. New Games: * Added support for Blue's 123 Time Activities. * Added support for Blue's ABC Time Activities. * Added support for Bud Tucker in Double Trouble. * Added support for The 7th Guest. KYRA: * Added support for Auto-save feature. * Added support for MIDI music. SCUMM: * Implemented radio-chatter effect in The DIG.
Diffstat (limited to 'games')
-rw-r--r--games/scummvm/Makefile4
-rw-r--r--games/scummvm/PLIST7
-rw-r--r--games/scummvm/distinfo12
-rw-r--r--games/scummvm/patches/patch-aa6
-rw-r--r--games/scummvm/patches/patch-ac150
-rw-r--r--games/scummvm/patches/patch-ad22
6 files changed, 13 insertions, 188 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 1a251241db5..fec1c2e9c01 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2008/09/05 20:16:17 adam Exp $
+# $NetBSD: Makefile,v 1.56 2009/03/02 17:06:42 adam Exp $
-DISTNAME= scummvm-0.12.0
+DISTNAME= scummvm-0.13.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
EXTRACT_SUFX= .tar.bz2
diff --git a/games/scummvm/PLIST b/games/scummvm/PLIST
index d378faf2008..22b937791b9 100644
--- a/games/scummvm/PLIST
+++ b/games/scummvm/PLIST
@@ -1,19 +1,18 @@
-@comment $NetBSD: PLIST,v 1.6 2008/09/05 20:16:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2009/03/02 17:06:42 adam Exp $
bin/scummvm
man/man6/scummvm.6
share/doc/scummvm/AUTHORS
share/doc/scummvm/COPYING
+share/doc/scummvm/COPYING.LGPL
share/doc/scummvm/COPYRIGHT
share/doc/scummvm/NEWS
share/doc/scummvm/README
share/pixmaps/scummvm.xpm
-share/scummvm/classic080.ini
share/scummvm/drascula.dat
share/scummvm/kyra.dat
share/scummvm/lure.dat
-share/scummvm/modern.ini
-share/scummvm/modern.zip
share/scummvm/queen.tbl
+share/scummvm/scummmodern.zip
share/scummvm/sky.cpt
@dirrm share/scummvm
@dirrm share/doc/scummvm
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
index dd28aef4d56..370b35c1bcd 100644
--- a/games/scummvm/distinfo
+++ b/games/scummvm/distinfo
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.29 2008/09/05 20:16:17 adam Exp $
+$NetBSD: distinfo,v 1.30 2009/03/02 17:06:42 adam Exp $
-SHA1 (scummvm-0.12.0.tar.bz2) = b2ef8bcf656f778ba8e87a6a341198384291394b
-RMD160 (scummvm-0.12.0.tar.bz2) = 872646df24e8881f05902b11e9ca2ea3262b4d88
-Size (scummvm-0.12.0.tar.bz2) = 5984412 bytes
-SHA1 (patch-aa) = 2d47f055f899b7e8e04a53b1ccc742756b857d1a
-SHA1 (patch-ac) = 468c028df0ea84750582e9e311a32b81f96e4b2d
-SHA1 (patch-ad) = e1dcb9bb10478cfad125783ac8d6cdbca4999d15
+SHA1 (scummvm-0.13.0.tar.bz2) = ee69236058cf7dffad901f7de43c5d90e1d688a9
+RMD160 (scummvm-0.13.0.tar.bz2) = e67d95f12caff23a93b367a8076e06f72cddef71
+Size (scummvm-0.13.0.tar.bz2) = 7110600 bytes
+SHA1 (patch-aa) = dd038b5c60261919130bc670241fc305fb3d0d00
diff --git a/games/scummvm/patches/patch-aa b/games/scummvm/patches/patch-aa
index fdb467152fb..de588d150ed 100644
--- a/games/scummvm/patches/patch-aa
+++ b/games/scummvm/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.18 2008/01/17 21:22:35 adam Exp $
+$NetBSD: patch-aa,v 1.19 2009/03/02 17:06:42 adam Exp $
---- Makefile.orig 2008-01-13 00:08:51.000000000 +0100
+--- Makefile.orig 2009-02-22 02:06:44.000000000 +0100
+++ Makefile
-@@ -9,7 +9,7 @@ srcdir ?= .
+@@ -10,7 +10,7 @@ srcdir ?= .
DEFINES := -DHAVE_CONFIG_H
LDFLAGS :=
INCLUDES := -I. -I$(srcdir) -I$(srcdir)/engines
diff --git a/games/scummvm/patches/patch-ac b/games/scummvm/patches/patch-ac
deleted file mode 100644
index 190650a2349..00000000000
--- a/games/scummvm/patches/patch-ac
+++ /dev/null
@@ -1,150 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2008/01/17 21:22:35 adam Exp $
-
---- common/unzip.h.orig 2008-01-13 00:08:46.000000000 +0100
-+++ common/unzip.h
-@@ -141,9 +141,9 @@ typedef struct unz_file_info_s
- tm_unz tmu_date;
- } unz_file_info;
-
--extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
-+extern int unzStringFileNameCompare (const char* fileName1,
- const char* fileName2,
-- int iCaseSensitivity));
-+ int iCaseSensitivity);
- /*
- Compare two filename (fileName1,fileName2).
- If iCaseSenisivity = 1, comparision is case sensitivity (like strcmp)
-@@ -154,7 +154,7 @@ extern int ZEXPORT unzStringFileNameComp
- */
-
-
--extern unzFile ZEXPORT unzOpen OF((const char *path));
-+extern unzFile unzOpen (const char *path);
- /*
- Open a Zip file. path contain the full pathname (by example,
- on a Windows NT computer "c:\\zlib\\zlib111.zip" or on an Unix computer
-@@ -165,24 +165,24 @@ extern unzFile ZEXPORT unzOpen OF((const
- of this unzip package.
- */
-
--extern int ZEXPORT unzClose OF((unzFile file));
-+extern int unzClose (unzFile file);
- /*
- Close a ZipFile opened with unzipOpen.
- If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
- these files MUST be closed with unzipCloseCurrentFile before call unzipClose.
- return UNZ_OK if there is no problem. */
-
--extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
-- unz_global_info *pglobal_info));
-+extern int unzGetGlobalInfo (unzFile file,
-+ unz_global_info *pglobal_info);
- /*
- Write info about the ZipFile in the *pglobal_info structure.
- No preparation of the structure is needed
- return UNZ_OK if there is no problem. */
-
-
--extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
-+extern int unzGetGlobalComment (unzFile file,
- char *szComment,
-- uLong uSizeBuf));
-+ uLong uSizeBuf);
- /*
- Get the global comment string of the ZipFile, in the szComment buffer.
- uSizeBuf is the size of the szComment buffer.
-@@ -193,22 +193,22 @@ extern int ZEXPORT unzGetGlobalComment O
- /***************************************************************************/
- /* Unzip package allow you browse the directory of the zipfile */
-
--extern int ZEXPORT unzGoToFirstFile OF((unzFile file));
-+extern int unzGoToFirstFile (unzFile file);
- /*
- Set the current file of the zipfile to the first file.
- return UNZ_OK if there is no problem
- */
-
--extern int ZEXPORT unzGoToNextFile OF((unzFile file));
-+extern int unzGoToNextFile (unzFile file);
- /*
- Set the current file of the zipfile to the next file.
- return UNZ_OK if there is no problem
- return UNZ_END_OF_LIST_OF_FILE if the actual file was the latest.
- */
-
--extern int ZEXPORT unzLocateFile OF((unzFile file,
-+extern int unzLocateFile (unzFile file,
- const char *szFileName,
-- int iCaseSensitivity));
-+ int iCaseSensitivity);
- /*
- Try locate the file szFileName in the zipfile.
- For the iCaseSensitivity signification, see unzStringFileNameCompare
-@@ -219,14 +219,14 @@ extern int ZEXPORT unzLocateFile OF((unz
- */
-
-
--extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file,
-+extern int unzGetCurrentFileInfo (unzFile file,
- unz_file_info *pfile_info,
- char *szFileName,
- uLong fileNameBufferSize,
- void *extraField,
- uLong extraFieldBufferSize,
- char *szComment,
-- uLong commentBufferSize));
-+ uLong commentBufferSize);
- /*
- Get Info about the current file
- if pfile_info!=NULL, the *pfile_info structure will contain somes info about
-@@ -245,22 +245,22 @@ extern int ZEXPORT unzGetCurrentFileInfo
- from it, and close it (you can close it before reading all the file)
- */
-
--extern int ZEXPORT unzOpenCurrentFile OF((unzFile file));
-+extern int unzOpenCurrentFile (unzFile file);
- /*
- Open for reading data the current file in the zipfile.
- If there is no error, the return value is UNZ_OK.
- */
-
--extern int ZEXPORT unzCloseCurrentFile OF((unzFile file));
-+extern int unzCloseCurrentFile (unzFile file);
- /*
- Close the file in zip opened with unzOpenCurrentFile
- Return UNZ_CRCERROR if all the file was read but the CRC is not good
- */
-
-
--extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
-+extern int unzReadCurrentFile (unzFile file,
- voidp buf,
-- unsigned len));
-+ unsigned len);
- /*
- Read bytes from the current file (opened by unzOpenCurrentFile)
- buf contain buffer where data must be copied
-@@ -272,19 +272,19 @@ extern int ZEXPORT unzReadCurrentFile OF
- (UNZ_ERRNO for IO error, or zLib error for uncompress error)
- */
-
--extern z_off_t ZEXPORT unztell OF((unzFile file));
-+extern z_off_t unztell (unzFile file);
- /*
- Give the current position in uncompressed data
- */
-
--extern int ZEXPORT unzeof OF((unzFile file));
-+extern int unzeof (unzFile file);
- /*
- return 1 if the end of file was reached, 0 elsewhere
- */
-
--extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file,
-+extern int unzGetLocalExtrafield (unzFile file,
- voidp buf,
-- unsigned len));
-+ unsigned len);
- /*
- Read extra field from the current file (opened by unzOpenCurrentFile)
- This is the local-header version of the extra field (sometimes, there is
diff --git a/games/scummvm/patches/patch-ad b/games/scummvm/patches/patch-ad
deleted file mode 100644
index 4d8e460c7d6..00000000000
--- a/games/scummvm/patches/patch-ad
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2008/01/17 21:22:35 adam Exp $
-
---- common/unzip.cpp.orig 2008-01-13 00:08:45.000000000 +0100
-+++ common/unzip.cpp
-@@ -458,7 +458,7 @@ local void unzlocal_DosDateToTmuDate (uL
- /*
- Get Info about the current file in the zipfile, with internal only info
- */
--local int unzlocal_GetCurrentFileInfoInternal OF((unzFile file,
-+local int unzlocal_GetCurrentFileInfoInternal (unzFile file,
- unz_file_info *pfile_info,
- unz_file_info_internal
- *pfile_info_internal,
-@@ -467,7 +467,7 @@ local int unzlocal_GetCurrentFileInfoInt
- void *extraField,
- uLong extraFieldBufferSize,
- char *szComment,
-- uLong commentBufferSize));
-+ uLong commentBufferSize);
-
- local int unzlocal_GetCurrentFileInfoInternal (unzFile file,
- unz_file_info *pfile_info,