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 55 56 57 58
|
Source: game-music-emu
Section: sound
Priority: optional
Maintainer: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
Build-Depends: debhelper (>= 13),
debhelper-compat (= 13),
cmake (>= 2.6),
zlib1g-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://bitbucket.org/mpyne/game-music-emu/wiki/Home
Vcs-Browser: https://salsa.debian.org/debian/game-music-emu
Vcs-Git: https://salsa.debian.org/debian/game-music-emu.git
Package: libgme0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Playback library for video game music files - shared library
game-music-emu is a collection of video game music file emulators that
support the following formats and systems:
* AY ZX Spectrum/Amstrad CPC
* GBS Nintendo Game Boy
* GYM Sega Genesis/Mega Drive
* HES NEC TurboGrafx-16/PC Engine
* KSS MSX Home Computer/other Z80 systems (doesn't support FM sound)
* NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
* SAP Atari systems using POKEY sound chip
* SPC Super Nintendo/Super Famicom
* VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
.
This package contains the shared libraries necessary to run programs
using libgme.
Package: libgme-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgme0 (= ${binary:Version}),
${misc:Depends}
Description: Playback library for video game music files - development files
game-music-emu is a collection of video game music file emulators that
support the following formats and systems:
* AY ZX Spectrum/Amstrad CPC
* GBS Nintendo Game Boy
* GYM Sega Genesis/Mega Drive
* HES NEC TurboGrafx-16/PC Engine
* KSS MSX Home Computer/other Z80 systems (doesn't support FM sound)
* NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
* SAP Atari systems using POKEY sound chip
* SPC Super Nintendo/Super Famicom
* VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
.
This package contains the header files, static libraries
and symbolic links that developers using libgme will need.
|