Ticket #35132 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.


Cc Me!