Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77217 - [srsgui] Unused depends boost-libs
Attached to Project:
Community Packages
Opened by loqs (loqs) - Saturday, 21 January 2023, 21:32 GMT
Last edited by Antonio Rojas (arojas) - Friday, 01 September 2023, 19:00 GMT
Opened by loqs (loqs) - Saturday, 21 January 2023, 21:32 GMT
Last edited by Antonio Rojas (arojas) - Friday, 01 September 2023, 19:00 GMT
|
DetailsAdditional info:
* srsgui 2.0-2 |
This task depends upon
Closed by Antonio Rojas (arojas)
Friday, 01 September 2023, 19:00 GMT
Reason for closing: Fixed
Additional comments about closing: srsgui 2.0-3
Friday, 01 September 2023, 19:00 GMT
Reason for closing: Fixed
Additional comments about closing: srsgui 2.0-3
/usr/include/srsgui/common/WaterfallData.h:#include <boost/circular_buffer.hpp>
/usr/include/srsgui/common/WaterfallData.h:#include <boost/shared_ptr.hpp>
/usr/include/srsgui/common/WaterfallData.h: typedef boost::shared_ptr< std::vector<double> > VecPtr;
/usr/include/srsgui/common/WaterfallData.h: typedef boost::circular_buffer< VecPtr > VecPtrBuf;
So hmmm technically it should or should not? I suppose `boost` has the headers so boost-libs would not be required?
That was my thinking if it only uses the headers or static libs provided by boost it does not require a runtime dependency on boost-libs. Over ninety packages that list boost-libs in depends do use the shared libs. The ones that do not that I am aware of are:
arrow
FS#77177bitcoin
FS#77150codeblocks
deepin-file-manager
cvc4
FS#70790no longer uses boost and FTBFS and source checksum mismatchkicad
FS#77214paraview
FS#77215pingus
FS#77213scantailor-advanced
srsgui
FS#77217ukui-control-center
I am unsure about pyopencl-headers's usage.