This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit 33b3ba412d1e799bc83e16baa039ff83b1f60ffa Author: Alexandre Detiste <[email protected]> Date: Fri Mar 6 13:02:49 2015 +0100 add support for Strife, closes #775492 The shareware version is not supported by any current Doom engine, there is no point to keep this bug open forever; this can easily be added later if ever needed. --- data/strife-data.control.in | 7 +++++ data/strife.yaml | 64 +++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 1 + 3 files changed, 72 insertions(+) diff --git a/data/strife-data.control.in b/data/strife-data.control.in new file mode 100644 index 0000000..a178fef --- /dev/null +++ b/data/strife-data.control.in @@ -0,0 +1,7 @@ +Description: IWAD from Rogue Entertainment's Strife computer game + This package was built using game-data-packager. It contains + proprietary game data and must not be redistributed. + . + This package contains the IWAD from Rogue Entertainment's Strife. + . + You need a doom engine to play this game. diff --git a/data/strife.yaml b/data/strife.yaml new file mode 100644 index 0000000..7675078 --- /dev/null +++ b/data/strife.yaml @@ -0,0 +1,64 @@ +%YAML 1.2 +--- +# Version reference: +# http://doom.wikia.com/wiki/STRIFE0.WAD +# http://doomwiki.org/wiki/STRIFE1.WAD +# http://steamcommunity.com/sharedfiles/filedetails/?id=355324537&insideModal=1 + +longname: Strife +copyright: © 1996 Rogue Entertainment +plugin: doom_common + +help_text: | + Please provide the STRIFE1.WAD and VOICES.WAD from + Strife version 1.2 to 1.31. + + Version 1.0 and the shareware version are + currently not supported by the Doom engines + avaible in Debian. + +packages: + strife-data: + overide_fill_docs: false + debian: + engine: "chocolate-doom | doom-engine" + steam: + id: 317040 + path: common/Strife + install_to: usr/share/games/doom + install: + - strife1.wad + - voices.wad + +files: + strife1.wad_1.0: + look_for: [strife1.wad] + unsuitable: Strife 1.2-1.31 is required + +cksums: | + _ 10493652 strife0.wad_teaser + _ 9934413 strife0.wad + _ 28372168 strife1.wad_1.0 + _ 28377364 strife1.wad + _ 27319149 voices.wad + +md5sums: | + # shareware + de2c8dcad7cca206292294bdab524292 strife0.wad_teaser + bb545b9c4eca0ff92c14d466b3294023 strife0.wad + 972070afb30c96fc3c69d954dfab2424 strife11.zip + + # old version + 8f2d3a6a289f5d2f2f9c1eec02b47299 strife1.wad_1.0 + + # full version + 2fed2031a5b03892106e0f117f17901f strife1.wad + 082234d6a3f7086424856478b5aa9e95 voices.wad + +sha1sums: | + 92A5FCFF91FEF9F55CE1DA00C57E4AA933BD6F8D strife0.wad_teaser + bc0a110bf27aee89a0b2fc8111e2391ede891b8d strife0.wad + + 64c13b951a845ca7f8081f68138a6181557458d1 strife1.wad + ec6883100d807b894a98f426d024d22c77b63e7f voices.wad +... diff --git a/debian/changelog b/debian/changelog index f6a7dea..09fa28d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ game-data-packager (40) UNRELEASED; urgency=medium and ScummVM games in general (Closes: #776544) * add support for Day Of the Tentacle * add support for Chex Quest 1&2 (Closes: #775494) + * add support for Strife (Closes: #775492) * improve documentation * improve make_template mode * change default install_to to omit trailing -data if any -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

