Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2020 02:52:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251044] multimedia/handbrake: Fails to build: dav1d not found
Message-ID:  <bug-251044-7788-NzvkOmZwtJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251044-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251044-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=3D251044

Yuichiro NAITO <naito.yuichiro@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(naito. |maintainer-feedback+
                   |yuichiro@gmail.com)         |

--- Comment #3 from Yuichiro NAITO <naito.yuichiro@gmail.com> ---
`dav1d.pc` is generated by meson and meson 0.56.0 has changed to put `-pthr=
ead`
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=3D--st=
atic`
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

--=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-251044-7788-NzvkOmZwtJ>