unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 74304@debbugs.gnu.org
Subject: [bug#74304] [PATCH] gnu: Add flacon.
Date: Sun, 10 Nov 2024 18:54:49 -0500	[thread overview]
Message-ID: <e98756b2500edd17a2628f120879a5659c22571f.1731282889.git.leo@famulari.name> (raw)

* gnu/packages/music.scm (flacon): New variable.

Change-Id: Id94a350e8650689d8dc48b55af36ac3ad4e1402f
---
 gnu/packages/music.scm | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 980bce6b30..deb6bdcac7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;; Copyright © 2016 Al McElrath <hello@yrns.org>
 ;;; Copyright © 2016, 2017, 2019, 2021-2024 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2016, 2018, 2021 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2016, 2018, 2021, 2024 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016, 2017, 2019 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net>
 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
@@ -1331,6 +1331,40 @@ (define-public extempore
 audio and video).")
     (license license:bsd-2)))
 
+(define-public flacon
+  (package
+    (name "flacon")
+    (version "11.4.0")
+    (source
+      (origin
+        (method git-fetch)
+        (uri
+          (git-reference
+            (url "https://github.com/flacon/flacon")
+            (commit (string-append "v" version))
+            (recursive? #t)))
+        (sha256
+          (base32 "0yp73yl5x9m2l4whrzj6yx8aqv1915khmlihgp1p12m9m540dql2"))))
+    (build-system cmake-build-system)
+    (arguments
+      ;; The tests fail while attempting to exercise MacOS functionality.
+      (list #:tests? #f))
+    (native-inputs (list pkg-config))
+    (inputs
+      (list qtbase-5
+            qttools-5
+            taglib
+            uchardet
+            zlib))
+    (home-page "https://flacon.github.io/")
+    (synopsis "Split audio tracks from an audio CD image to separate tracks")
+    (description "Flacon extracts individual tracks from one big audio file
+containing an entire CD of music and saves them as separate audio files.  To do
+this, it uses information from the appropriate CUE file. Also, Flacon makes it
+possible to conveniently revise or specify tags both for all tracks at once or
+for each tag separately.")
+    (license license:lgpl2.1+)))
+
 (define-public fluida-lv2
   (package
    (name "fluida-lv2")

base-commit: 9cdcfb52ace77fe3b497b21deb639a3027ff02f0
-- 
2.46.0





                 reply	other threads:[~2024-11-10 23:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=e98756b2500edd17a2628f120879a5659c22571f.1731282889.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=74304@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).