[Bug 251044] multimedia/handbrake: Fails to build: dav1d not found
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 13 02:52:58 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251044
Yuichiro NAITO <naito.yuichiro at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|maintainer-feedback?(naito. |maintainer-feedback+
|yuichiro at gmail.com) |
--- Comment #3 from Yuichiro NAITO <naito.yuichiro at gmail.com> ---
`dav1d.pc` is generated by meson and meson 0.56.0 has changed to put `-pthread`
in `Libs.private`. The previous meson version 0.55.3 doesn't do this way.
ffmpeg libraries are statically linked to HandBrake binary.
So as Mike says, it is good solution that adding `--pkg-config-flags=--static`
to ffmpeg configure option.
I generated a patch file from Mike's code.
Please apply `handbrake-1.3.3_3.patch` to Ports tree.
To clarify how to reproduce this problem:
1. uninstall multimedia/dav1d
# pkg delete -f dav1d
2. make sure meson version is 0.56.0
# meson --version
0.56.0
3. build multimedia/handbrake
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list