guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add alsa-topology-conf.


From: guix-commits
Subject: 02/05: gnu: Add alsa-topology-conf.
Date: Thu, 13 May 2021 11:31:38 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit 4002e0dfc42fb115b9fb2479e4a5308844d8d489
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Apr 22 11:39:49 2021 +0200

    gnu: Add alsa-topology-conf.
    
    * gnu/packages/linux.scm (alsa-topology-conf): New variable.
---
 gnu/packages/linux.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 086b960..2d992e2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2207,6 +2207,29 @@ configuration of audio input/output names and routing 
for specific audio
 hardware.")
     (license license:bsd-3)))
 
+(define-public alsa-topology-conf
+  (package
+    (name "alsa-topology-conf")
+    (version "1.2.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "ftp://ftp.alsa-project.org/pub/lib/"; name "-"
+                    version ".tar.bz2"))
+              (sha256
+               (base32
+                "01zdg6q4s6d01k39z96wi4vbhrfw1i2g4yi5dijwfk6a5vjfdq2m"))))
+    (build-system copy-build-system)
+    (arguments
+     '(#:install-plan
+       '(("topology" "share/alsa/topology"))))
+    (home-page "https://www.alsa-project.org/wiki/Main_Page";)
+    (synopsis "The Advanced Linux Sound Architecture libraries")
+    (description
+     "This package contains Advanced Linux Sound Architecture topology
+configuration files that can be used for specific audio hardware.")
+    (license license:bsd-3)))
+
 (define-public alsa-lib
   (package
     (name "alsa-lib")



reply via email to

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