Search Criteria
Package Details: actiona 3.10.2-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: | GPL-3.0-only |
Submitter: | None |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-11 20:02 (UTC) |
Last Updated: | 2024-01-31 02:00 (UTC) |
Dependencies (17)
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libnotify (libnotify-gitAUR)
- opencv (opencv-cuda)
- qt5-multimedia
- qt5-script (qt5-script-gitAUR)
- qt5-speech
- qt5-x11extras
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- vtk (vtk-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cpp-miniAUR (make)
- qt5-tools (make)
Latest Comments
1 2 3 Next › Last »
meanjollies commented on 2024-01-18 13:52 (UTC)
Thanks - I've added them. Sorry about that. I completely forgot to include them during my testing.
rv1sr commented on 2024-01-18 06:58 (UTC)
Please add
cmake
to 'makedepends' andjsoncpp
to 'depends' (as optionally required byvtk
, but without Actiona will crash on startup with "error while loading shared libraries: libjsoncpp.so.25")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.1 2 3 Next › Last »