[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add mbelib.
From: |
guix-commits |
Subject: |
07/09: gnu: Add mbelib. |
Date: |
Fri, 7 May 2021 12:43:58 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit f1b0d0d76f196f3c9df1ecb0587f9f833bb37d82
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed May 5 10:00:30 2021 +0200
gnu: Add mbelib.
* gnu/packages/audio.scm (mbelib): New variable.
---
gnu/packages/audio.scm | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index da67f78..d8e4be3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -29,7 +29,7 @@
;;; Copyright © 2019 Hartmt Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2019, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
-;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 Jonathan Frederickson <jonathan@terracrypt.net>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
@@ -5036,6 +5036,31 @@ digital radio.")
(home-page "https://www.rowetel.com/?page_id=452")
(license license:lgpl2.1)))
+(define-public mbelib
+ ;; No release since 2016, use commit directly.
+ (let ((commit "9a04ed5c78176a9965f3d43f7aa1b1f5330e771f")
+ (revision "1"))
+ (package
+ (name "mbelib")
+ (version "1.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/szechyjs/mbelib")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0a7xmf87xnjzm5b437j2vnwv39x0ascja1j04c5wj6xs1529gw8h"))))
+ (build-system cmake-build-system)
+ (home-page "https://github.com/szechyjs/mbelib")
+ (synopsis "P25 Phase 1 and ProVoice vocoder")
+ (description
+ "The mbelib library provides support for the 7200x4400 bit/s codec used
+in P25 Phase 1, the 7100x4400 bit/s codec used in ProVoice and the @emph{Half
+Rate} 3600x2250 bit/s vocoder used in various radio systems.")
+ (license license:bsd-0))))
+
(define-public ableton-link
(package
(name "ableton-link")
- branch master updated (71e9522 -> d87547d), guix-commits, 2021/05/07
- 01/09: gnu: Add csdr., guix-commits, 2021/05/07
- 02/09: gnu: Add serialdv., guix-commits, 2021/05/07
- 03/09: gnu: aptdec: Update to 1.7-1.5f91799., guix-commits, 2021/05/07
- 04/09: gnu: Add cm256cc., guix-commits, 2021/05/07
- 05/09: gnu: Add libdab., guix-commits, 2021/05/07
- 06/09: gnu: Add sgp4., guix-commits, 2021/05/07
- 07/09: gnu: Add mbelib.,
guix-commits <=
- 08/09: gnu: Add dsdcc., guix-commits, 2021/05/07
- 09/09: gnu: Add sdrangel., guix-commits, 2021/05/07