Package Details: actiona 3.10.2-1

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.000001
First Submitted: 2016-05-11 20:02 (UTC)
Last Updated: 2024-01-31 02:00 (UTC)

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' and jsoncpp to 'depends' (as optionally required by vtk, 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 see libopencv_imgproc.so.408 => /usr/lib/libopencv_imgproc.so.408 and libopencv_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.