GNU bug report logs - #70207
[PATCH] gnu: Add qmmp.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Fri, 5 Apr 2024 02:51:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

To reply to this bug, email your comments to 70207 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70207; Package guix-patches. (Fri, 05 Apr 2024 02:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 05 Apr 2024 02:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: Add qmmp.
Date: Fri,  5 Apr 2024 04:49:19 +0200
* 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





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 16 Apr 2024 22:13:04 GMT) Full text and rfc822 format available.

Notification sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
bug acknowledged by developer. (Tue, 16 Apr 2024 22:13:05 GMT) Full text and rfc822 format available.

Message #10 received at 70207-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 70207-done <at> debbugs.gnu.org
Subject: Re: [bug#70207] [PATCH] gnu: Add qmmp.
Date: Tue, 16 Apr 2024 23:12:39 +0100
[Message part 1 (text/plain, inline)]
Timotej Lazar <timotej.lazar <at> 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
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 17 days ago.

Previous Next


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