1 2 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
|
Source: nestopia
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Stephen Kitt <skitt@debian.org>,
Sérgio Benjamim <sergio_br2@yahoo.com.br>
Section: games
Priority: optional
Build-Depends: autoconf-archive,
debhelper-compat (= 13),
libao-dev,
libarchive-dev,
libglew-dev,
libgtk-3-dev,
libjack-dev,
libsdl2-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/games-team/nestopia
Vcs-Git: https://salsa.debian.org/games-team/nestopia.git
Homepage: http://0ldsk00l.ca/nestopia/
Rules-Requires-Root: no
Package: nestopia
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Provides: nes-emulator
Description: Nintendo Entertainment System/Famicom emulator
Nestopia is a cycle-accurate NES/Famicom emulator. It has a high
compatibility rate and support for many peripherals and input
devices.
.
Features:
* Save states
* Movie recording
* Game rewinding
* GUI or command line interface
* Emulation of NTSC, PAL, and Dendy systems
* Support for NES Zapper games
* Support for Famicom Disk System games
.
Nestopia requires OpenGL 3.2 or later.
Package: libretro-nestopia
Architecture: any
Multi-Arch: same
Depends: retroarch | libretro-frontend,
${misc:Depends},
${shlibs:Depends}
Description: libretro wrapper for Nestopia
Nestopia is a cycle-accurate NES/Famicom emulator. It has a high
compatibility rate and support for many peripherals and input
devices.
.
This package contains a wrapper allowing the Nestopia engine to be
used with libretro frontends such as RetroArch.
|