diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 92bb565..dd6e5f8 100644 --- a/debian/control +++ b/debian/control @@ -1 +1,24 @@ -Build-Depends: libreichwein-dev, asound-dev, fmt-dev, boost-dev +Source: click +Section: sound +Priority: optional +Maintainer: Roland Reichwein <mail@reichwein.it> +Build-Depends: debhelper, clang, libc++-dev, libreichwein-dev, libasound2-dev, libfmt-dev, libboost-all-dev +Standards-Version: 4.5.0 +Homepage: http://www.reichwein.it/click/ + +Package: click +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Homepage: http://www.reichwein.it/click/ +Description: Software system for MIDI Click + MIDI Click is a combined hardware-software solution to generate an audio + click from MIDI or stand alone. + . + Features: + - Output to ALSA 44.1kHz + - Generation from certain MIDI note + - Generation from MIDI clock + - Internally generated BPM + . + Supported Hardware platforms: + - Raspberry Pi 3 B+ |