guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Remove faac.


From: guix-commits
Subject: 03/03: gnu: Remove faac.
Date: Sun, 16 Oct 2022 08:00:13 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit fe0ab5dbeacbd1b00a0b5bfeef6dafa82e0c037d
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Oct 16 13:29:15 2022 +0200

    gnu: Remove faac.
    
    Contrary to the misleading license field, the ISO MPEG-4 code is not 
actually
    GPL-licensed, but actually contradicts freedom 0.
    For further information, see <https://issues.guix.gnu.org/58147>.
    
    * gnu/packages/audio.scm (faac): Delete variable.
---
 gnu/packages/audio.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f57c22240a..b9e374fb5c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -475,31 +475,6 @@ by MusicIP.")
     (home-page "https://code.google.com/archive/p/musicip-libofa/";)
     (license license:gpl2+)))
 
-(define-public faac
-  (package
-    (name "faac")
-    (version "1.30")
-    (source
-     (origin
-       (method url-fetch)
-       (uri
-        (string-append "mirror://sourceforge/faac/faac-src"
-                       "/faac-" version "/faac-1_30.tar.gz"))
-       (sha256
-        (base32 "1lmj0dib3mjp84jhxc5ddvydkzzhb0gfrdh3ikcidjlcb378ghxd"))))
-    (build-system gnu-build-system)
-    (native-inputs
-     (list autoconf automake libtool pkg-config))
-    (synopsis "Freeware Advanced Audio Coder")
-    (description "FAAC is an MPEG-4 and MPEG-2 AAC encoder.")
-    (home-page "https://www.audiocoding.com/faac.html";)
-    (license
-     (list
-      ;; ISO MPEG-4 reference code.
-      license:gpl2+
-      ;; Others.
-      license:lgpl2.0+))))
-
 (define-public libtimidity
   (package
     (name "libtimidity")



reply via email to

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