[Bug 244432] multimedia/handbrake fails to build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 27 09:38:51 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244432
--- Comment #4 from Yuichiro NAITO <naito.yuichiro at gmail.com> ---
(In reply to Sean Farley from comment #2)
Thank you very much for the pkgconfig path patch.
The default pkgconfig path of meson is libdata/pkgconfig on FreeBSD.
It's correct but in the HandBrake build it should be as same as Linux
environment.
So, I patched `meson.build` file to fix as same as HandBrake lib/pkgconfig
path.
In my poudriere environment, there are two dav1d.
One is HandBrake contib, the other is FreeBSD ports.
HandBrake requires gstreamer1-libav port for HandBrake preview feature,
It requires ffmpeg port and ffmpeg default option includes DAV1D.
So, my dav1d.pc is solved by /usr/local/libdata/pkgconfig/dav1.pc
in my poudriere environment.
`Fix meson path` patch file should fix this problem.
Please check and see it.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list