From fe0ab5dbeacbd1b00a0b5bfeef6dafa82e0c037d Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 16 Oct 2022 13:29:15 +0200 Subject: [PATCH] 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 . * 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 @@ (define-public libofa (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")