pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/scummvm Changes 0.13.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71a3840ed4f8
branches:  trunk
changeset: 555458:71a3840ed4f8
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 02 17:06:42 2009 +0000

description:
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:

 games/scummvm/Makefile         |    4 +-
 games/scummvm/PLIST            |    7 +-
 games/scummvm/distinfo         |   12 +-
 games/scummvm/patches/patch-aa |    6 +-
 games/scummvm/patches/patch-ac |  150 -----------------------------------------
 games/scummvm/patches/patch-ad |   22 ------
 6 files changed, 13 insertions(+), 188 deletions(-)

diffs (250 lines):

diff -r 3bd9d1584589 -r 71a3840ed4f8 games/scummvm/Makefile
--- a/games/scummvm/Makefile    Mon Mar 02 16:49:57 2009 +0000
+++ b/games/scummvm/Makefile    Mon Mar 02 17:06:42 2009 +0000
@@ -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 -r 3bd9d1584589 -r 71a3840ed4f8 games/scummvm/PLIST
--- a/games/scummvm/PLIST       Mon Mar 02 16:49:57 2009 +0000
+++ b/games/scummvm/PLIST       Mon Mar 02 17:06:42 2009 +0000
@@ -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 -r 3bd9d1584589 -r 71a3840ed4f8 games/scummvm/distinfo
--- a/games/scummvm/distinfo    Mon Mar 02 16:49:57 2009 +0000
+++ b/games/scummvm/distinfo    Mon Mar 02 17:06:42 2009 +0000
@@ -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 -r 3bd9d1584589 -r 71a3840ed4f8 games/scummvm/patches/patch-aa
--- a/games/scummvm/patches/patch-aa    Mon Mar 02 16:49:57 2009 +0000
+++ b/games/scummvm/patches/patch-aa    Mon Mar 02 17:06:42 2009 +0000
@@ -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 -r 3bd9d1584589 -r 71a3840ed4f8 games/scummvm/patches/patch-ac
--- a/games/scummvm/patches/patch-ac    Mon Mar 02 16:49:57 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3bd9d1584589 -r 71a3840ed4f8 games/scummvm/patches/patch-ad
--- a/games/scummvm/patches/patch-ad    Mon Mar 02 16:49:57 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index