Opened 6 months ago

Last modified 5 months ago

#69855 new enhancement

XviD: Missing unversioned symlink — at Version 2

Reported by: TurtleWilly (Wilhelm Loves Their Turtles) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: XviD

Description (last modified by TurtleWilly (Wilhelm Loves Their Turtles))

The build installs the following:

    lib/
        libxvidcore.4.dylib
        libxvidcore.a

Anything that links with -lxvidcore will automatically link statically. The .dylib is entirely useless like that. I do recommend adding an extra symlink to the versioned lib in "post-destroot":

    lib/
        libxvidcore.dylib -> libxvidcore.4.dylib

Change History (2)

comment:1 Changed 6 months ago by TurtleWilly (Wilhelm Loves Their Turtles)

Summary: XviD:XviD: Missing unversioned symlink

comment:2 Changed 6 months ago by TurtleWilly (Wilhelm Loves Their Turtles)

Description: modified (diff)
Note: See TracTickets for help on using tickets.