~sergio-br2/vbam/fixes_have-svg-icons

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: mudlord
  • Date: 2008-01-17 04:51:34 UTC
  • Revision ID: svn-v4:a31d4220-a93d-0410-bf67-fe4944624d44:trunk:309
Numerous Linux updates:
- OpenGL : fixed texture size to be exclusively a power of 2
- OpenGL : Clear the screen on init
- OpenGL : Set fullscreen resolution to the resolution of the desktop
- Changed the executable name to vbam to avoid conflict with the original VBA
- Added a basic install target to the makefile
- Fixed .gz archives loading when using fex_mini (thanks to tttttttttanaka)
- Added debian packaging informations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: vbam
 
2
Section: games
 
3
Priority: extra
 
4
Maintainer: Bastien Bouclet <bgkweb@gmail.com>
 
5
Build-Depends: debhelper (>= 5), zlib1g-dev, libpng12-dev, libsdl1.2-dev, libgl1-mesa-dev
 
6
Standards-Version: 3.7.2
 
7
 
 
8
Package: vbam
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}, ${misc:Depends}
 
11
Description: Nintendo GameBoy Advance emulator
 
12
 VBA-M is a Nintendo GameBoy Advance emulator. It runs homebrew and commercial games.
 
13
 This version is based on the SDL library.