Opened 8 months ago
Closed 8 months ago
#69625 closed defect (fixed)
VLC2: Needs xz library dependency and revbump
Reported by: | barracuda156 | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.1 |
Keywords: | Cc: | ||
Port: | VLC2 |
Description
VLC2, for example:
Incompatible library version: /opt/local/libexec/vlc2/lib/vlc/plugins/demux/libavformat_plugin.dylib requires version 12.0.0 or later, but /opt/local/lib/liblzma.5.dylib provides version 10.0.0 Incompatible library version: /opt/local/libexec/vlc2/lib/vlc/plugins/misc/libxml_plugin.dylib requires version 12.0.0 or later, but /opt/local/lib/liblzma.5.dylib provides version 10.0.0 Incompatible library version: /opt/local/libexec/vlc2/lib/vlc/plugins/notify/libnotify_plugin.dylib requires version 12.0.0 or later, but /opt/local/lib/liblzma.5.dylib provides version 10.0.0 Incompatible library version: /opt/local/libexec/vlc2/lib/vlc/plugins/packetizer/libpacketizer_avparser_plugin.dylib requires version 12.0.0 or later, but /opt/local/lib/liblzma.5.dylib provides version 10.0.0 Incompatible library version: /opt/local/libexec/vlc2/lib/vlc/plugins/text_renderer/libsvg_plugin.dylib requires version 12.0.0 or later, but /opt/local/lib/liblzma.5.dylib provides version 10.0.0
Change History (3)
comment:1 follow-up: 2 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign removed |
---|---|
Owner: | set to barracuda156 |
Port: | xz removed |
Status: | new → assigned |
Summary: | Some ports are broken by xz revert to an earlier version (and need a revbump) → VLC2: Needs xz library dependency and revbump |
comment:2 Changed 8 months ago by barracuda156
Replying to ryandesign:
I already revbumped all of the ports I could find that have xz in
depends_lib
and were updated during the short period of time that xz was at version 5.6.1; see #69619. VLC2 does not have xz independs_lib
; if it links with liblzma, that dependency should be added and the revision increased.
Thank you, I will address it then.
Should it use xz
or rather lzma
port though?
UPD. There is no configure option for it, I will just add a dep on xz
then.
comment:3 Changed 8 months ago by barracuda156
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I already revbumped all of the ports I could find that have xz in
depends_lib
and were updated during the short period of time that xz was at version 5.6.1; see #69619. VLC2 does not have xz independs_lib
; if it links with liblzma, that dependency should be added and the revision increased.