GNU bug report logs -
#68522
[PATCH] gnu: Add cmusfm.
Previous Next
To reply to this bug, email your comments to 68522 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#68522
; Package
guix-patches
.
(Wed, 17 Jan 2024 01:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
TakeV <takev <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 17 Jan 2024 01:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/music.scm (cmusfm): New variable.
Change-Id: Ib27ed6c065ba4eaae146a587f13105798118db9b
---
gnu/packages/music.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 77e952d383..4c5db33af9 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -739,6 +739,31 @@ (define-public cmus
many input formats and provides a customisable Vi-style user interface.")
(license license:gpl2+)))
+(define-public cmusfm
+ (package
+ (name "cmusfm")
+ (version "v0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/arkq/cmusfm.git")
+ (commit "v0.5.0")))
+ (file-name (git-file-name name version))
+ (sha256 (base32 "06q3m57ss60hyy9042vrjj1hb8whfq0dbz1vhc5w7i34kbjpq3h8"))))
+ (native-inputs
+ (list pkg-config
+ autoconf
+ automake))
+ (inputs
+ (list cmus curl libnotify))
+ (build-system gnu-build-system)
+ (arguments (list #:configure-flags #~(list "--enable-libnotify")))
+ (home-page "https://github.com/Arkq/cmusfm")
+ (synopsis "Last.fm standalone scrobbler for the cmus music player")
+ (description "Last.fm standalone scrobbler for the cmus music player.")
+ (license license:gpl3+)))
+
(define-public denemo
(package
(name "denemo")
base-commit: 171ac4fa4f5e5dd2f2e110487de5d41b5b79a564
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68522
; Package
guix-patches
.
(Wed, 17 Jan 2024 15:29:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 68522 <at> debbugs.gnu.org (full text, mbox):
Accidentally added cmus as an input.
* gnu/packages/music.scm (cmusfm): New variable.
Change-Id: Ib27ed6c065ba4eaae146a587f13105798118db9b
---
gnu/packages/music.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 77e952d383..7c69bce1a4 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -739,6 +739,32 @@ (define-public cmus
many input formats and provides a customisable Vi-style user interface.")
(license license:gpl2+)))
+(define-public cmusfm
+ (package
+ (name "cmusfm")
+ (version "v0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/arkq/cmusfm.git")
+ (commit "v0.5.0")))
+ (file-name (git-file-name name version))
+ (sha256 (base32 "06q3m57ss60hyy9042vrjj1hb8whfq0dbz1vhc5w7i34kbjpq3h8"))))
+ (native-inputs
+ (list pkg-config
+ autoconf
+ automake))
+ (inputs
+ (list curl
+ libnotify))
+ (build-system gnu-build-system)
+ (arguments (list #:configure-flags #~(list "--enable-libnotify")))
+ (home-page "https://github.com/Arkq/cmusfm")
+ (synopsis "Last.fm standalone scrobbler for the cmus music player")
+ (description "Last.fm standalone scrobbler for the cmus music player.")
+ (license license:gpl3+)))
+
(define-public denemo
(package
(name "denemo")
base-commit: 171ac4fa4f5e5dd2f2e110487de5d41b5b79a564
--
2.41.0
This bug report was last modified 1 year and 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.