From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: simon@netpanic.org, 62132@debbugs.gnu.org
Subject: [bug#62132] [PATCH] gnu: Add cyanrip.
Date: Mon, 13 Mar 2023 21:42:30 +0100 [thread overview]
Message-ID: <6a0ba9b42f98d0cf7efc7f16ae21ac05088e80b8.camel@gmail.com> (raw)
In-Reply-To: <f5976557a40b431949c1813593b390aa35431b2e.1678573776.git.simon@netpanic.org>
Am Samstag, dem 11.03.2023 um 23:30 +0100 schrieb simon@netpanic.org:
> From: Simon Streit <simon@netpanic.org>
>
> * gnu/packages/audio.scm (cyanrip): New variable.
> ---
> gnu/packages/audio.scm | 30 +++++++++++++++++++++++++++++-
> 1 file changed, 29 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index 6f3fa2a580..966a0b96f9 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -38,7 +38,7 @@
> ;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
> ;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
> ;;; Copyright © 2022 Juliana Sims <jtsims@protonmail.com>
> -;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
> +;;; Copyright © 2022, 2023 Simon Streit <simon@netpanic.org>
> ;;; Copyright © 2022 Andy Tai <atai@atai.org>
> ;;; Copyright © 2023 Sergiu Ivanov <sivanov@colimite.fr>
> ;;; Copyright © 2023 David Thompson <dthompson2@worcester.edu>
> @@ -68,6 +68,7 @@ (define-module (gnu packages audio)
> #:use-module (gnu packages bison)
> #:use-module (gnu packages build-tools)
> #:use-module (gnu packages boost)
> + #:use-module (gnu packages cdrom)
> #:use-module (gnu packages check)
> #:use-module (gnu packages compression)
> #:use-module (gnu packages curl)
> @@ -124,6 +125,7 @@ (define-module (gnu packages audio)
> #:use-module (gnu packages linux)
> #:use-module (gnu packages tls)
> #:use-module (gnu packages valgrind)
> + #:use-module (gnu packages version-control)
> #:use-module (gnu packages video)
> #:use-module (gnu packages vim) ;xxd
> #:use-module (gnu packages web)
> @@ -6316,3 +6318,29 @@ (define-public cubeb
> (description "Cubeb is Mozilla's cross-platform audio
> library.")
> (home-page "https://github.com/mozilla/cubeb")
> (license license:isc))))
> +
> +(define-public cyanrip
> + (package
> + (name "cyanrip")
> + (version "0.9.0")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/cyanreg/cyanrip")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "1pf381qmqr3p3xk26w8v4gfv5cyi5siljs4gv485spsq6icynzw0"))))
> + (build-system meson-build-system)
> + (native-inputs
> + (list pkg-config))
> + (propagated-inputs
> + (list curl ffmpeg libcdio-paranoia libmusicbrainz libxml2
> neon))
Propagated inputs are not that great, prefer normal ones. Also don't
let the lines get too long.
> + (synopsis "Fully featured CD ripping program")
Avoid marketing buzzwords; perhaps use "Console CD ripper" instead?
> + (description "Console CD ripper with automatic tagging through
> integration
> +with MusicBrainz , error detection, log generation, many formats,
> HDCD
> +decoding, covert art automatic download.")
Please use complete sentences for the description.
Cheers
next prev parent reply other threads:[~2023-03-13 20:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-11 22:30 [bug#62132] [PATCH] gnu: Add cyanrip simon
2023-03-13 20:42 ` Liliana Marie Prikler [this message]
2024-07-28 12:10 ` [bug#62132] [PATCH v2 0/1] " mio via Guix-patches via
2024-07-28 12:10 ` [bug#62132] [PATCH v2 1/1] " mio via Guix-patches via
2024-07-28 18:46 ` Liliana Marie Prikler
2024-07-29 10:58 ` [bug#62132] [PATCH v3] " mio via Guix-patches via
2024-08-04 6:01 ` bug#62132: " Liliana Marie Prikler
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=6a0ba9b42f98d0cf7efc7f16ae21ac05088e80b8.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=62132@debbugs.gnu.org \
--cc=simon@netpanic.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 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.