diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-16 17:18:51 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:37 +0100 |
| commit | 4a3f1ea19a5f02c4aaeab05bdcfdaabf5109c194 (patch) | |
| tree | d0f3731d48aaa0ce9fee45d470f724ed7550dfa3 /gnu/packages/electronics.scm | |
| parent | c714bcadd23d34dc9fe2bb42dc4e7906c5eebd75 (diff) | |
gnu: m8c: Update to 2.2.3.
Use usb port as default backend.
* gnu/packages/electronics.scm (m8c): Update to 2.2.3.
[inputs]: Remove libserialport; add libusb.
[synopsis]: Update.
Change-Id: Ia9da47becf6c0fcb19bf4f39652c4ab2046a9a76
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/electronics.scm')
| -rw-r--r-- | gnu/packages/electronics.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 94453aa306a..0a72c9d6ca2 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1230,7 +1230,7 @@ supported devices, as well as input/output file format support.") (define-public m8c (package (name "m8c") - (version "2.2.2") + (version "2.2.3") (source (origin (method git-fetch) @@ -1239,19 +1239,19 @@ supported devices, as well as input/output file format support.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0737hz7yhkrgg5gc2ymnilz0gyv3p7zv127qh4hxf2b07v5pqc1x")))) + (base32 "1ib751mfrz6ni6imx0gwbm7zjpw1c5x8l15hrdxm4f69vrm6vgkj")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no tests #:configure-flags - #~(list "-DUSE_LIBSERIALPORT=ON"))) + #~(list "-DUSE_LIBUSB=ON"))) (native-inputs (list pkg-config)) (inputs - (list libdecor libserialport sdl3)) + (list libdecor libusb sdl3)) (home-page "https://github.com/laamaa/m8c") - (synopsis "Cross-platform M8 tracker headless client") + (synopsis "Cross-platform M8 tracker headless client - usb backend") (description "The @url{https://dirtywave.com/products/m8-tracker,Dirtywave M8 Tracker} is a portable sequencer and synthesizer, featuring 8 tracks of assignable |
