guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#48217] [PATCH 9/9] gnu: sdrangel: Add dsdcc support.


From: Guillaume Le Vaillant
Subject: [bug#48217] [PATCH 9/9] gnu: sdrangel: Add dsdcc support.
Date: Tue, 4 May 2021 08:57:05 +0000

* gnu/packages/radio.scm (sdrangel)[inputs]: Add dsdcc. Remove libxml2.
  [arguments]: Update 'configure-flags'.
---
 gnu/packages/radio.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 85373e0b5b..a9c7447ec0 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1761,13 +1761,13 @@ voice formats.")
        ("boost" ,boost)
        ("cm256cc" ,cm256cc)
        ("codec2" ,codec2)
+       ("dsdcc" ,dsdcc)
        ("faad2" ,faad2)
        ("ffmpeg" ,ffmpeg)
        ("fftwf" ,fftwf)
        ("hackrf" ,hackrf)
        ("libdab" ,libdab)
        ("libusb" ,libusb)
-       ("libxml2" ,libxml2)
        ("opencv" ,opencv)
        ("opus" ,opus)
        ("pulseaudio" ,pulseaudio)
@@ -1790,6 +1790,8 @@ voice formats.")
                             (assoc-ref %build-inputs "aptdec"))
              (string-append "-DDAB_DIR="
                             (assoc-ref %build-inputs "libdab"))
+             (string-append "-DDSDCC_DIR="
+                            (assoc-ref %build-inputs "dsdcc"))
              (string-append "-DSERIALDV_DIR="
                             (assoc-ref %build-inputs "serialdv"))
              (string-append "-DSGP4_DIR="
-- 
2.31.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]