[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/86: gnu: faad2: Update to 2.8.8.
From: |
guix-commits |
Subject: |
40/86: gnu: faad2: Update to 2.8.8. |
Date: |
Sun, 5 Jul 2020 16:17:01 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit b7ec4be823687f7ca72bf8174d0f26b3451d6b97
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
- 14/86: gnu: google-brotli: Update package definition., (continued)
- 14/86: gnu: google-brotli: Update package definition., guix-commits, 2020/07/05
- 44/86: gnu: gobject-introspection: Update package definition., guix-commits, 2020/07/05
- 56/86: gnu: Add tslib., guix-commits, 2020/07/05
- 54/86: gnu: Add ruby-slim., guix-commits, 2020/07/05
- 60/86: gnu: Add faac., guix-commits, 2020/07/05
- 61/86: gnu: Add flite., guix-commits, 2020/07/05
- 67/86: gnu: Add libquicktime., guix-commits, 2020/07/05
- 35/86: gnu: glib-networking: Update to 2.62.4., guix-commits, 2020/07/05
- 38/86: gnu: gsettings-desktop-schemas: Update package definition., guix-commits, 2020/07/05
- 39/86: gnu: Add esound., guix-commits, 2020/07/05
- 40/86: gnu: faad2: Update to 2.8.8.,
guix-commits <=
- 46/86: gnu: Add libvisual., guix-commits, 2020/07/05
- 71/86: gnu: Add tinyalsa., guix-commits, 2020/07/05
- 78/86: gnu: Add webrtc-audio-processing., guix-commits, 2020/07/05
- 66/86: gnu: Add schroedinger., guix-commits, 2020/07/05
- 68/86: gnu: Add mjpegtools., guix-commits, 2020/07/05
- 85/86: gnu: gtk+-2: Update package definition., guix-commits, 2020/07/05
- 58/86: gnu: Add libtimidity., guix-commits, 2020/07/05
- 51/86: gnu: Add nng., guix-commits, 2020/07/05
- 52/86: gnu: Add ccextractor., guix-commits, 2020/07/05
- 55/86: gnu: Add libmpeg3., guix-commits, 2020/07/05