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>
This commit is contained in:
Raghav Gururajan 2020-06-14 01:39:05 -04:00 committed by Danny Milosavljevic
parent cb9d0aa860
commit 31f226c44a
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5

View File

@ -1678,22 +1678,22 @@ also play midifiles using a Soundfont.")
(define-public faad2 (define-public faad2
(package (package
(name "faad2") (name "faad2")
(version "2.8.6") (version "2.8.8")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "mirror://sourceforge/faac/faad2-src/faad2-" (method url-fetch)
(version-major+minor version) ".0/" (uri
"faad2-" version ".tar.gz")) (string-append "mirror://sourceforge/faac/faad2-src/faad2-"
(sha256 (version-major+minor version) ".0/"
(base32 "faad2-" version ".tar.gz"))
"089zqykqgmmysznvk0bi2pfvdqwclnn540d0zks83sv2pynpfjb5")))) (sha256
(base32 "0va284hndhn0ynm4lyn219qw4y8wa4agfkqgwlaji7bqp6nkyp4q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.audiocoding.com/faad2.html")
(synopsis "MPEG-4 and MPEG-2 AAC decoder") (synopsis "MPEG-4 and MPEG-2 AAC decoder")
(description (description
"FAAD2 is an MPEG-4 and MPEG-2 AAC decoder supporting LC, Main, LTP, SBR, "FAAD2 is an MPEG-4 and MPEG-2 AAC decoder supporting LC, Main, LTP, SBR,
PS, and DAB+.") -PS, and DAB+.")
(license license:gpl2))) (license license:gpl2+)))
(define-public faust (define-public faust
(package (package