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


View this message in rfc822 format

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Martin Becze <mjbecze <at> riseup.net>
Cc: 45024-done <at> debbugs.gnu.org, 45024 <at> debbugs.gnu.org
Subject: [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac.
Date: Thu, 03 Dec 2020 17:02:24 +0100
[Message part 1 (text/plain, inline)]
Martin Becze 写道:
> * gnu/packages/mp3.scm (libmp3splt): Added flac to the input of 
> libmp3slt so
> that mp3splt can processes flac files.

Thanks!  I made some changes and pushed this patch as:

--8<---------------cut here---------------start------------->8---
commit 0d5d1bdf911659f60601058e8e1678187b7ba664 (upstream/master)
Author: Martin Becze <mjbecze <at> riseup.net>

   gnu: libmp3splt: Support splitting FLAC files.
   
   * gnu/packages/mp3.scm (libmp3splt)[inputs]: Add flac.
   
   Signed-off-by: Tobias Geerinckx-Rice <me <at> tobias.gr>

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 1350135328..4bdbe8b487 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)
--8<---------------cut here---------------end--------------->8---

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

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.