[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/100: gnu: faad2: Update to 2.8.8.
From: |
guix-commits |
Subject: |
40/100: gnu: faad2: Update to 2.8.8. |
Date: |
Wed, 8 Jul 2020 03:36:43 -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
- 19/100: gnu: cogl: Update package definition., (continued)
- 19/100: gnu: cogl: Update package definition., guix-commits, 2020/07/08
- 24/100: gnu: enchant-1.6: Update package definition., guix-commits, 2020/07/08
- 25/100: gnu: enchant: Update package definition., guix-commits, 2020/07/08
- 33/100: gnu: Add sysprof., guix-commits, 2020/07/08
- 34/100: gnu: gjs: Update to 1.58.8., guix-commits, 2020/07/08
- 41/100: gnu: glib: Update package definition., guix-commits, 2020/07/08
- 43/100: gnu: glib-networking: Update to 2.64.3., guix-commits, 2020/07/08
- 37/100: gnu: graphene: Update package definition., guix-commits, 2020/07/08
- 38/100: gnu: gsettings-desktop-schemas: Update package definition., guix-commits, 2020/07/08
- 46/100: gnu: Add libvisual., guix-commits, 2020/07/08
- 40/100: gnu: faad2: Update to 2.8.8.,
guix-commits <=
- 45/100: gnu: gstreamer: Update package definition., guix-commits, 2020/07/08
- 51/100: gnu: Add nng., guix-commits, 2020/07/08
- 52/100: gnu: Add ccextractor., guix-commits, 2020/07/08
- 50/100: gnu: Add nanomsg., guix-commits, 2020/07/08
- 42/100: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/07/08
- 47/100: gnu: Add libvisual-plugins., guix-commits, 2020/07/08
- 54/100: gnu: Add ruby-slim., guix-commits, 2020/07/08
- 64/100: gnu: Add libde265., guix-commits, 2020/07/08
- 59/100: gnu: Add directfb., guix-commits, 2020/07/08
- 62/100: gnu: Add ffmpeg-2.8., guix-commits, 2020/07/08