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
* gnu/packages/emacs-xyz.scm (emacs-eradio): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6264d4d..2a1ee30 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.
;;;
@@ -3101,6 +3102,30 @@ (define-public emacs-marginalia-emprise
playback status, artist name and title for Emprise using Marginalia.")
(license license:gpl3+)))
+(define-public emacs-eradio
+ (let ((commit "47769986c79def84307921f0277e9bb2714756c2")
+ (revision "0"))
+ (package
+ (name "emacs-eradio")
+ (version (git-version "0.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/olavfosse/eradio")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0lks2pph44qxc9l34nr55ha667974r8ckxdwmvcp6v9mnm05317s"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/olavfosse/eradio")
+ (synopsis "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+))))
+
;;;
;;; Miscellaneous.
base-commit: dd3e5e71104a2bcbad80e52e062a144ea96b8c6a
--
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.