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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45024 in the body.
You can then email your comments to 45024 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#45024
; Package
guix-patches
.
(Thu, 03 Dec 2020 15:03:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Martin Becze <mjbecze <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Dec 2020 15:03:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#45024
; Package
guix-patches
.
(Thu, 03 Dec 2020 16:03:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[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)]
Reply sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
You have taken responsibility.
(Thu, 03 Dec 2020 16:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Martin Becze <mjbecze <at> riseup.net>
:
bug acknowledged by developer.
(Thu, 03 Dec 2020 16:03:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 01 Jan 2021 12:24:07 GMT)
Full text and
rfc822 format available.
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.