me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 12 additions and 12 deletions

View File

@ -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