Summary: | multimedia/ffmpeg: Don't ship static libraries | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-multimedia (Nobody) <multimedia> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | tcberner | ||||||||
Priority: | --- | Flags: | tcberner:
maintainer-feedback+
|
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 271798 | ||||||||||
Attachments: |
|
Created attachment 222131 [details]
Patch for ffmpeg v2
Drop static libraries
Discussed with mat@ and tcberner@ on IRC
Created attachment 222132 [details]
Patch for ffmpeg v3
Clean patch, sorry
Committed, thanks! A commit references this bug: Author: tcberner Date: Thu Feb 4 20:19:55 UTC 2021 New revision: 564063 URL: https://svnweb.freebsd.org/changeset/ports/564063 Log: multimedia/ffmpeg: Don't ship static libraries PR: 253124 Submitted by: daniel.engberg.lists@pyret.net Changes: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/pkg-plist |
Created attachment 222037 [details] Patch for ffmpeg It makes little sense to ship these huge libraries by default so disable by default and make it optional Compile tested on FreeBSD 13.0-ALPHA2 (amd64) (make, make check-plist)