gnu: xmp: Update to 4.2.0.

* gnu/packages/audio.scm (xmp): Update to 4.2.0.
[source]: Switch to github.
[native-inputs]: Add autoconf and automake.

Change-Id: Id155514b014e8c7c9a59abbad38e63bee0af7a7d
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Hugo Buddelmeijer 2025-08-02 15:14:32 +02:00 committed by Andreas Enge
parent 5421d27b8d
commit a9b98de463
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4927,17 +4927,18 @@ Scream Tracker 3 (S3M), Fast Tracker II (XM), and Impulse Tracker (IT).")
(define-public xmp
(package
(name "xmp")
(version "4.1.0")
(version "4.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/xmp/xmp/" version "/"
name "-" version ".tar.gz"))
(sha256
(base32
"17i8fc7x7yn3z1x963xp9iv108gxfakxmdgmpv3mlm438w3n3g8x"))))
(method git-fetch)
(uri (git-reference
(url "https://github.com/libxmp/xmp-cli")
(commit (string-append "xmp-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0c015v8r91g5nspfn6lldkw76dg3xjyg3x6s2sbiw6b3n7bf8znk"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
(list autoconf automake pkg-config))
(inputs
(list libxmp pulseaudio))
(home-page "https://xmp.sourceforge.net/")