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 a3e4f937a3ac150523d794fc42ae3faf951ace21 Author: Alexandre Detiste <[email protected]> Date: Tue Nov 17 09:18:19 2015 +0100 add new games: "Ringworld 1 & 2" --- data/ringworld1.yaml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ data/ringworld2.yaml | 27 ++++++++++++++++++++++++++ debian/TODO | 2 -- debian/changelog | 1 + debian/control | 1 + 5 files changed, 83 insertions(+), 2 deletions(-) diff --git a/data/ringworld1.yaml b/data/ringworld1.yaml new file mode 100644 index 0000000..ae290a3 --- /dev/null +++ b/data/ringworld1.yaml @@ -0,0 +1,54 @@ +--- +franchise: Ringworld +longnane: "Ringworld: Revenge of the Patriarch" +copyright: © 1992 Tsunami Games +plugin: scummvm_common +wiki: Ringworld +try_repack_from: [~/.dosbox/RING] + +help_text: | + Files of the floppy version are only available after you have run + the original installation program with DOSBox. + + game-data-packager will check '~/.dosbox/RING' for needed files. + +packages: + ringworld1-data: + gameid: ringworld + install: + - ring.rlb + - tsage.rlb + +files: + ring.rlb?floppy: + unsuitable: | + Files of the floppy version are only available after you have run + the original installation program with DOSBox. + +groups: + games assets: | + 8438770 61f78f68a56832ae95fe06748c403234 ring.rlb + 32235 205a6883ef64e32d5675398fd6adeeab tsage.rlb + unsuitable archives: | + 9015 927f3b255253f319e279e26a4b38fa1c install.rlb + 1457564 4451640d9d4e5ae1acace9e09bca0299 ring.#02 + 1457564 7cccb485c3ec5b793a80e9e05ef98e2f ring.#03 + 1457564 e42612a490a2ef2ba1f60c654f1238fb ring.#04 + 1457564 addb1f226885ad10f5de22f8300bda2f ring.#05 + 1457564 d86ce0de89af2020d1a6d717cf74c424 ring.#06 + 1117300 3ba6b695ea58eb4b895b0fed544cf5d1 ring.#07 + 33692 f4a7cfb2cc16eb51f6141389fd2facdb ring.rlb?floppy + +sha1sums: | + bd5595cd8b8e721fc7d3e8bdbf583c9c1c1000c4 ring.rlb + 556d263981c15b6ea597d6b953d7ba049f55b495 tsage.rlb + + 49c67ade3620c6933b3355a1ecdba56fef620068 install.rlb + 74cfc4ff7a61f7e7b3d269f98f3babfa9250bc38 ring.#02 + 1e65a60931dd9b581d7d77c32eb8a82f341e246e ring.#03 + c9c9d2c953ab2f25853e87a4dda9e7349996773a ring.#04 + 6bb0ba3e8fe98df53fce246e5417ef8ba768c1ba ring.#05 + 0d3173148761e89b1dbf61286b90f772a730960c ring.#06 + 92a0f245bf4f51f5dd2ddaf6762a5e412ab975ef ring.#07 + aba9e14ced6ce62f82c9a915a2e76156f17bb11b ring.rlb?floppy +... diff --git a/data/ringworld2.yaml b/data/ringworld2.yaml new file mode 100644 index 0000000..5ef2e0c --- /dev/null +++ b/data/ringworld2.yaml @@ -0,0 +1,27 @@ +--- +franchise: Ringworld +longnane: "Return to Ringworld" +copyright: © 1994 Tsunami Games +plugin: scummvm_common +wiki: Return_to_Ringworld +engine: scummvm (>= 1.7.0) + +packages: + ringworld2-data: + install: + - r2rw.rlb + - snd4k.res + doc: + - readme + +groups: + default group: | + 47586928 f5dd9ef0b5ceda876bb3d63ce06f7c13 r2rw.rlb + 234516992 7fffc9a054195dc1fd6bc00a92372ef4 snd4k.res + 9473 ef175ce285d607d76d15f51fde7a7a31 readme + +sha1sums: | + ae871b342f990100ee7df9cba803753c1d479381 r2rw.rlb + b5faf097c138eec1556ff8763a7398b42978133f snd4k.res + 27215676eac8af9db2c86951a0380b7f1f248d23 readme +... diff --git a/debian/TODO b/debian/TODO index fbafe72..c33eabf 100644 --- a/debian/TODO +++ b/debian/TODO @@ -11,8 +11,6 @@ Monkey Island 2: LeChuck's Revenge Mortville Manor Nippon Safes Inc. Once Upon A Time: Little Red Riding Hood -Return to Ringworld -Ringworld: Revenge of the Patriarch Simon the Sorcerer's Puzzle Pack The Journeyman Project: Pegasus Prime The Lost Files of Sherlock Holmes - The Case of the Rose Tattoo diff --git a/debian/changelog b/debian/changelog index 0a7a81e..3e34b15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ game-data-packager (44) UNRELEASED; urgency=medium - Jones in the Fast Lane - Mixed-Up Mother Goose - Rex Nebular and the Cosmic Gender Bender + - Ringworld 1 & 2 - Touché: The Adventures of the Fifth Musketeer Support for new languages and versions: diff --git a/debian/control b/debian/control index 4472c89..b58ff13 100644 --- a/debian/control +++ b/debian/control @@ -146,6 +146,7 @@ Description: Installer for game data files * Quake, Quake II,Quake III Arena & Quake 4 * Quest For Glory I, II & III * Rex Nebular and the Cosmic Gender Bender + * Ringworld I & II * Rise of the Triad * Sam & Max Hit the Road * Sfinx -- 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

