Opened 9 years ago
Closed 9 years ago
#51197 closed defect (fixed)
goldendict: build fails with ffmpeg-3.0+
Reported by: | dbevans (David B. Evans) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | goldendict |
Description
As noted in #50694, the current version of goldendict fails to build with ffmpeg 3.0+ due to the use of deprecated API removed that has been removed in 3.0. The problem has now been addressed upstream.
Attached is a patch that backports these changes to the current release version. With this patch applied goldendict now builds correctly using either ffmpeg 2.8 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.
Attachments (1)
Change History (2)
Changed 9 years ago by dbevans (David B. Evans)
Attachment: | patch-goldendict-ffmpeg-3.0.diff added |
---|
comment:1 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r148140.
Note: See
TracTickets for help on using
tickets.
Proposed patch allowing build with either ffmpeg 2.8 or 3.0+