summaryrefslogtreecommitdiff
path: root/games/scummvm-tools/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz1-2/+2
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge1-2/+2
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-01-10*: Recursive revbump from boost 1.78.0ryoon1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-09-29revbump for boost-libsadam1-2/+2
2021-04-21revbump for boost-libsadam1-2/+2
2021-01-01*: Recursive revbump from boost-1.75.0ryoon1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-05-06revbump after boost updateadam1-2/+2
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-12*: Recursive revbump from devel/boost-libsryoon1-1/+2
2019-10-14scummvm-tools: updated to 2.1.0adam1-13/+12
2.1.0 (2019-10-13) - Fix bug 10559: Add workaround to compress_scumm_sou for non-VOC speech sample in monster.sou of Indiana Jones and the Fate of Atlantis. - Improve endianness handling of internal FLAC encoder. - Add tool to create HDFRAMES.DAT file for Blade Runner game. - Major rewrite of extract_prince tool. - Implement decompiler for Prince game scripts. - Rework the Mohawk engine tools. - Add tool to extract Hyperspace Delivery Boy! game archives. 2.0.0 (2017-12-17) - Fix handling of output path for the compress_touche tool. - Fix handling of input path for the extract_cine tool. It was only working when run from the directory that contains the game data. - Fix memory corruption that could cause random errors during extraction when using the extract_cine tool. 1.9.0 (2016-10-27) - Fix random crashes in the tool to convert Broken Sword 1 speech files. 1.8.0 (2016-03-04) - Add a tool to compress Tony Tough's ADP files. - Add extraction and packing tools for The Prince and the Coward. - Fix detection and decoding of BS1 big endian speech data in compress_sword1. - Fix inputs handling for extract_gob_stk. 1.7.0 (2014-07-21) - Add support for CGE 2 (Sfinx) in extract_cge and pack_cge tools. - Add option to run some of the tools in the GUI on all the files with the same extension (e.g. run compress_scumm_san on all *.san files). - Improve support for sub-directory structure in Broken Sword 1 (e.g. when the files are in the Clusters, Music and Speech sub-directories). - Fix issue with output file name in compress_sword2 tool when specifying an output directory (the output file name was empty with only an extension). - Fix issue when trying to use compress_scumm_san more than once in the GUI tool. 1.6.0 (2013-05-31) - Fix crash when compiling with wxWidgets 2.9. - Add two tools to extract and repackage the Soltys game data. - Fix bug 3093138: "compress_tucker with ScummVM CLI Tools not working". - Fix bug 3280674: "ScummTools do not compress monster.sou of german fdd-version" - Fix various issues on case sensitive systems when looking for input files (e.g. in compress_tucker or compress_sword1 the sub-directories and input files needed to be all uppercase). - Improve tool detection and inputs handling for tools that require multiple input files or an input directory (in both the GUI and command line). - Add signature to compressed Tinsel .smp to match the one at the start of the .idx file. This ensures that no sound starts at offset 0, since that is interpreted as the sound missing. This fixes the first line of speech when Rincewind wakes up at the beginning of Discworld 1. - Fix too long help string for compression tools in the extra input file selection which made the file selection impossible because the widgets were outside the window. - Respect given output directory in compress_tinsel.
2019-08-22Recursive revbump from boost-1.71.0ryoon1-2/+2
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon1-2/+2
2018-12-13revbump for boost 1.69.0adam1-2/+2
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-08-16revbump after boost-libs updateadam1-2/+2
2018-04-29revbump for boost-libs updateadam1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-14games/*: fix alignment of variable valuesrillig1-4/+4
pkglint -Wall -r --autofix --only aligned After running the above command, three packages had to be adjusted manually: In maelstrom-x11, pkglint didn't see that a commented variable assignment should have been re-aligned as well. In netmaze, there was a single line that didn't align well with all the others, but pkglint decided to adjust the whole paragraph to this single line. The result would have been ok, but not good. In tscp, there was a paragraph where some of the lines were indented one space more than the others. This rule is useful when one variable name is very long compared to the others, but not in this case.
2018-01-01Revbump after boost updateadam1-2/+2
2017-08-24Revbump for boost updateadam1-2/+2
2017-04-30Recursive revbump from boost updateryoon1-2/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2017-01-01Revbump after boost updateadam1-2/+2
2016-10-07Revbump post boost updateadam1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-03-25The CVP memory use workaround for Clang is no longer needed with 3.8.joerg1-3/+1
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2015-04-17Revbump after updating devel/boost-libsadam1-2/+2
2015-03-02LLVM's correlated value propagation pass is known to require a lot ofjoerg1-5/+2
memory and CPU time for certain input. Provide a variable (CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those places known to trigger it.
2014-11-07Revbump after updating boostadam1-2/+2
2014-08-13Revbump after boost-libs updateadam1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-12-15Disable optimisation for disassembler.cpp for Clang, it will eat toojoerg1-1/+6
much memory.
2013-11-20Revbump after updating devel/boost-libsadam1-2/+2
2013-11-20recursive bump from boost-lib shlib major bump.obache1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2