[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48217] [PATCH v2 2/9] gnu: Add serialdv.
From: |
Guillaume Le Vaillant |
Subject: |
[bug#48217] [PATCH v2 2/9] gnu: Add serialdv. |
Date: |
Wed, 5 May 2021 08:48:17 +0000 |
* gnu/packages/radio.scm (serialdv): New variable.
---
gnu/packages/radio.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 5329a75794..910f63959a 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1630,3 +1630,26 @@ defined radio with support for rtl-sdr.")
@acronym{SDRs, Software Defined Radios}, and the @code{csdr} command line
program that can be used to build simple signal processing flow graphs.")
(license license:gpl3+))))
+
+(define-public serialdv
+ (package
+ (name "serialdv")
+ (version "1.1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/f4exb/serialDV")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0d88h2wjhf79nisiv96bq522hkbknzm88wsv0q9k33mzmrwnrx93"))))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:tests? #f)) ; No test suite.
+ (home-page "https://github.com/f4exb/serialDV")
+ (synopsis "Audio interface for AMBE3000 based devices")
+ (description
+ "SerialDV is a minimal interface to encode and decode audio with AMBE3000
+based devices in packet mode over a serial link.")
+ (license license:gpl3+)))
--
2.31.1
[bug#48217] [PATCH 0/9] Add sdrangel, Leo Famulari, 2021/05/04
- [bug#48217] [PATCH v2 1/9] gnu: Add csdr., Guillaume Le Vaillant, 2021/05/05
- [bug#48217] [PATCH v2 2/9] gnu: Add serialdv.,
Guillaume Le Vaillant <=
- [bug#48217] [PATCH v2 3/9] gnu: aptdec: Update to 1.7-1.5f91799., Guillaume Le Vaillant, 2021/05/05
- [bug#48217] [PATCH v2 5/9] gnu: Add libdab., Guillaume Le Vaillant, 2021/05/05
- [bug#48217] [PATCH v2 4/9] gnu: Add cm256cc., Guillaume Le Vaillant, 2021/05/05
- [bug#48217] [PATCH v2 4/9] gnu: Add cm256cc., Maxime Devos, 2021/05/05
- [bug#48217] [PATCH v2 4/9] gnu: Add cm256cc., Guillaume Le Vaillant, 2021/05/05
[bug#48217] [PATCH v2 8/9] gnu: Add dsdcc., Guillaume Le Vaillant, 2021/05/05
[bug#48217] [PATCH v2 9/9] gnu: Add sdrangel., Guillaume Le Vaillant, 2021/05/05
[bug#48217] [PATCH v2 6/9] gnu: Add sgp4., Guillaume Le Vaillant, 2021/05/05
[bug#48217] [PATCH v2 7/9] gnu: Add mbelib., Guillaume Le Vaillant, 2021/05/05
bug#48217: [PATCH 0/9] Add sdrangel, Guillaume Le Vaillant, 2021/05/07