diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-05 13:22:34 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-05 13:22:34 +0100 |
commit | 1f8da4902761fc6f6eaf39b8711107c6b48a9c9a (patch) | |
tree | a0a4f0a1c164080fc313fe37cbb5a91f6ce883d1 /debian/control | |
parent | 770540693fd4a5f9b64c1b2bc8183be3f72ab314 (diff) |
Debian build, colors, config filename
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+ |