Search Criteria
Package Details: sigviewer 0.6.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sigviewer.git (read-only, click to copy) |
---|---|
Package Base: | sigviewer |
Description: | A viewing application for biosignals |
Upstream URL: | https://github.com/cbrnr/sigviewer |
Licenses: | GPL |
Submitter: | cbrnr |
Maintainer: | cbrnr |
Last Packager: | cbrnr |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-20 13:02 (UTC) |
Last Updated: | 2019-11-18 11:39 (UTC) |
Dependencies (3)
- libbiosigAUR
- libxdfAUR
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
Latest Comments
cbrnr commented on 2019-11-18 11:42 (UTC)
I've updated the PKGBUILD and I'm using a true empty list now (don't know where the quotes came from). Regarding libxdf, 0.99 is already the latest version. There's nothing this package can do for you regarding dependencies (but I do recommend yay for this purpose).
Tabsc commented on 2019-11-18 09:55 (UTC)
Thanks again for the update. I noticed that the "makedepends" list is empty (i.e. set to ''). Setting it to a really empty list "()" worked for me. However I had to first update libxdf. Would it be possible to correct the dependencies ?
cbrnr commented on 2018-09-14 10:35 (UTC)
Thanks for the heads up. I think I have already fixed this in 0.6.2, which I will soon upload. If not, I will implement your suggestions to make it work.
Tabsc commented on 2018-09-13 16:27 (UTC)
I also add to remove std:: in front of isnan in this file: src/gui_impl/signal_browser/signal_graphics_item.cpp:322:19
Tabsc commented on 2018-09-13 16:22 (UTC)
Got the following error:
src/gui_impl/gui_helper_functions.cpp: In function ‘void sigviewer::GuiHelper::animateProperty(QObject, const QByteArray&, const QVariant&, const QVariant&, QObject, const char)’: src/gui_impl/gui_helper_functions.cpp:57:50: error: variable ‘QAction dummy_action’ has initializer but incomplete type QAction dummy_action (call_back_object); ^ make: ** [Makefile:2462: tmp/release/gui_helper_functions.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
I just added #include <qaction> in the file and it worked (using make obviously)...</qaction>