diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-19 16:22:55 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-19 16:22:55 +0100 |
commit | 926be3b8db12d9105a49f8a9a5f695f12d7aea12 (patch) | |
tree | ae6dd7c14e880833790f68e525e9ca0fd03f4ea0 /debian/control | |
parent | 321eaa65109a6ab18344901dfc4dd8cc4b82367d (diff) |
Debian package
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 |