New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #35132 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

VLC @2.0.1_5 should declare dependency on libproxy (or disable this feature)

Reported by: michael.klein@… Owned by: jeremyhu@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc: nonstop.server@…
Port: VLC

Description

libaccess_http_plugin.dylib links against libproxy.1.dylib (if present), but there is no dependency

$ otool -L /opt/local/lib/vlc/plugins/libaccess_http_plugin.dylib
/opt/local/lib/vlc/plugins/libaccess_http_plugin.dylib:
	/opt/local/lib/libvlccore.5.dylib (compatibility version 7.0.0, current version 7.0.0)
	/opt/local/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.1.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.7)
	/opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.1.0)
	/opt/local/lib/libproxy.1.dylib (compatibility version 1.0.0, current version 1.0.0)
	/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.7)
	/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)

$ port rdeps VLC | grep libproxy

Change History

comment:1 Changed 11 months ago by nonstop.server@…

  • Cc nonstop.server@… added

Cc Me!

comment:2 Changed 11 months ago by ryandesign@…

  • Cc jeremyhu@… removed
  • Owner changed from macports-tickets@… to jeremyhu@…

comment:3 Changed 11 months ago by jeremyhu@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.