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

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

bug#62976: closed ([PATCH] gnu: audacious: Update to 4.3.)


From: GNU bug Tracking System
Subject: bug#62976: closed ([PATCH] gnu: audacious: Update to 4.3.)
Date: Mon, 24 Apr 2023 23:26:02 +0000

Your message dated Tue, 25 Apr 2023 01:24:54 +0200
with message-id <871qk8rhh5.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62976] [PATCH] gnu: audacious: Update to 4.3.
has caused the debbugs.gnu.org bug report #62976,
regarding [PATCH] gnu: audacious: Update to 4.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62976: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62976
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: audacious: Update to 4.3. Date: Thu, 20 Apr 2023 22:11:00 +0300
* gnu/packages/music.scm (audacious): Update to 4.3.
---
 gnu/packages/music.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0a66ece40a..311d3d4a6e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -53,6 +53,7 @@
 ;;; Copyright © 2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2023 Antero Mejr <antero@mailbox.org>
 ;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -204,14 +205,14 @@ (define-module (gnu packages music)
 (define-public audacious
   (package
     (name "audacious")
-    (version "4.2")
+    (version "4.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://distfiles.audacious-media-player.org/";
                            "audacious-" version ".tar.bz2"))
        (sha256
-        (base32 "1cq4brifp992dhg0sbf180jjdv137g5wk8ac7hmzx0d4f3j09czy"))))
+        (base32 "14chrsh1dacw5r2qpzw0rhg2lchpbya90y96r6w0vry78p44sn17"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -255,7 +256,7 @@ (define-public audacious
            (uri (string-append "https://distfiles.audacious-media-player.org/";
                                "audacious-plugins-" version ".tar.bz2"))
            (sha256
-            (base32 "0zs1k91z272ql49qr7kxlxb0lajamc9ra41pgj3ynh8h7afgd83g"))))
+            (base32 "1ilzz2fv0mirlfhzhrcbccv996slj65z1ifibzrx0w5xqk4gcbk6"))))
        ("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")         ; for gdbus-codegen
        ("pkg-config" ,pkg-config)))
@@ -289,6 +290,7 @@ (define-public audacious
            mesa
            mpg123
            neon
+           opusfile
            pulseaudio
            sdl2
            soxr
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62976] [PATCH] gnu: audacious: Update to 4.3. Date: Tue, 25 Apr 2023 01:24:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Yovan Naumovski via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/music.scm (audacious): Update to 4.3.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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