all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nee@cock.li
To: 29938@debbugs.gnu.org
Cc: nee <nee.git@cock.li>
Subject: [bug#29938] [PATCH 1/3] gnu: Add libdiscid.
Date: Tue,  2 Jan 2018 01:56:27 +0100	[thread overview]
Message-ID: <1514854589-21747-1-git-send-email-nee@cock.li> (raw)
In-Reply-To: <f5f32053-5604-e43a-59cb-89c06fd9f2f0@cock.li>

From: nee <nee.git@cock.li>

* gnu/packages/music.scm (libdiscid): New variable.
---
 gnu/packages/music.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 5b8728e59..5ab9978f7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018 nee <nee.git@hidamari.blue>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3752,3 +3753,27 @@ for the DSSI Soft Synth Interface.  A brief list of features:
 @end enumerate
 ")
     (license license:gpl2+)))
+
+(define-public libdiscid
+  (package
+    (name "libdiscid")
+    (version "0.6.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-"
+             version ".tar.gz"))
+       (sha256
+        (base32
+         "1f9irlj3dpb5gyfdnb1m4skbjvx4d4hwiz2152f83m0d9jn47r7r"))))
+    (arguments `(#:test-target "check"))
+    (build-system cmake-build-system)
+    (home-page "https://musicbrainz.org/doc/libdiscid")
+    (synopsis "Disc id reader library")
+    (description "libdiscid is a C library for creating MusicBrainz and freedb
+disc IDs from audio CDs.  It reads a CD's table of contents (TOC) and generates
+an identifier which can be used to lookup the CD at MusicBrainz.  Additionally,
+it provides a submission URL for adding the disc ID to the database and gathers
+ISRCs and the MCN (=UPC/EAN) from disc.")
+    (license license:lgpl2.1+)))
-- 
2.15.1

  reply	other threads:[~2018-01-02  0:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-02  0:54 [bug#29938] [PATCH] gnu: Add sound-juicer and it's dependencies nee
2018-01-02  0:56 ` nee [this message]
2018-01-02  0:56   ` [bug#29938] [PATCH 2/3] gnu: Add libmusicbrainz nee
2018-01-11  9:31     ` Ludovic Courtès
2018-01-02  0:56   ` [bug#29938] [PATCH 3/3] gnu: Add sound-juicer nee
2018-01-02 16:35     ` Catonano
2018-01-02 16:37       ` Catonano
2018-01-04  3:30       ` nee
2018-01-04  8:17         ` Catonano
2018-01-11  9:35     ` bug#29938: " Ludovic Courtès
2018-01-12 15:33       ` [bug#29938] " nee
2018-01-13 13:50         ` Ludovic Courtès
2018-01-11  9:30   ` [bug#29938] [PATCH 1/3] gnu: Add libdiscid Ludovic Courtès

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=1514854589-21747-1-git-send-email-nee@cock.li \
    --to=nee@cock.li \
    --cc=29938@debbugs.gnu.org \
    --cc=nee.git@cock.li \
    /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.