GNU bug report logs -
#62753
[PATCH] gnu: Add emacs-eradio.
Previous Next
Reported by: Dominik Delgado Steuter <d <at> delgado.nrw>
Date: Mon, 10 Apr 2023 14:49:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Dominik Delgado Steuter via Guix-patches via <guix-patches <at> gnu.org>
writes:
> * gnu/packages/emacs-xyz.scm (emacs-eradio): New variable.
Thank you for the patch. Some comments follow.
> +(define-public emacs-eradio
> + (package
> + (name "emacs-eradio")
> + (version "20210327.1000")
We don't use MELPA date-based versioning system, unless it is also used
upstream. It isn't the case here as upstream set library's version to
0.1.
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://melpa.org/packages/eradio-"
> + version ".el"))
I suggest to use GitHub as upstream.
> + (sha256
> + (base32
> + "0i9mfy5xck0qbbgjhagd35hxd091254w0wga60wd44n04m46h05l"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/olavfosse/eradio")
> + (synopsis "The simple radio player for GNU Emacs")
You should drop "The" in front of the synopsis. I think "./pre-inst-env
guix lint emacs-eradio" should warn about it.
> + (description
> + "eradio is a simple Internet radio player for Emacs. Start, stop or
> +toggle custom-defined channels. An external media player like mpv or vlc is
> +required.")
I would capitalize "Eradio", but not "internet". Also I suggest to write
"Mpv" and "VLC".
On this topic, would it make sense to provide VLC as an input, so the
Emacs library works out of the box?
You also need to separate sentences with two spaces, according to
Texinfo syntax.
> + (license license:gpl3)))
License is actually GPL3+.
Could you send an updated patch?
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.