GNU bug report logs -
#62976
[PATCH] gnu: audacious: Update to 4.3.
Previous Next
Reported by: Yovan Naumovski <yovan <at> gorski.stream>
Date: Thu, 20 Apr 2023 19:12:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#62976: [PATCH] gnu: audacious: Update to 4.3.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62976 <at> debbugs.gnu.org.
--
62976: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62976
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Yovan Naumovski via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/music.scm (audacious): Update to 4.3.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* 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 <at> web.de>
;;; Copyright © 2023 Antero Mejr <antero <at> mailbox.org>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
+;;; Copyright © 2023 Yovan Naumovski <yovan <at> 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
This bug report was last modified 2 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.