all repos — mgba @ b4dec1df53022b8f5993b4cc1028476b4c11160c

mGBA Game Boy Advance Emulator

tools/debian/control (view raw)

 1Source: mgba
 2Section: otherosfs
 3Priority: extra
 4Maintainer: Sérgio Benjamim <sergio_br2@yahoo.com.br>
 5Build-Depends: cmake (>= 2.8.11),
 6               debhelper (>= 9),
 7               libavcodec-dev,
 8               libavformat-dev,
 9               libavresample-dev,
10               libavutil-dev,
11               libedit-dev,
12               libmagickwand-dev,
13               libpng-dev,
14               libqt5opengl5-dev,
15               libsdl2-dev,
16               libswscale-dev,
17               libzip-dev,
18               pkg-config,
19               qtbase5-dev,
20               qtmultimedia5-dev,
21               zlib1g-dev
22Standards-Version: 3.9.6
23Homepage: http://mgba.io/
24
25Package: libmgba
26Architecture: any
27Multi-Arch: same
28Depends: ${misc:Depends}, ${shlibs:Depends}
29Description: Game Boy Advance emulator (common library for mGBA)
30 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
31 and more accurate than many existing Game Boy Advance emulators, as well as
32 adding features that other emulators lack.
33 .
34 This package provides the common library for mGBA.
35 .
36 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
37 not affiliated with or endorsed by any of the companies mentioned.
38
39Package: mgba-qt
40Architecture: any
41Depends: ${misc:Depends}, ${shlibs:Depends}
42Description: Game Boy Advance emulator (Qt frontend for mGBA)
43 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
44 and more accurate than many existing Game Boy Advance emulators, as well as
45 adding features that other emulators lack.
46 .
47 This package provides the Qt GUI frontend for mGBA.
48 .
49 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
50 not affiliated with or endorsed by any of the companies mentioned.
51
52Package: mgba-sdl
53Architecture: any
54Depends: ${misc:Depends}, ${shlibs:Depends}
55Description: Game Boy Advance emulator (SDL frontend for mGBA)
56 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
57 and more accurate than many existing Game Boy Advance emulators, as well as
58 adding features that other emulators lack.
59 .
60 This package provides the SDL UI console for mGBA.
61 .
62 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
63 not affiliated with or endorsed by any of the companies mentioned.
64
65Package: libretro-mgba
66Architecture: any
67Multi-Arch: same
68Depends: ${misc:Depends}, ${shlibs:Depends}
69Description: Libretro wrapper for mGBA
70 This wrapper makes mGBA API compatible with libretro, thus allowing its use
71 with libretro frontends, such as RetroArch.
72 .
73 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
74 and more accurate than many existing Game Boy Advance emulators, as well as
75 adding features that other emulators lack.
76 .
77 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
78 not affiliated with or endorsed by any of the companies mentioned.