gnu: faad2: Update to 2.8.8.
* gnu/packages/audio.scm (faad2): Update to 2.8.8. [license]: Update to gpl2+. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
cb9d0aa860
commit
31f226c44a
|
@ -1678,22 +1678,22 @@ also play midifiles using a Soundfont.")
|
|||
(define-public faad2
|
||||
(package
|
||||
(name "faad2")
|
||||
(version "2.8.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/faac/faad2-src/faad2-"
|
||||
(version-major+minor version) ".0/"
|
||||
"faad2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"089zqykqgmmysznvk0bi2pfvdqwclnn540d0zks83sv2pynpfjb5"))))
|
||||
(version "2.8.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "mirror://sourceforge/faac/faad2-src/faad2-"
|
||||
(version-major+minor version) ".0/"
|
||||
"faad2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0va284hndhn0ynm4lyn219qw4y8wa4agfkqgwlaji7bqp6nkyp4q"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.audiocoding.com/faad2.html")
|
||||
(synopsis "MPEG-4 and MPEG-2 AAC decoder")
|
||||
(description
|
||||
"FAAD2 is an MPEG-4 and MPEG-2 AAC decoder supporting LC, Main, LTP, SBR,
|
||||
PS, and DAB+.")
|
||||
(license license:gpl2)))
|
||||
-PS, and DAB+.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public faust
|
||||
(package
|
||||
|
|
Reference in New Issue