gnu: sfarkxtc: Update to 0-1.13cd6f937.
* gnu/packages/compression.scm (sfarkxtc): Update to 0-1.13cd6f937.
This commit is contained in:
parent
a64160d246
commit
3fa31317c2
|
@ -604,39 +604,40 @@ with the sfArk algorithm.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public sfarkxtc
|
(define-public sfarkxtc
|
||||||
(let ((commit "b5e0a2ba3921f019d74d4b92bd31c36dd19d2cf1"))
|
(let ((commit "13cd6f93725a90d91ec5ea75babf1dbd694ac463")
|
||||||
(package
|
(revision "1"))
|
||||||
(name "sfarkxtc")
|
(package
|
||||||
(version (string-take commit 10))
|
(name "sfarkxtc")
|
||||||
(source (origin
|
(version (git-version "0" revision commit))
|
||||||
;; There are no release tarballs, so we just fetch the latest
|
(source (origin
|
||||||
;; commit at this time.
|
;; There are no release tarballs, so we just fetch the latest
|
||||||
(method git-fetch)
|
;; commit at this time.
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/raboof/sfarkxtc.git")
|
(uri (git-reference
|
||||||
(commit commit)))
|
(url "https://github.com/raboof/sfarkxtc.git")
|
||||||
(file-name (git-file-name name version))
|
(commit commit)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"0f5x6i46qfl6ry21s7g2p4sd4b2r1g4fb03yqi2vv4kq3saryhvj"))))
|
(base32
|
||||||
(build-system gnu-build-system)
|
"1mb1jyk1m11l1gppd9hmql9cyp55sdf7jk5rbc7acky1z4k4mv19"))))
|
||||||
(arguments
|
(build-system gnu-build-system)
|
||||||
`(#:tests? #f ;no "check" target
|
(arguments
|
||||||
#:phases
|
`(#:tests? #f ;no "check" target
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(replace 'configure
|
(modify-phases %standard-phases
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(replace 'configure
|
||||||
(substitute* "Makefile"
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(("/usr/local") (assoc-ref outputs "out")))
|
(substitute* "Makefile"
|
||||||
#t)))))
|
(("/usr/local") (assoc-ref outputs "out")))
|
||||||
(inputs
|
#t)))))
|
||||||
`(("zlib" ,zlib)
|
(inputs
|
||||||
("sfarklib" ,sfarklib)))
|
`(("zlib" ,zlib)
|
||||||
(home-page "https://github.com/raboof/sfarkxtc")
|
("sfarklib" ,sfarklib)))
|
||||||
(synopsis "Basic sfArk decompressor")
|
(home-page "https://github.com/raboof/sfarkxtc")
|
||||||
(description "SfArk extractor converts SoundFonts in the compressed legacy
|
(synopsis "Basic sfArk decompressor")
|
||||||
|
(description "SfArk extractor converts SoundFonts in the compressed legacy
|
||||||
sfArk file format to the uncompressed sf2 format.")
|
sfArk file format to the uncompressed sf2 format.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public libmspack
|
(define-public libmspack
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue