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

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.