diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7f46012..60a9369 100644 --- a/debian/control +++ b/debian/control @@ -1,2 +1,24 @@ -Build-Depends: libfmt-dev, libboost-dev, libfcgi-dev, libreichwein-dev, libasound2-dev +Source: midiplay +Section: sound +Priority: optional +Maintainer: Roland Reichwein <mail@reichwein.it> +Build-Depends: debhelper, clang, libfmt-dev, libboost-dev, libfcgi-dev, libreichwein-dev, libasound2-dev Depends: nginx, alsa-utils, spawn-fcgi +Standards-Version: 4.5.0 +Homepage: http://www.reichwein.it/midiplay/ + +Package: midiplay +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Homepage: http://www.reichwein.it/midiplay/ +Description: Software system for MIDIPLAY + MIDIPLAY is a combined hardware-software solution to generate an MIDI + and/or audio output. + . + Features: + - Web interface via FCGI, providing start/stop and song choice + - Generates clock + . + Supported Hardware platforms: + - Raspberry Pi 3 B+ + - Raspberry Pi 4 B |