[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-desktop updated: gnu: faad2: Update to 2.8.8.
From: |
guix-commits |
Subject: |
branch wip-desktop updated: gnu: faad2: Update to 2.8.8. |
Date: |
Wed, 24 Jun 2020 18:39:49 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch wip-desktop
in repository guix.
The following commit(s) were added to refs/heads/wip-desktop by this push:
new 588ff51 gnu: faad2: Update to 2.8.8.
588ff51 is described below
commit 588ff51339097b784b47051f73a85eaac9186f04
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sun Jun 14 01:39:05 2020 -0400
gnu: faad2: Update to 2.8.8.
* gnu/packages/audio.scm (faad2): Update package definition.
[version]: Update to 2.8.8.
[source]<origin>[sha256]: Modify base32.
[synopsis]: Modify.
[description]: Modify.
[license]: Update to gpl2+.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/audio.scm | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 74ef711..5365f4b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1315,22 +1315,21 @@ 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)
+ (synopsis "Freeware Advanced Audio Decoder")
+ (description "FAAD2 is a MPEG-4 and MPEG-2 AAC decoder.")
(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)))
+ (license license:gpl2+)))
(define-public faust
(package
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-desktop updated: gnu: faad2: Update to 2.8.8.,
guix-commits <=