FS#50580 - qt-gstreamer: missing boost dependency

Attached to Project: Arch Linux
Opened by Pier Luigi Fiorini (plfiorini) - Monday, 29 August 2016, 23:18 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 29 August 2016, 23:37 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When building a program that depends on qt5-gstreamer I get:


-- Boost hasn't been found yet. Looking...
-- Could NOT find Boost
-- GCC 4.5 or later detected. Enabling C++0x support in QTGSTREAMER_FLAGS.
CMake Warning at CMakeLists.txt:94 (find_package):
Found package configuration file:

/usr/lib64/cmake/Qt5GStreamer/Qt5GStreamerConfig.cmake

but it set Qt5GStreamer_FOUND to FALSE so package "Qt5GStreamer" is
considered to be NOT FOUND.


Turns out that boost is not installed on my system but it's a requirement to build programs using Qt5GStreamer,
but boost is only a build dependency. It should rather be a runtime dependency.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 29 August 2016, 23:37 GMT
Reason for closing:  Not a bug
Additional comments about closing:  boost needs to be a makedep of the program you're building.

Loading...