File: control

package info (click to toggle)
scummvm-tools 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,916 kB
  • sloc: cpp: 54,616; sh: 4,145; perl: 706; ansic: 646; python: 518; makefile: 271
file content (37 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: scummvm-tools
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Stephen Kitt <skitt@debian.org>
Section: games
Priority: optional
Build-Depends: debhelper (>= 11~),
               libboost-program-options-dev,
               libflac-dev,
               libfreetype6-dev,
               libmad0-dev,
               libpng-dev,
               libvorbis-dev,
               libwxgtk3.0-dev,
               python,
               zlib1g-dev
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/games-team/scummvm-tools
Vcs-Git: https://salsa.debian.org/games-team/scummvm-tools.git
Homepage: http://wiki.scummvm.org/index.php/User_Manual/Appendix:_Tools

Package: scummvm-tools
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: collection of tools for ScummVM
 This package contains various tools which may be useful in
 conjunction with ScummVM.
 .
 The tools include:
  * compression tools to re-compress ScummVM games' assets;
  * extraction tools, either to extract resources from game assets, or
    to convert assets from one format to another (e.g. PC Engine or
    Macintosh releases);
  * game script analysis tools.
 .
 A GUI is provided alongside the command-line tools.