Opened 9 years ago
Closed 9 years ago
#51207 closed update (fixed)
moc: update to version 2.6-alpha1, fix ffmpeg 3.0 build issues
Reported by: | dbevans (David B. Evans) | Owned by: | eu@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | moc |
Description
As noted in #50694, the current version of moc fails to build with ffmpeg 3.0+ due to the use of deprecated API removed in 3.0.
Attached is a proposed patch that updates moc to version 2.6-alpha1 with additional upstream patches (svn 2782-2785, 2800) that address the ffmpeg 3.0 issues. Outdated patches have been removed, master_sites and livecheck updated. The resulting update builds correctly using either the current ffmpeg 2.8.6 or ffmpeg 3.0+. I suggest committing these changes now allowing the port to be updated to ffmpeg 3.0 with a simple revbump when that port is committed.
Let me know if this is OK to commit.
Attachments (1)
Change History (2)
Changed 9 years ago by dbevans (David B. Evans)
Attachment: | patch-moc-2.6-alpha1-ffmpeg-3.0.diff added |
---|
comment:1 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r148143, maintainer timeout.
Note: See
TracTickets for help on using
tickets.
Proposed patch updating to version 2.6-alpha1 with upstream ffmpeg fixes