[game-data-packager] 01/02: InnoExtract: default to English for now

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Apr 13 12:16:02 UTC 2015


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 1dc2e67b6d9e54f2ac88256f60d1ddb4ee49b940
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Apr 13 14:13:23 2015 +0200

    InnoExtract: default to English for now
    
    in some archives, the same file exists in various language;
    without the --language arg, we get one undetermined file
    
    tchet at antec:/tmp/patch$ innoextract /home/tchet/gdp/arx/ArxFatalis_1.21_MULTILANG.exe
    Extracting "Arx Fatalis" - setup data version 5.3.10
     - "app/LOC.pak" [english] (205 KiB)
     - "app/LOC.pak" [french] (212 KiB)
     - "app/LOC.pak" [german] (211 KiB)
     - "app/LOC.pak" [italian] (212 KiB)
     - "app/LOC.pak" [spanish] (164 KiB)
     - "app/LOC.pak" [russian] (181 KiB)
     - "app/arx.exe" (2.02 MiB)
    ...
---
 game_data_packager/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index 08fd468..69639bf 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -1521,6 +1521,7 @@ class GameData(object):
                             provider_name + '.d')
                     mkdir_p(tmpdir)
                     subprocess.check_call(['innoextract', '--silent',
+                        '--language', 'english',
                         '--lowercase', '-T', 'local', '-d', '.',
                         os.path.abspath(found_name)], cwd=tmpdir)
                     # for at least Theme Hospital the files we want are

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list