guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libmp3splt: Support splitting FLAC files.


From: guix-commits
Subject: branch master updated: gnu: libmp3splt: Support splitting FLAC files.
Date: Thu, 03 Dec 2020 10:51:31 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0d5d1bd  gnu: libmp3splt: Support splitting FLAC files.
0d5d1bd is described below

commit 0d5d1bdf911659f60601058e8e1678187b7ba664
Author: Martin Becze <mjbecze@riseup.net>
AuthorDate: Thu Dec 3 09:01:51 2020 -0600

    gnu: libmp3splt: Support splitting FLAC files.
    
    * gnu/packages/mp3.scm (libmp3splt)[inputs]: Add flac.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/mp3.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 1350135..4bdbe8b 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -274,7 +274,8 @@ pre-defined or user-specifiable output format.")
              (base32
               "1p1mn2hsmj5cp40fnc8g1yfvk72p8pjxi866gjdkgjsqrr7xdvih"))))
    (build-system gnu-build-system)
-   (inputs `(("libid3tag" ,libid3tag)
+   (inputs `(("flac" ,flac)
+             ("libid3tag" ,libid3tag)
              ("libmad" ,libmad)
              ("libogg" ,libogg)
              ("libltdl" ,libltdl)



reply via email to

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