mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
5421d27b8d
commit
a9b98de463
1 changed files with 9 additions and 8 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue