GNU bug report logs - #30330
[PATCH] gnu: Add curseradio.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Fri, 2 Feb 2018 22:31:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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: Stefan Reichör <stefan <at> xsteve.at>
Subject: bug#30330: closed (Re: [bug#30330] [PATCH] gnu: Add curseradio.)
Date: Tue, 06 Feb 2018 15:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#30330: [PATCH] gnu: Add curseradio.

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 30330 <at> debbugs.gnu.org.

-- 
30330: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30330
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Stefan Reichör <stefan <at> xsteve.at>
Cc: 30330-done <at> debbugs.gnu.org
Subject: Re: [bug#30330] [PATCH] gnu: Add curseradio.
Date: Tue, 06 Feb 2018 16:41:32 +0100
[Message part 3 (text/plain, inline)]
Hi Stefan,

Stefan Reichör <stefan <at> xsteve.at> skribis:

> * gnu/packages/music.scm (curseradio): New variable.

Applied with the change below, thanks!

Ludo’.

[Message part 4 (text/x-patch, inline)]
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index afce9bd69..2db8ffea3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2339,9 +2339,9 @@ socket or command line.")
        ("python-pyxdg" ,python-pyxdg)
        ("mpv" ,mpv)))
     (home-page "https://github.com/chronitis/curseradio")
-    (synopsis "Command line internet radio player")
-    (description "Curses based radio player that uses a tunein sender list from
-@url{http://opml.radiotime.com}.")
+    (synopsis "Command-line Internet radio player")
+    (description "Curseradio is a Curses-based radio player that uses a
+tune-in sender list from @url{http://opml.radiotime.com}.")
     (license license:expat))))
 
 (define-public pianobar
[Message part 5 (message/rfc822, inline)]
From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add curseradio.
Date: Fri, 02 Feb 2018 23:30:16 +0100
* gnu/packages/music.scm (curseradio): New variable.
---
 gnu/packages/music.scm |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2e8bc17..33795e5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2317,6 +2317,33 @@ analogue-like user interface.")
 socket or command line.")
       (license license:gpl3+))))
 
+(define-public curseradio
+  (let ((commit "1bd4bd0faeec675e0647bac9a100b526cba19f8d")
+        (revision "1"))
+    (package
+      (name "curseradio")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/chronitis/curseradio.git")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "11bf0jnj8h2fxhpdp498189r4s6b47vy4wripv0z4nx7lxajl88i"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-lxml" ,python-lxml)
+       ("python-requests" ,python-requests)
+       ("python-pyxdg" ,python-pyxdg)
+       ("mpv" ,mpv)))
+    (home-page "https://github.com/chronitis/curseradio")
+    (synopsis "Command line internet radio player")
+    (description "Curses based radio player that uses a tunein sender list from
+@url{http://opml.radiotime.com}.")
+    (license license:expat))))
+
 (define-public pianobar
   (package
     (name "pianobar")




This bug report was last modified 7 years and 100 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.