Search Criteria
Package Details: actiona 3.10.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/actiona.git (read-only, click to copy) |
---|---|
Package Base: | actiona |
Description: | A task automation tool that allows you to create and execute action lists |
Upstream URL: | https://wiki.actiona.tools |
Licenses: | GPL3 |
Submitter: | None |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 13 |
Popularity: | 0.000010 |
First Submitted: | 2016-05-11 20:02 (UTC) |
Last Updated: | 2023-03-04 15:14 (UTC) |
Dependencies (9)
- libnotify (libnotify-gtk2AUR, libnotify-gitAUR)
- qt5-multimedia (qt5-multimedia-gitAUR)
- qt5-script (qt5-script-gitAUR)
- qt5-speech
- qt5-x11extras (qt5-x11extras-gitAUR)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- boost (boost-gitAUR) (make)
- opencv (opencv-cuda) (make)
- qt5-tools (qt5-tools-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
meanjollies commented on 2023-09-17 15:32 (UTC)
This sounds like an issue with how you're building actiona, specifically that you built it against opencv 4.7.0. If you run
ldd /usr/bin/actiona
you should seelibopencv_imgproc.so.408 => /usr/lib/libopencv_imgproc.so.408
andlibopencv_core.so.408 => /usr/lib/libopencv_core.so.408
. Make sure you've cleanly re-installed opencv and have cleanly rebuilt actiona.UnsavedTrash commented on 2023-09-17 07:08 (UTC)
opencv 4.8.0-5
meanjollies commented on 2023-09-16 19:23 (UTC)
python-opencv isn't required - just opencv, which should be providing libopencv_imgproc.so.408. What version of opencv are you using?
UnsavedTrash commented on 2023-09-16 19:04 (UTC) (edited on 2023-09-16 19:05 (UTC) by UnsavedTrash)
ActionA will not run when installed from here. I have re-installed it and fully reinstalled and verified python-opencv
[@**** ~]$ actiona
actiona: error while loading shared libraries: libopencv_imgproc.so.407: cannot open shared object file: No such file or directory
meanjollies commented on 2022-12-07 04:26 (UTC)
@edward3 when you run actiona from the command line, what standard out/error messages are you getting?
edward3 commented on 2022-12-06 21:53 (UTC)
I installed it but it won't start, where is the problem?
meanjollies commented on 2021-04-06 19:44 (UTC)
pkg-config is provided by
pkgconf
, which is part of base-devel. You should have already installed this prior to building any packages in the AUR. See https://wiki.archlinux.org/index.php/PKGBUILD#makedepends for more details.yigitdnz commented on 2019-12-23 15:27 (UTC)
@meanjollies Thank you. It works now.
1 2 3 Next › Last »