svn commit: r485246 - head/multimedia/mythtv

Jan Beich jbeich at FreeBSD.org
Wed Nov 21 00:53:10 UTC 2018


Antoine Brodin <antoine at FreeBSD.org> writes:

> Author: antoine
> Date: Sun Nov 18 19:26:03 2018
> New Revision: 485246
> URL: https://svnweb.freebsd.org/changeset/ports/485246
>
> Log:
>   Mark BROKEN: fails to build
>   
>   mythrender_vdpau.cpp:205:24: error: field has incomplete type 'vdpau_render_state'
>       vdpau_render_state m_render;
>                          ^
>   
>   Reported by:	pkg-fallout
[...]
> ===>   mythtv-29.1_2,1 depends on shared library: libQt5WebKit.so - not found
> ===>   Installing existing package /packages/All/qt5-webkit-5.212.0.a2_14.txz
> Installing qt5-webkit-5.212.0.a2_14...
> `-- Installing gstreamer1-plugins-core-1.14...
> |   `-- Installing gstreamer1-libav-1.14.4_2...
> |   | `-- Installing ffmpeg-4.1,1...

This is a fallout from r484697. MythTV 29.1 bundles FFmpeg 3.2 because
VDPAU support relies on deprecated[1] API removed[2] in 4.0. As LOCALBASE
on FreeBSD isn't treated as -isystem by default[3] this make -I order
important e.g., -I/usr/local/include -I. will pick system headers
instead of bundled. Unfortunately, converting to USES=localbase:ldflags
doesn't help here because the port doesn't respect C*FLAGS when building
that file. And I couldn't figure out where C*FLAGS are overriden.

[1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/549294fbbe1c
[2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/7b9170411848
[3] https://wiki.freebsd.org/WarnerLosh/UsrLocal


More information about the svn-ports-all mailing list