unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58147: FAAC considered nonfree by Debian and Parabola
@ 2022-09-28 17:12 Denis 'GNUtoo' Carikli
  2022-09-28 19:22 ` Liliana Marie Prikler
  0 siblings, 1 reply; 4+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2022-09-28 17:12 UTC (permalink / raw)
  To: 58147

[-- Attachment #1: Type: text/plain, Size: 951 bytes --]

Hi,

The faac package is considered nonfree in Debian[1] and also in
Parabola because according to the Parabola blacklist faac "is a GPL'ed
package, but has non free code that can't be distributed under the
GPL"[2].

The path chosen by Parabola (and probably most other FSDG compliant or
100% free distributions) was to make the packages not depend on
faac. 

A quick search in the Parabola packages list[3] can show some of the
packages having been (re)built without faac support[4].

Reference:
----------
[1]https://packages.debian.org/bullseye/faac
[2]https://git.parabola.nu/blacklist.git/tree/blacklist.txt#n104
[3]https://www.parabola.nu/packages/?sort=&arch=x86_64&repo=Libre&q=faac&maintainer=&flagged=
[4]Parabola uses most Arch Linux packages as-is, and it excludes
   problematic packages and/or replaces problematic packages. This is
   why some of the replacement packages mention "without nonfree faac".

Denis.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#58147: FAAC considered nonfree by Debian and Parabola
  2022-09-28 17:12 bug#58147: FAAC considered nonfree by Debian and Parabola Denis 'GNUtoo' Carikli
@ 2022-09-28 19:22 ` Liliana Marie Prikler
  2022-09-28 22:41   ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Liliana Marie Prikler @ 2022-09-28 19:22 UTC (permalink / raw)
  To: Denis 'GNUtoo' Carikli, 58147

Am Mittwoch, dem 28.09.2022 um 19:12 +0200 schrieb Denis 'GNUtoo'
Carikli:
> Hi,
> 
> The faac package is considered nonfree in Debian[1] and also in
> Parabola because according to the Parabola blacklist faac "is a
> GPL'ed package, but has non free code that can't be distributed under
> the GPL"[2].
> 
> The path chosen by Parabola (and probably most other FSDG compliant
> or 100% free distributions) was to make the packages not depend on
> faac. 
Assuming one can clearly point out the non-free sources, the Guix way
would be removing those.  If they can't easily be separated, then yeah,
it has to go.

> A quick search in the Parabola packages list[3] can show some of the
> packages having been (re)built without faac support[4].
A list of packages relevant in Guix can be given using `guix refresh -l
faac'.


Cheers




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#58147: FAAC considered nonfree by Debian and Parabola
  2022-09-28 19:22 ` Liliana Marie Prikler
@ 2022-09-28 22:41   ` Mark H Weaver
  2022-10-16 12:00     ` Liliana Marie Prikler
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2022-09-28 22:41 UTC (permalink / raw)
  To: Liliana Marie Prikler, Denis 'GNUtoo' Carikli, 58147

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Am Mittwoch, dem 28.09.2022 um 19:12 +0200 schrieb Denis 'GNUtoo'
> Carikli:
>> The path chosen by Parabola (and probably most other FSDG compliant
>> or 100% free distributions) was to make the packages not depend on
>> faac. 
> Assuming one can clearly point out the non-free sources, the Guix way
> would be removing those.  If they can't easily be separated, then yeah,
> it has to go.

The details are documented here:

  <https://metadata.ftp-master.debian.org/changelogs//non-free/f/faac/faac_1.30-1_copyright>

Here's the relevant excerpt:

--8<---------------cut here---------------start------------->8---
Files: libfaac/bitstream.*
       libfaac/channels.c
       libfaac/filtbank.c
       libfaac/tns.*
Copyright: © 1996-1997
License: other
 This software module was originally developed in the course of
 development of the MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7,
 14496-1,2 and 3. This software module is an implementation of a part of
 one or more MPEG-2 NBC/MPEG-4 Audio tools as specified by the MPEG-2
 NBC/MPEG-4 Audio standard. ISO/IEC gives users of the MPEG-2 NBC/MPEG-4
 Audio standards free license to this software module or modifications
 thereof for use in hardware or software products claiming conformance
 to the MPEG-2 NBC/ MPEG-4 Audio standards. Those intending to use this
 software module in hardware or software products are advised that this
 use may infringe existing patents. The original developer of this
 software module and his/her company, the subsequent editors and their
 companies, and ISO/IEC have no liability for use of this software
 module or modifications thereof in an implementation. Copyright is not
 released for non MPEG-2 NBC/MPEG-4 Audio conforming products. The
 original developer retains full right to use the code for his/her own
 purpose, assign or donate the code to a third party and to inhibit
 third party from using the code for non MPEG-2 NBC/MPEG-4 Audio
 conforming products. This copyright notice must be included in all
 copies or derivative works.
--8<---------------cut here---------------end--------------->8---

I also confirmed by looking at the indicated source files in the result
of "guix build -S faac".  Not only do these copying permission notices
fail to grant the freedoms required by the free software definition, but
they explicitly say: "The original developer retains full right [...] to
inhibit third party from using the code for non MPEG-2 NBC/MPEG-4 Audio
conforming products."  That clearly contradicts freedom 0.

Based on the file names, I very much doubt that this library works at
all without the nonfree source files.  Therefore, we must remove the
'faac' package from Guix.

      Thanks,
        Mark

-- 
Disinformation flourishes because many people care deeply about injustice
but very few check the facts.  Ask me about <https://stallmansupport.org>.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#58147: FAAC considered nonfree by Debian and Parabola
  2022-09-28 22:41   ` Mark H Weaver
@ 2022-10-16 12:00     ` Liliana Marie Prikler
  0 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2022-10-16 12:00 UTC (permalink / raw)
  To: Mark H Weaver, Denis 'GNUtoo' Carikli, 58147-done

Am Mittwoch, dem 28.09.2022 um 18:41 -0400 schrieb Mark H Weaver:
> Based on the file names, I very much doubt that this library works at
> all without the nonfree source files.  Therefore, we must remove the
> 'faac' package from Guix.
> 
>       Thanks,
>         Mark
Took me long enough, but I now removed it.

Cheers




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-16 12:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 17:12 bug#58147: FAAC considered nonfree by Debian and Parabola Denis 'GNUtoo' Carikli
2022-09-28 19:22 ` Liliana Marie Prikler
2022-09-28 22:41   ` Mark H Weaver
2022-10-16 12:00     ` Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).