2014-03-15 16:59:03 +00:00
|
|
|
# SRB2 Debian package control file.
|
|
|
|
|
|
|
|
Source: srb2
|
|
|
|
Section: games
|
|
|
|
Priority: extra
|
2018-11-26 19:40:59 +00:00
|
|
|
Maintainer: Sonic Team Junior <stjr@srb2.org>
|
2016-02-06 17:31:37 +00:00
|
|
|
Build-Depends: debhelper (>= 7.0.50~),
|
|
|
|
libsdl2-dev,
|
|
|
|
libsdl2-mixer-dev,
|
2018-11-26 12:08:15 +00:00
|
|
|
libpng-dev (>= 1.2.7),
|
|
|
|
zlib1g-dev,
|
|
|
|
libgme-dev,
|
2018-11-26 14:08:39 +00:00
|
|
|
#libglu1-dev | libglu-dev,
|
|
|
|
#libosmesa6-dev | libgl-dev,
|
2016-02-06 17:31:37 +00:00
|
|
|
nasm [i386]
|
2014-03-15 16:59:03 +00:00
|
|
|
Standards-Version: 3.8.4
|
|
|
|
Homepage: http://www.srb2.org
|
|
|
|
|
|
|
|
Package: srb2
|
|
|
|
Architecture: any
|
2018-11-26 19:40:59 +00:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, srb2-data (>= 2.1.15), srb2-data (<= 2.1.21)
|
2014-03-15 16:59:03 +00:00
|
|
|
Description: A cross-platform 3D Sonic fangame
|
|
|
|
Sonic Robo Blast 2 is a 3D open-source Sonic the Hedgehog
|
|
|
|
fangame built using a modified version of the Doom Legacy
|
|
|
|
port of Doom. SRB2 is closely inspired by the original
|
|
|
|
Sonic games from the Sega Genesis, and attempts to recreate
|
2018-11-26 19:40:59 +00:00
|
|
|
the design in 3D. It features tons of levels, enemies, speed,
|
|
|
|
and quite a lot of the fun that the original Sonic games provided.
|
|
|
|
|
2014-03-15 16:59:03 +00:00
|
|
|
|
|
|
|
Package: srb2-dbg
|
|
|
|
Architecture: any
|
2016-02-07 03:46:52 +00:00
|
|
|
# FIXME: should be Depends: ${shlibs:Depends}, ${misc:Depends}, srb2-data (= 2.1.14), srb2 but dh_shlibdeps is being an asshat
|
2018-11-26 19:40:59 +00:00
|
|
|
Depends: libc6, ${misc:Depends}, srb2-data (>= 2.1.15), srb2-data (<= 2.1.21), srb2
|
2014-03-15 16:59:03 +00:00
|
|
|
Description: A cross-platform 3D Sonic fangame
|
|
|
|
Sonic Robo Blast 2 is a 3D open-source Sonic the Hedgehog
|
|
|
|
fangame built using a modified version of the Doom Legacy
|
|
|
|
port of Doom. SRB2 is closely inspired by the original
|
|
|
|
Sonic games from the Sega Genesis, and attempts to recreate
|
2018-11-26 19:40:59 +00:00
|
|
|
the design in 3D. It features tons of levels, enemies, speed,
|
|
|
|
and quite a lot of the fun that the original Sonic games provided.
|
|
|
|
This is a debug binary; its symbols will be loaded by gdb
|
2014-03-15 16:59:03 +00:00
|
|
|
when the user starts the game with gdb for debugging.
|