mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: audacious: Update to 4.4.2.
* gnu/packages/music.scm (audacious): Update to 4.4.2. [inputs]: Remove qtbase-5, qtmultimedia-5. Add qtbase, qtsvg. Change-Id: I9967c7d6f30ebca187e0b6cc56469cea01c8df97
This commit is contained in:
parent
fadfec4c92
commit
231e6da297
1 changed files with 5 additions and 5 deletions
|
@ -267,14 +267,14 @@ presented by the Linux kernel Focusrite Scarlett2 USB Protocol Mixer Driver.")
|
||||||
(define-public audacious
|
(define-public audacious
|
||||||
(package
|
(package
|
||||||
(name "audacious")
|
(name "audacious")
|
||||||
(version "4.3.1")
|
(version "4.4.2")
|
||||||
(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 "0hi0njnw3q7kngmjk837ynagighrbz8a4wpf8bim2nsh85lf5sc5"))))
|
(base32 "01ahr6p7nvzj6mixahifcwv12s7h34sp09yq4023ffy9z029al1l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -318,14 +318,14 @@ presented by the Linux kernel Focusrite Scarlett2 USB Protocol Mixer Driver.")
|
||||||
(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 "19n8zpayakszm00bakfzagbbqci95dxv4h7j9ml2sfjqmzijdsid"))))
|
(base32 "1gfl33gsxn69cmxdfk4m3v0578wa29y6d33iza066cbb7dlr9x2h"))))
|
||||||
("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)))
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus
|
(list dbus
|
||||||
qtbase-5
|
qtbase
|
||||||
qtmultimedia-5
|
qtsvg
|
||||||
;; Plugin dependencies
|
;; Plugin dependencies
|
||||||
alsa-lib
|
alsa-lib
|
||||||
curl
|
curl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue