all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac.
@ 2020-12-03 15:01 Martin Becze
  2020-12-03 16:02 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Becze @ 2020-12-03 15:01 UTC (permalink / raw)
  To: 45024; +Cc: Martin Becze

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac.
  2020-12-03 15:01 [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac Martin Becze
@ 2020-12-03 16:02 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-12-03 16:02 UTC (permalink / raw)
  To: Martin Becze; +Cc: 45024-done, 45024

[-- Attachment #1: Type: text/plain, Size: 1237 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-03 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 15:01 [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac Martin Becze
2020-12-03 16:02 ` Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.