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
|
Source: gbsplay
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Alex Myczko <tar@debian.org>, Christian Garbs <debian@cgarbs.de>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/multimedia-team/gbsplay.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/gbsplay
Build-Depends: debhelper-compat (= 13),
gettext,
libaudio-dev,
libpulse-dev,
libasound2-dev,
libsdl2-dev,
libxcb-icccm4-dev,
libcairo2-dev
Homepage: https://github.com/mmitch/gbsplay
Package: gbsplay
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: vorbis-tools
Description: Gameboy sound player
This program emulates the sound hardware of the Nintendo Gameboy. It
is able to play the sounds from a Gameboy module dump (.GBS format).
Also included is the gbsinfo tool which displays information about
a .GBS file.
|