Ticket #33503 (closed enhancement: fixed)
ffmpeg-devel: explicitly disable opencore-amr
| Reported by: | hans@… | Owned by: | devans@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | haspatch | Cc: | jeremyhu@… |
| Port: | ffmpeg-devel |
Description
Attached is a patch to Portfile which explicitly disables the use on recently introduced audio/opencore-amr, so that we are sure there are no hiden dependencies.
Attachments
Change History
comment:2 Changed 10 months ago by jmr@…
- Owner changed from macports-tickets@… to devans@…
- Cc jeremyhu@… added
- Version 2.0.4 deleted
comment:3 Changed 10 months ago by jeremyhu@…
- Status changed from new to closed
- Resolution set to fixed
I'm concerned that you said it was just picking up the library when present. The configure script requires --enable-version3 to manually enable opencore-amr support, meaning it is GPL-3+. Hopefully that is now moot with r96093, but I am concerned that some built code might be tagged LGPL-2.1+ even though it is GPL-3+. That is on ffmpeg to deal with though, since we were running configure properly by their instructions.
Note: See
TracTickets for help on using
tickets.

