guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: tenacity: Add support for ebml and matroska formats.


From: guix-commits
Subject: 10/10: gnu: tenacity: Add support for ebml and matroska formats.
Date: Wed, 15 May 2024 16:15:16 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 4901f1b60499cf68362fa81e006c4fe633240e04
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue May 14 21:54:39 2024 +0200

    gnu: tenacity: Add support for ebml and matroska formats.
    
    * gnu/packages/audio.scm (tenacity)[inputs]: Add libeml and
    libmatroska.
    
    Change-Id: I40ccef47128197b174dd515eb144eb552507178b
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/audio.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 6917991255..d30d561d2f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1135,6 +1135,8 @@ tools.")
            sqlite
            twolame
            vamp
+           libebml
+           libmatroska
            libvorbis
            lv2
            lilv ;for lv2



reply via email to

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