pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/scummvm-tools
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 15 10:31:22 UTC 2026
Modified Files:
pkgsrc/games/scummvm-tools: Makefile PLIST distinfo
pkgsrc/games/scummvm-tools/patches: patch-configure
Log Message:
scummvm-tools: updated to 2.9.0
2.9.0 (2024-12-22)
- Multiple improvements to gob scripts disassembler.
- Allow .JTK files to be decompressed in gob engine.
- Added utility for extracting 3DO disk images in Director engine.
- Added utility for extracting Wintermute engine DCP archives.
- Added script decompiler for Wintermute.
2.7.0 (2023-02-26)
- Fixed MM Apple2 extraction.
- Fixed decompilation for SCUMM scripts with nested functions.
- Added tool for decoding hadesch image files.
- Fixed compatibility with wxWidgets 3.2
- Improved groovie scripts disassemler.
- MADS: A new tool to extract Rex nebular installer.
- Added tool for extracting SAGA resources.
- GOB: Adibou 2 scripts support in degob.
- Added tool to decompile lba1 scene scripts
2.6.0 (2022-08-01)
- The project license has been upgraded to GPLv3+.
- Added a tool to extract Sanitarium resource packs.
- Removed support for compressing BUN files.
- Added Grim engine tools.
2.5.0 (2021-10-09)
- Added tool for exctracting NGI's .nl archives
- Improve handling of input for tools that expect a directory as input.
2.2.0 (2020-09-27)
- Add a tool to extract Lost Eden archives
- Fix number of issues with prince translation generation.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/games/scummvm-tools/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/scummvm-tools/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/scummvm-tools/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/scummvm-tools/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/scummvm-tools/Makefile
diff -u pkgsrc/games/scummvm-tools/Makefile:1.89 pkgsrc/games/scummvm-tools/Makefile:1.90
--- pkgsrc/games/scummvm-tools/Makefile:1.89 Tue Jan 27 08:39:33 2026
+++ pkgsrc/games/scummvm-tools/Makefile Wed Apr 15 10:31:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2026/01/27 08:39:33 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2026/04/15 10:31:22 adam Exp $
-DISTNAME= scummvm-tools-2.1.0
-PKGREVISION= 33
+DISTNAME= scummvm-tools-2.9.0
CATEGORIES= games
MASTER_SITES= https://www.scummvm.org/frs/scummvm-tools/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
@@ -11,6 +10,7 @@ HOMEPAGE= https://scummvm.sourceforge.ne
COMMENT= Conversion and compression tools for ScummVM
LICENSE= gnu-gpl-v2
+USE_CXX_FEATURES= c++11
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
HAS_CONFIGURE= yes
@@ -25,7 +25,7 @@ INSTALLATION_DIRS= bin
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/wxGTK32/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/scummvm-tools/PLIST
diff -u pkgsrc/games/scummvm-tools/PLIST:1.4 pkgsrc/games/scummvm-tools/PLIST:1.5
--- pkgsrc/games/scummvm-tools/PLIST:1.4 Mon Oct 14 19:18:15 2019
+++ pkgsrc/games/scummvm-tools/PLIST Wed Apr 15 10:31:22 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/10/14 19:18:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/04/15 10:31:22 adam Exp $
bin/construct_mohawk
bin/create_sjisfnt
bin/decine
@@ -8,12 +8,42 @@ bin/dekyra
bin/deprince
bin/descumm
bin/desword2
+bin/detwine
+bin/extract_gob_cdi
+bin/extract_hadesch
+bin/extract_hadesch_img
+bin/extract_lokalizator
bin/extract_mohawk
+bin/extract_mps
+bin/extract_ngi
bin/gob_loadcalc
+bin/grim_animb2txt
+bin/grim_bm2bmp
+bin/grim_cosb2cos
+bin/grim_delua
+bin/grim_diffr
+bin/grim_imc2wav
+bin/grim_int2flt
+bin/grim_luac
+bin/grim_meshb2obj
+bin/grim_mklab
+bin/grim_patchex
+bin/grim_patchr
+bin/grim_set2fig
+bin/grim_setb2set
+bin/grim_sklb2txt
+bin/grim_til2bmp
+bin/grim_unlab
+bin/grim_vima
+bin/msn_convert_mod
+bin/saga_unpack
+bin/saga_unpack_amiga
bin/scummvm-tools
bin/scummvm-tools-cli
share/scummvm-tools/detaillogo.jpg
share/scummvm-tools/logo.jpg
+share/scummvm-tools/scummvm-tools.info
+share/scummvm-tools/scummvm-tools_drawer.info
share/scummvm-tools/scummvmtools.icns
share/scummvm-tools/scummvmtools.ico
share/scummvm-tools/scummvmtools_128.png
Index: pkgsrc/games/scummvm-tools/distinfo
diff -u pkgsrc/games/scummvm-tools/distinfo:1.11 pkgsrc/games/scummvm-tools/distinfo:1.12
--- pkgsrc/games/scummvm-tools/distinfo:1.11 Tue Oct 26 10:44:24 2021
+++ pkgsrc/games/scummvm-tools/distinfo Wed Apr 15 10:31:22 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:44:24 nia Exp $
+$NetBSD: distinfo,v 1.12 2026/04/15 10:31:22 adam Exp $
-BLAKE2s (scummvm-tools-2.1.0.tar.xz) = 2993c915383828c367845ba06f51e336c62674b9eca57ada64bfea37ec24942a
-SHA512 (scummvm-tools-2.1.0.tar.xz) = 40e0b1a545257922dd1846d520ef0c18ef7a2682a3d7bb1709bcd49b1338ed7cefea438958941586329271d84e01bf189a14e31f5758e500df607d162ee9cc15
-Size (scummvm-tools-2.1.0.tar.xz) = 710124 bytes
-SHA1 (patch-configure) = 5e6054f9a998d7cdf8522e449199b91f6e58392b
+BLAKE2s (scummvm-tools-2.9.0.tar.xz) = 7a2001c7d3062672ebde1403cadced6743e49da43e1ea4ddfd127b3cc5fe5d71
+SHA512 (scummvm-tools-2.9.0.tar.xz) = 5e15b14520ca25b2c394e2884f1058d027700c6ec5fc82fab5262f41e5434f871934ccda6fe977d0be8eb8f6d26b96e8d2b5597aa481c8a3eb67f07374f3f0f6
+Size (scummvm-tools-2.9.0.tar.xz) = 1301412 bytes
+SHA1 (patch-configure) = 83e7c9448760cbf31a7ceea989b5541e4512e896
Index: pkgsrc/games/scummvm-tools/patches/patch-configure
diff -u pkgsrc/games/scummvm-tools/patches/patch-configure:1.2 pkgsrc/games/scummvm-tools/patches/patch-configure:1.3
--- pkgsrc/games/scummvm-tools/patches/patch-configure:1.2 Mon Oct 14 19:18:15 2019
+++ pkgsrc/games/scummvm-tools/patches/patch-configure Wed Apr 15 10:31:22 2026
@@ -1,19 +1,19 @@
-$NetBSD: patch-configure,v 1.2 2019/10/14 19:18:15 adam Exp $
+$NetBSD: patch-configure,v 1.3 2026/04/15 10:31:22 adam Exp $
Fix wx detection.
Add DragonFly support.
---- configure.orig 2019-10-04 21:44:09.000000000 +0000
+--- configure.orig 2024-12-07 20:42:35.000000000 +0000
+++ configure
-@@ -365,6 +365,7 @@ Optional Libraries:
- --disable-png disable libpng (compression) support [autodetect]
+@@ -404,6 +404,7 @@ Optional Libraries:
+ --disable-freetype2 disable freetype2 TTF library usage [autodetect]
--with-wx-prefix=DIR Prefix where wxwidgets is installed (optional)
+ --with-wx-config=DIR Prefix where wx-config is installed (optional)
--disable-wxwidgets disable wxwidgets (GUI) support [autodetect]
--disable-iconv disable iconv (Japanese font) support [autodetect]
-@@ -447,7 +448,15 @@ for ac_option in $@; do
+@@ -505,7 +506,15 @@ for ac_option in $@; do
;;
--with-wx-prefix=*)
arg=`echo $ac_option | cut -d '=' -f 2`
@@ -30,7 +30,7 @@ Add DragonFly support.
;;
--with-boost-prefix=*)
arg=`echo $ac_option | cut -d '=' -f 2`
-@@ -1326,6 +1335,9 @@ case $_host_os in
+@@ -1465,6 +1474,9 @@ case $_host_os in
android | beos* | bsd* | darwin* | freebsd* | gph-linux | haiku* | hpux* | iphone | irix* | linux* | mint* | netbsd* | openbsd* | riscos | solaris* | sunos* | uclinux* | webos)
_posix=yes
;;
@@ -40,7 +40,7 @@ Add DragonFly support.
os2-emx*)
_posix=yes # FIXME: Really???
;;
-@@ -1665,7 +1677,9 @@ echo "$_iconv"
+@@ -1854,7 +1866,9 @@ echo "$_iconv"
#
if test "$_wxwidgets" = auto ; then
_wxwidgets=no
Home |
Main Index |
Thread Index |
Old Index