Opened 6 months ago

Closed 6 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 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign removed
Owner: set to barracuda156
Port: xz removed
Status: newassigned
Summary: Some ports are broken by xz revert to an earlier version (and need a revbump)VLC2: Needs xz library dependency and revbump

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 in depends_lib; if it links with liblzma, that dependency should be added and the revision increased.

comment:2 in reply to:  1 Changed 6 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 in depends_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.

Last edited 6 months ago by barracuda156 (previous) (diff)

comment:3 Changed 6 months ago by barracuda156

Resolution: fixed
Status: assignedclosed

In 3935349de9e35de6d9227ade8c71d4edc10a0824/macports-ports (master):

VLC2: add dependency on xz, revbump

Fixes: #69625

Note: See TracTickets for help on using tickets.