GNU bug report logs -
#45024
[PATCH] gnu: libmp3slpt: Enabled flac.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 03 Dec 2020 17:02:24 +0100
with message-id <87czzqyj1r.fsf <at> 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 <at> gnu.org.)
--
45024: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45024
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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.