Re: git: ea9a5fa192a1 - main - multimedia/jellyfin-ffmpeg7: New port: FFmpeg with patches for HDR tone mapping (tonemapx/libplacebo)
Gleb Popov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <CALH631njrPQmy+=qE7YYq8EyoyUYGxq0Q1xQsOh1+u8P-1a+XQ@mail.gmail.com> |
On Tue, Aug 18, 2026 at 2:30 AM Jesús Daniel Colmenares Oviedo <[email protected]> wrote: > > +# The bundled headers stay under the private prefix so they do not collide > +# with multimedia/ffmpeg's include/libav*. The pkg-config files are relocated > +# in post-install to libdata/pkgconfig with a jellyfin-ffmpeg7- filename prefix > +# (Requires tokens rewritten to match) so they are discoverable system-wide > +# without colliding with multimedia/ffmpeg's libav*.pc. > +JFFMPEG_DIR= ${PREFIX}/lib/jellyfin-ffmpeg7 > +USE_LDCONFIG= ${JFFMPEG_DIR}/lib Do we really need to advertise these libraries? AFAIK, Jellyfin only calls into the executable, it doesn't link to anything from this port.