emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45024: closed ([PATCH] gnu: libmp3slpt: Enabled flac.)


From: GNU bug Tracking System
Subject: bug#45024: closed ([PATCH] gnu: libmp3slpt: Enabled flac.)
Date: Thu, 03 Dec 2020 16:03:02 +0000

Your message dated Thu, 03 Dec 2020 17:02:24 +0100
with message-id <87czzqyj1r.fsf@nckx>
and subject line Re: [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac.
has caused the debbugs.gnu.org bug report #45024,
regarding [PATCH] gnu: libmp3slpt: Enabled flac.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45024: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45024
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac. Date: Thu, 03 Dec 2020 17:02:24 +0100
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@riseup.net>

   gnu: libmp3splt: Support splitting FLAC files.
* gnu/packages/mp3.scm (libmp3splt)[inputs]: Add flac. Signed-off-by: Tobias Geerinckx-Rice <me@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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