mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| # SRB2 Debian package control file.
 | |
| 
 | |
| Source: srb2
 | |
| Section: games
 | |
| Priority: extra
 | |
| Maintainer: Sonic Team Junior <stjr@srb2.org>
 | |
| Build-Depends: debhelper (>= 7.0.50~),
 | |
|  libsdl2-dev,
 | |
|  libsdl2-mixer-dev,
 | |
|  libpng12-dev (>= 1.2.7) | libpng-dev,
 | |
|  zlib1g-dev,
 | |
|  libgme-dev,
 | |
|  libglu1-dev | libglu-dev,
 | |
|  libosmesa6-dev | libgl-dev,
 | |
|  nasm [i386]
 | |
| Standards-Version: 3.8.4
 | |
| Homepage: http://www.srb2.org
 | |
| 
 | |
| Package: srb2
 | |
| Architecture: any
 | |
| Depends: ${shlibs:Depends}, ${misc:Depends}, srb2-data (>= 2.1.15), srb2-data (<= 2.1.23)
 | |
| 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
 | |
|  the design in 3D. It features tons of levels, enemies, speed,
 | |
|  and quite a lot of the fun that the original Sonic games provided.
 | |
| 
 | |
| 
 | |
| Package: srb2-dbg
 | |
| Architecture: any
 | |
| # FIXME: should be Depends: ${shlibs:Depends}, ${misc:Depends}, srb2-data (= 2.1.14), srb2 but dh_shlibdeps is being an asshat
 | |
| Depends: libc6, ${misc:Depends}, srb2-data (>= 2.1.15), srb2-data (<= 2.1.23), srb2
 | |
| 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
 | |
|  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
 | |
|  when the user starts the game with gdb for debugging.
 | 
