[MacPorts] #54633: ffmpeg, ffmpeg-devel: not distributable on Snow Leopard or Lion

MacPorts noreply at macports.org
Sat May 15 15:34:36 UTC 2021


#54633: ffmpeg, ffmpeg-devel: not distributable on Snow Leopard or Lion
-----------------------------------+---------------------
  Reporter:  ryandesign            |      Owner:  dbevans
      Type:  defect                |     Status:  new
  Priority:  Normal                |  Milestone:
 Component:  ports                 |    Version:
Resolution:                        |   Keywords:
      Port:  ffmpeg, ffmpeg-devel  |
-----------------------------------+---------------------
Changes (by mascguy):

 * cc: danchr (added)


Comment:

 FYI, I built MacPorts with @Danchr's excellent work related to
 issue:60315, and here's our answer:

 {{{
 $ port licensecheck ffmpeg
 --->  Checking license for ffmpeg
 Warning: "ffmpeg" is not distributable because its license "GPL" conflicts
 with license "OpenSSL": librsvg -> glib2 -> python27 -> openssl
 Warning: "ffmpeg" is not distributable because its license "GPL" conflicts
 with license "SSLeay": librsvg -> glib2 -> python27 -> openssl
 }}}

 After the addition of `license_noconflict openssl`:

 {{{
 VirtMacPro28-1006:~ chrisadmin$ port licensecheck ffmpeg
 --->  Checking license for ffmpeg
 "ffmpeg" is distributable
 }}}

 So my first thought is, we REALLY need to add Dan's `licensecheck`
 functionality to base. IMHO, I think we should strongly consider adding it
 to the pending release (albeit with the change to move license data under
 `_resources`), as the risk is minimal.

 As for `ffmpeg`, given the dependency chain, is the `openssl` license a
 problem in this case?

-- 
Ticket URL: <https://trac.macports.org/ticket/54633#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list