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
|
Source: furnace
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Alex Myczko <tar@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
libasound2-dev,
libfreetype-dev,
libfmt-dev,
libfftw3-dev,
libsdl2-dev,
libsndfile1-dev,
portaudio19-dev,
pkgconf,
zlib1g-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/tildearrow/furnace
Vcs-Browser: https://salsa.debian.org/multimedia-team/furnace
Vcs-Git: https://salsa.debian.org/multimedia-team/furnace.git
Rules-Requires-Root: no
Package: furnace
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multi-system chiptune tracker compatible with DefleMask modules
This is a chiptune tracker compatible with DefleMask modules (.dmf).
It supports the following systems:
- Sega Genesis
- Sega Master System
- Game Boy
- PC Engine
- NES
- Commodore 64
- Yamaha YM2151 (plus PCM)
- Neo Geo
- AY-3-8910 (ZX Spectrum, Atari ST, etc.)
- Microchip AY8930
- Philips SAA1099
- Amiga
- TIA (Atari 2600/7800)
|