#18339 closed enhancement (fixed)
Write compliant FFmpeg dependent ports
Reported by: | jm@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | ffmpeg | Cc: | |
Port: | sox |
Description
Some packages register FFmpeg dependencies as Ports, not libs. I submit several simple patches to solve this issue.
Attachments (1)
Change History (5)
Changed 16 years ago by jm@…
Attachment: | patch-sox.diff added |
---|
comment:1 Changed 16 years ago by dbevans (David B. Evans)
Keywords: | ffmpeg added |
---|---|
Owner: | changed from macports-tickets@… to devans@… |
Port: | sox added |
Status: | new → assigned |
comment:2 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 16 years ago by dbevans (David B. Evans)
Per input from ryandesign, changed dependency style to path (path:lib/libavcodec.dylib:ffmpeg) to ensure that only MacPorts ffmpeg version will be used, not something from outside our port tree. Committed in r46471.
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Changed dependency style as requested in r46468. This allows either ffmpeg or ffmpeg-devel to satisfy the dependency. Port builds successfully with either ffmpeg version (although the two are not ABI compatible with each other).