unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70207] [PATCH] gnu: Add qmmp.
@ 2024-04-05  2:49 Timotej Lazar
  2024-04-16 22:12 ` bug#70207: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2024-04-05  2:49 UTC (permalink / raw)
  To: 70207; +Cc: Timotej Lazar

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

Change-Id: Id5548eaeb73904120473397cac74ef7a5f10ecec
---
 gnu/packages/music.scm | 59 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 34b37ca510..98f2ce06ca 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -190,6 +190,7 @@ (define-module (gnu packages music)
   #:use-module (gnu packages terminals)
   #:use-module (gnu packages tex)
   #:use-module (gnu packages texinfo)
+  #:use-module (gnu packages textutils)
   #:use-module (gnu packages time)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages version-control)
@@ -598,6 +599,64 @@ (define-public ctrlr
                      license:gpl3       ;JUCE
                      license:bsd-3)))))
 
+(define-public qmmp
+  (package
+    (name "qmmp")
+    (version "2.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://qmmp.ylsoftware.com/files/"
+                           (version-major+minor version) "/"
+                           "qmmp-" version ".tar.bz2"))
+       (sha256
+        (base32 "1jpflf17198ascaqmxla6ajb69bnj8zzngk32vdyyw5443kshylj"))))
+    (build-system qt-build-system)
+    (arguments
+     (list #:qtbase qtbase
+           #:tests? #f)) ; there are no tests
+    (inputs
+     ;; Missing optional inputs:
+     ;; libsidplay2 ; input plugin
+     ;; projectm ; visualization plugin
+     (list alsa-lib
+           curl
+           enca
+           faad2
+           ffmpeg
+           flac
+           jack-2
+           libarchive
+           libbs2b
+           libcddb
+           libcdio-paranoia
+           libgme
+           libmad
+           libshout
+           libsndfile
+           libvorbis
+           libxmp
+           opusfile
+           opus
+           pipewire
+           pulseaudio
+           qtmultimedia
+           qttools
+           soxr
+           taglib
+           wavpack
+           wildmidi))
+    (native-inputs
+     (list pkg-config))
+    (home-page "https://qmmp.ylsoftware.com")
+    (synopsis "Qt-based music player")
+    (description "Lightweight music player with support for most common audio
+formats, and plugins for various additional features such as visualization,
+effects and online service integration.  In addition to a Qt-based interface
+it supports Winamp/XMMS skins.")
+    (license (list license:gpl2+ ; code
+                   license:cc-by-sa4.0)))) ; src/plugins/Ui/skinned/glare
+
 (define-public strawberry
   (package
     (name "strawberry")

base-commit: ade6845da6cec99f3bca46faac9b2bad6877817e
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70207: [PATCH] gnu: Add qmmp.
  2024-04-05  2:49 [bug#70207] [PATCH] gnu: Add qmmp Timotej Lazar
@ 2024-04-16 22:12 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-04-16 22:12 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 70207-done

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/music.scm (qmmp): New variable.
>
> Change-Id: Id5548eaeb73904120473397cac74ef7a5f10ecec
> ---
>  gnu/packages/music.scm | 59 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 59 insertions(+)

I tweaked the description as lightweight is quite subjective, and pushed
this to master as 0ffd6d2582b4b0944ae0b26c8686ff2277bd6908.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-16 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05  2:49 [bug#70207] [PATCH] gnu: Add qmmp Timotej Lazar
2024-04-16 22:12 ` bug#70207: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).