GNU bug report logs - #62753
[PATCH] gnu: Add emacs-eradio.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dominik Delgado Steuter <d <at> delgado.nrw>
Subject: bug#62753: closed (Re: [bug#62753] [PATCH] gnu: Add emacs-eradio.)
Date: Sun, 16 Apr 2023 13:55:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62753: [PATCH] gnu: Add emacs-eradio.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62753 <at> debbugs.gnu.org.

-- 
62753: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62753
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Dominik Delgado Steuter via Guix-patches via <guix-patches <at> gnu.org>
Cc: Dominik Delgado Steuter <d <at> delgado.nrw>, 62753-done <at> debbugs.gnu.org
Subject: Re: [bug#62753] [PATCH] gnu: Add emacs-eradio.
Date: Sun, 16 Apr 2023 15:53:50 +0200
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.

I added a normalized commit message, bumped the revision binding, and
applied your patch.

I also subsequently fixed package license as it seems to be GPL2+, not
GPL3+.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Dominik Delgado Steuter <d <at> delgado.nrw>
To: guix-patches <at> gnu.org
Cc: Dominik Delgado Steuter <d <at> delgado.nrw>
Subject: [PATCH] gnu: Add emacs-eradio.
Date: Mon, 10 Apr 2023 10:49:37 +0200
    * gnu/packages/emacs-xyz.scm (emacs-eradio): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 486740c..e2ad86e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -124,6 +124,7 @@
 ;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan <at> selidor.net>
 ;;; Copyright © 2022 Demis Balbach <db <at> minikn.xyz>
 ;;; Copyright © 2020, 2021, 2022, 2023 Andrew Tropin <andrew <at> trop.in>
+;;; Copyright © 2023 Dominik Delgado Steuter <d <at> delgado.nrw>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3078,6 +3079,27 @@ (define-public emacs-emprise
 Selectrum.")
     (license license:gpl3+)))
 
+(define-public emacs-eradio
+  (package
+    (name "emacs-eradio")
+    (version "20210327.1000")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://melpa.org/packages/eradio-"
+                           version ".el"))
+       (sha256
+        (base32
+         "0i9mfy5xck0qbbgjhagd35hxd091254w0wga60wd44n04m46h05l"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/olavfosse/eradio")
+    (synopsis "The simple radio player for GNU Emacs")
+    (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.")
+    (license license:gpl3)))
+
 (define-public emacs-marginalia-emprise
   (package
     (name "emacs-marginalia-emprise")

base-commit: a4e9842a70775a54bbe1369881b739e7ea9a6432
-- 
2.39.2




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.