From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id YEtjKBhnD2Z3MAEA62LTzQ:P1 (envelope-from ) for ; Fri, 05 Apr 2024 04:51:04 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id YEtjKBhnD2Z3MAEA62LTzQ (envelope-from ) for ; Fri, 05 Apr 2024 04:51:04 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=araneo.si header.s=20230811 header.b=MuaY+F0A; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=araneo.si (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1712285464; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=6fBNqPQDopKdSjJRMeYw1Ma+FXqvCdRPxGnXfC3E3/4=; b=LC+Vc0spZi+ifpDufPlTgCR58zO48fiBlVt2N3ehaEmhIGYF8dUqtbifBB2NNWkM8X1Si1 6fcgwxIHMyYPrCtcS8Vs2Tq4biiLvYp/N4HEc9f5UuXKAxXvPHPnOEtbpIAyhgaZchgBkD B50x09jpy1xX65bJiTin0teke0XqwoF82mloOvNFdVeSlhrrIzh6+Mz7ZHiZOk0AWW3dPW 0ITZGnj1Uocs4auADDWLbnIh+KraX4QLJLirmd4I9qsJhuClha0DWiBy8vzo6KHcI96osS v06gWIfI3Nxf9A8JO++++IzHOkrc9BSDhz3KmDkiEih6FKf/pblAtBmfl/8Png== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1712285464; a=rsa-sha256; cv=none; b=EQvmk39iX9pNX74+AnZJHFR9iKPxOnyz6TBIMk48VC9sf8QJfl7eoGD15/CjyavqMsVJa3 06lQw/vbVrsrIpLkIi3I353+xIwGEwpzCehZBTQxeFQlcgL9rJUO1f2DYbcaXsHlnW4oCX G6HjiA1KT191wdkW/P7CBkSZu+YgWPG5/ynRIJuLBOt1XiuxavbloosjjRRQBPMHytoTMx bkzcien9ayGsCWgVGmYIfo2Sfzv5gtpXjnggaQmKcciyl2imJDJclA4oFwfDgfYk1TMRbo pnmi6LKDG9KW+hsxSgm+d8wEionJltBHbCZAcLc3n3VaCmV9grCuhxkQCXRhCQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=araneo.si header.s=20230811 header.b=MuaY+F0A; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=araneo.si (policy=none) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5AECA32A04 for ; Fri, 5 Apr 2024 04:51:04 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rsZfO-0006DN-J8; Thu, 04 Apr 2024 22:50:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rsZfN-0006DD-32 for guix-patches@gnu.org; Thu, 04 Apr 2024 22:50:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rsZfM-0002xP-R5 for guix-patches@gnu.org; Thu, 04 Apr 2024 22:50:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rsZfS-0006mq-2v for guix-patches@gnu.org; Thu, 04 Apr 2024 22:51:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70207] [PATCH] gnu: Add qmmp. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 Apr 2024 02:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 70207 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70207@debbugs.gnu.org Cc: Timotej Lazar X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171228541525787 (code B ref -1); Fri, 05 Apr 2024 02:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Apr 2024 02:50:15 +0000 Received: from localhost ([127.0.0.1]:35037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rsZeg-0006hr-UG for submit@debbugs.gnu.org; Thu, 04 Apr 2024 22:50:15 -0400 Received: from lists.gnu.org ([2001:470:142::17]:39158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rsZec-0006gy-8Y for submit@debbugs.gnu.org; Thu, 04 Apr 2024 22:50:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rsZeR-00062G-DU for guix-patches@gnu.org; Thu, 04 Apr 2024 22:49:59 -0400 Received: from static.51.243.21.65.clients.your-server.de ([65.21.243.51] helo=araneo.si) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rsZeO-0002VF-UF for guix-patches@gnu.org; Thu, 04 Apr 2024 22:49:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20230811; bh=+yppLX06I8r cWNFxTQLa+zkEvv/D+M/aSWKGJY2Ipd8=; h=date:subject:cc:to:from; d=araneo.si; b=MuaY+F0AomVmkBQ8lnNpTnVaFvTl/+0HHOoO61eBMqGuJf8CNUIfeZW W+kHHatZktieS2iN7BEzpRHNtxIMP6MRYSvaGhILptdC7jvkAcor5fU3wKdqI52MVwXseH v7Tz5orIZM9mZaJZqYPfvU5Xv6UkerA53Xq5XVIShishLU= Received: by araneo.si (OpenSMTPD) with ESMTPSA id 1b7976e5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 5 Apr 2024 02:49:50 +0000 (UTC) From: Timotej Lazar Date: Fri, 5 Apr 2024 04:49:19 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.243.51; envelope-from=timotej.lazar@araneo.si; helo=araneo.si X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 4.14 X-Spam-Score: 4.14 X-Migadu-Queue-Id: 5AECA32A04 X-Migadu-Scanner: mx12.migadu.com X-TUID: suG4qj/VqbGV * 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