| 12
 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
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 
 | Source: residualvm
Section: contrib/games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~)
              ,fonts-freefont-ttf
              ,libasound2-dev [linux-any]
              ,libfreetype6-dev
              ,libgl1-mesa-dev
              ,libjpeg-dev
              ,libsdl1.2-dev
              ,libz-dev
              ,python
              ,zip
# the following are not used by default but we let "configure" have it
# because it check 'em so they may be of use eventually:
              ,libfaad-dev
              ,libflac-dev
              ,libfluidsynth-dev
              ,libmad0-dev
              ,libvorbisidec-dev
              ,libpng-dev
              ,timidity
Standards-Version: 4.1.4
Homepage: http://residualvm.org/
Vcs-Browser: https://salsa.debian.org/games-team/residualvm
Vcs-Git: https://salsa.debian.org/games-team/residualvm.git
Package: residualvm
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, residualvm-data (= ${source:Version})
Suggests: fluidsynth | timidity
Description: interpreter to play LucasArts' Lua-based 3D adventures
 ResidualVM is a cross-platform 3D game interpreter which allows you to
 play LucasArts' Lua-based 3D adventures (provided you already have
 their data files):
 .
  * Grim Fandango
  * Myst III
  * Escape from Monkey Island (not working yet)
 .
 ResidualVM utilizes OpenGL for 3D graphics hardware acceleration.
 A software renderer is also included for machines without hardware OpenGL.
Package: residualvm-data
Architecture: all
Built-Using: ${my:Built-Using}
Depends: ${misc:Depends}
Recommends: residualvm
Description: interpreter to play LucasArts' Lua-based 3D adventures (data files)
 ResidualVM is a cross-platform 3D game interpreter which allows you to
 play LucasArts' Lua-based 3D adventures (provided you already have
 their data files):
 .
  * Grim Fandango
  * Myst III
  * Escape from Monkey Island (not working yet)
 .
 ResidualVM utilizes OpenGL for 3D graphics hardware acceleration.
 A software renderer is also included for machines without hardware OpenGL.
 .
 This package provides data files.
 |