gnu: audacious: Update to 4.3.
* gnu/packages/music.scm (audacious): Update to 4.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
14970395cc
commit
621dad1a37
1 changed files with 5 additions and 3 deletions
|
@ -53,6 +53,7 @@
|
||||||
;;; Copyright © 2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
;;; Copyright © 2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||||
;;; Copyright © 2023 Antero Mejr <antero@mailbox.org>
|
;;; Copyright © 2023 Antero Mejr <antero@mailbox.org>
|
||||||
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
|
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -205,14 +206,14 @@
|
||||||
(define-public audacious
|
(define-public audacious
|
||||||
(package
|
(package
|
||||||
(name "audacious")
|
(name "audacious")
|
||||||
(version "4.2")
|
(version "4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://distfiles.audacious-media-player.org/"
|
(uri (string-append "https://distfiles.audacious-media-player.org/"
|
||||||
"audacious-" version ".tar.bz2"))
|
"audacious-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cq4brifp992dhg0sbf180jjdv137g5wk8ac7hmzx0d4f3j09czy"))))
|
(base32 "14chrsh1dacw5r2qpzw0rhg2lchpbya90y96r6w0vry78p44sn17"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -256,7 +257,7 @@
|
||||||
(uri (string-append "https://distfiles.audacious-media-player.org/"
|
(uri (string-append "https://distfiles.audacious-media-player.org/"
|
||||||
"audacious-plugins-" version ".tar.bz2"))
|
"audacious-plugins-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zs1k91z272ql49qr7kxlxb0lajamc9ra41pgj3ynh8h7afgd83g"))))
|
(base32 "1ilzz2fv0mirlfhzhrcbccv996slj65z1ifibzrx0w5xqk4gcbk6"))))
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin") ; for gdbus-codegen
|
("glib:bin" ,glib "bin") ; for gdbus-codegen
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
@ -290,6 +291,7 @@
|
||||||
mesa
|
mesa
|
||||||
mpg123
|
mpg123
|
||||||
neon
|
neon
|
||||||
|
opusfile
|
||||||
pulseaudio
|
pulseaudio
|
||||||
sdl2
|
sdl2
|
||||||
soxr
|
soxr
|
||||||
|
|
Reference in a new issue