all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
To: Martin Becze <mjbecze@riseup.net>
Cc: 45024-done@debbugs.gnu.org, 45024@debbugs.gnu.org
Subject: [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac.
Date: Thu, 03 Dec 2020 17:02:24 +0100	[thread overview]
Message-ID: <87czzqyj1r.fsf@nckx> (raw)
In-Reply-To: <20201203150151.7398-1-mjbecze@riseup.net>

[-- 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 --]

      reply	other threads:[~2020-12-03 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87czzqyj1r.fsf@nckx \
    --to=guix-patches@gnu.org \
    --cc=45024-done@debbugs.gnu.org \
    --cc=45024@debbugs.gnu.org \
    --cc=me@tobias.gr \
    --cc=mjbecze@riseup.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.