Opened 10 years ago

Closed 10 years ago

#41459 closed defect (fixed)

mlt: missing dependency on swfdec

Reported by: dbevans (David B. Evans) Owned by: ddennedy (Dan Dennedy)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: haspatch Cc:
Port: mlt

Description

If port swfdec is installed mlt will build libmltswfdec.dylib but swfdec is not in the mlt dependency tree.

Attachments (1)

mlt-Portfile-41459.diff (1.0 KB) - added by ddennedy (Dan Dennedy) 10 years ago.
dependency fixes

Download all attachments as: .zip

Change History (5)

comment:1 Changed 10 years ago by ddennedy (Dan Dennedy)

Add the dependency to Portfile or disable that module in the mlt configure? This will have to wait until I migrate my MacPorts to OS X Mavericks.

Changed 10 years ago by ddennedy (Dan Dennedy)

Attachment: mlt-Portfile-41459.diff added

dependency fixes

comment:2 Changed 10 years ago by ddennedy (Dan Dennedy)

Hi, I upgrade MacPorts tonight and made a patch for this. I chose to exclude the swfdec module as gtk is currently optional via variant, and I did not want to pull in all of the dependencies gst and g*-related dependencies that implies through swfdec! I also found that I was missing a libxml2 port dependency even though that is provided implicitly through other ports. I suppose it is good practice to explicitly list direct dependencies. P.S. I do not have commit access and neither do I have edit access to this ticket to update any keywords such as haspatch.

comment:3 Changed 10 years ago by larryv (Lawrence Velázquez)

Keywords: haspatch added

comment:4 Changed 10 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Patch committed in r113632. Thanks.

Note: See TracTickets for help on using tickets.