[kde-freebsd] qt 5.5 branch multimedia

2015-09-27 Thread Adriaan de Groot
Right now, the area51 qt 5.5 branch does the following during the build of qt5-multimedia: --- qt-post-install --- echo "# define QT_GSTREAMER" >> /wrkdirs/usr/ports/multimedia/qt5- multimedia/work/stage/usr/local/include/qt5/QtCore/modules/qconfig-multimedia.h echo "# define QT_GST_VERSION=1.0"

Re: [kde-freebsd] qt 5.5 branch multimedia

2015-09-27 Thread Adriaan de Groot
On Sunday 27 September 2015 21:03:05 Adriaan de Groot wrote: > Right now, the area51 qt 5.5 branch does the following during the build of > qt5-multimedia: The problem is here in bsd.qt.mk, but I'm my make(1)-fu is insufficiently strong to do something non-hackish about it: . for def in ${QT_D

[kde-freebsd] qt5-phonon4-gstreamer

2015-09-27 Thread Adriaan de Groot
(First) Patch to FindGStreamer.cmake for qt5-phonon4-gstreamer attached -- it may need a teensy bit of massaging to work in the port. It fixes the include problems caused by gstconfig.h moving out of the regular include tree. [ade]--- cmake/FindGStreamer.cmake.orig 2015-09-27 19:23:06.0

Re: [kde-freebsd] qt 5.5 branch multimedia

2015-09-27 Thread Adriaan de Groot
On Sunday 27 September 2015 21:05:49 Adriaan de Groot wrote: > On Sunday 27 September 2015 21:03:05 Adriaan de Groot wrote: > > Right now, the area51 qt 5.5 branch does the following during the build of > > > . for def in ${QT_DEFINES:N-*:O:u} > @${ECHO_CMD} "#if !defined(QT_${def}) && !

Re: [kde-freebsd] qt5-phonon4-gstreamer

2015-09-27 Thread Koop Mast
On 27/09/2015 21:35, Adriaan de Groot wrote: (First) Patch to FindGStreamer.cmake for qt5-phonon4-gstreamer attached -- it may need a teensy bit of massaging to work in the port. It fixes the include problems caused by gstconfig.h moving out of the regular include tree. [ade] The reason for t