guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: faad2: Update to 2.8.8.


From: guix-commits
Subject: branch master updated: gnu: faad2: Update to 2.8.8.
Date: Tue, 18 Aug 2020 19:28:41 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 31f226c  gnu: faad2: Update to 2.8.8.
31f226c is described below

commit 31f226c44aabb9583dc0c0bd2dfb35726c56af4c
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 to 2.8.8.
    [license]: Update to gpl2+.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/audio.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2fe0678..1c8652d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]