Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 09:38:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244432] multimedia/handbrake fails to build
Message-ID:  <bug-244432-7788-ia5QTyW9j5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244432-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244432-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244432

--- Comment #4 from Yuichiro NAITO <naito.yuichiro@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,=20
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244432-7788-ia5QTyW9j5>