GNU bug report logs - #45024
[PATCH] gnu: libmp3slpt: Enabled flac.

Previous Next

Package: guix-patches;

Reported by: Martin Becze <mjbecze <at> riseup.net>

Date: Thu, 3 Dec 2020 15:03:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Martin Becze <mjbecze <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: Martin Becze <mjbecze <at> riseup.net>
Subject: [PATCH] gnu: libmp3slpt: Enabled flac.
Date: Thu,  3 Dec 2020 09:01:51 -0600
* gnu/packages/mp3.scm (libmp3splt): Added flac to the input of libmp3slt so
that mp3splt can processes flac files.
---
 gnu/packages/mp3.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 1350135328..585f79324f 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -279,6 +279,7 @@ pre-defined or user-specifiable output format.")
              ("libogg" ,libogg)
              ("libltdl" ,libltdl)
              ("libvorbis" ,libvorbis)
+             ("libflac" ,flac)
              ("pcre" ,pcre)))
    (native-inputs
      `(("pkg-config" ,pkg-config)))
-- 
2.29.2





This bug report was last modified 4 years and 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.