[MacPorts] #69855: XviD: Missing unversioned symlink
MacPorts
noreply at macports.org
Sun Apr 28 22:41:11 UTC 2024
#69855: XviD: Missing unversioned symlink
--------------------------+--------------------
Reporter: TurtleWilly | Owner: (none)
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: XviD |
--------------------------+--------------------
Description changed by TurtleWilly:
Old description:
> 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/
> libxvidcode.dylib -> libxvidcore.4.dylib
> }}}
New description:
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
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/69855#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list