~ruther/guix-local

fdfd6ccd2230b9b657d62362d05fb34198e554e6 — Hugo Buddelmeijer 10 months ago 6c95f0a
gnu: libxmp: Update to 4.6.3.

* gnu/packages/audio.scm (libxmp): Update to 4.6.3.
[source]: Switch to github.
[native-inputs]: Add autoconf.

Change-Id: Ic1aec890e0ec6db20f1e73acea0ff30da5b25923
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 8 insertions(+), 5 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +8 -5
@@ 4904,15 4904,18 @@ surround and reverb.")
(define-public libxmp
  (package
    (name "libxmp")
    (version "4.4.1")
    (version "4.6.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/xmp/libxmp/" version "/"
                                  name "-" version ".tar.gz"))
              (method git-fetch)
              (uri (git-reference
                     (url "https://github.com/libxmp/libxmp")
                     (commit (string-append "libxmp-" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1kycz4jsyvmf7ny9227b497wc7y5ligydi6fvvldmkf8hk63ad9m"))))
                "0mb54n2cqr8wvq02x9v8vdanvn01bhy0j1pyq2n3iykfnpjx4f2m"))))
    (build-system gnu-build-system)
    (native-inputs (list autoconf))
    (home-page "https://xmp.sourceforge.net/")
    (synopsis "Module player library")
    (description