emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30330: closed ([PATCH] gnu: Add curseradio.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30330: closed ([PATCH] gnu: Add curseradio.)
Date: Tue, 06 Feb 2018 15:42:01 +0000

Your message dated Tue, 06 Feb 2018 16:41:32 +0100
with message-id <address@hidden>
and subject line Re: [bug#30330] [PATCH] gnu: Add curseradio.
has caused the debbugs.gnu.org bug report #30330,
regarding [PATCH] gnu: Add curseradio.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30330: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30330
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add curseradio. Date: Fri, 02 Feb 2018 23:30:16 +0100 User-agent: StGit/unknown-version
* 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
address@hidden://opml.radiotime.com}.")
+    (license license:expat))))
+
 (define-public pianobar
   (package
     (name "pianobar")




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30330] [PATCH] gnu: Add curseradio. Date: Tue, 06 Feb 2018 16:41:32 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hi Stefan,

Stefan Reichör <address@hidden> skribis:

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

Applied with the change below, thanks!

Ludo’.

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
address@hidden://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

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]