[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/331: gnu: faad2: Update to 2.8.8.
From: |
guix-commits |
Subject: |
39/331: gnu: faad2: Update to 2.8.8. |
Date: |
Fri, 14 Aug 2020 11:12:45 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 26bbbae641c58f4440ecbbb77237bbd329b4309d
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 79fdd1f..90957ba 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1386,22 +1386,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
- 15/331: gnu: font-cantarell: Update package definition., (continued)
- 15/331: gnu: font-cantarell: Update package definition., guix-commits, 2020/08/14
- 22/331: gnu: Add nuspell., guix-commits, 2020/08/14
- 23/331: gnu: enchant-1.6: Update package definition., guix-commits, 2020/08/14
- 33/331: gnu: gjs: Update to 1.58.8., guix-commits, 2020/08/14
- 37/331: gnu: gsettings-desktop-schemas: Update package definition., guix-commits, 2020/08/14
- 21/331: gnu: Add ronn., guix-commits, 2020/08/14
- 26/331: gnu: fcitx: Update package definition., guix-commits, 2020/08/14
- 30/331: gnu: gdk-pixbuf+svg: Update package definition., guix-commits, 2020/08/14
- 36/331: gnu: graphene: Update package definition., guix-commits, 2020/08/14
- 35/331: gnu: Add mutest., guix-commits, 2020/08/14
- 39/331: gnu: faad2: Update to 2.8.8.,
guix-commits <=
- 40/331: gnu: glib: Update package definition., guix-commits, 2020/08/14
- 42/331: gnu: glib-networking: Update to 2.64.3., guix-commits, 2020/08/14
- 38/331: gnu: Add esound., guix-commits, 2020/08/14
- 43/331: gnu: gobject-introspection: Update package definition., guix-commits, 2020/08/14
- 44/331: gnu: gstreamer: Update package definition., guix-commits, 2020/08/14
- 18/331: gnu: clutter-gst: Update package definition., guix-commits, 2020/08/14
- 29/331: gnu: gdk-pixbuf: Update package definition., guix-commits, 2020/08/14
- 19/331: gnu: cogl: Update package definition., guix-commits, 2020/08/14
- 20/331: gnu: dconf: Update to 0.36.0., guix-commits, 2020/08/14
- 24/331: gnu: enchant: Update package definition., guix-commits, 2020/08/14