Search Criteria
Package Details: eviacam 2.1.4-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/eviacam.git (read-only, click to copy) |
---|---|
Package Base: | eviacam |
Description: | A mouse replacement software that moves the pointer as you move your head |
Upstream URL: | https://eviacam.crea-si.com |
Keywords: | accessibility mouse replacement |
Licenses: | GPL3 |
Provides: | eviacam |
Submitter: | juanmah |
Maintainer: | None |
Last Packager: | ragouel |
Votes: | 23 |
Popularity: | 0.000000 |
First Submitted: | 2009-04-27 14:21 (UTC) |
Last Updated: | 2020-07-04 11:28 (UTC) |
Dependencies (3)
- opencv (opencv-cuda)
- wxgtk (wxwidgets-gtk2AUR)
- wxgtk3 (wxwidgets-gtk3)
Latest Comments
1 2 3 4 Next › Last »
serxxx commented on 2024-07-11 18:06 (UTC)
@juanmah, @ragouel I have a fork from github.com/silhusk/eviacam who submitted several PRs that seem to have gone ignored; the original author appears to be AWOL and the project abandoned. In any case, I forked @silhusk's fork and applied all of his patches (except a Windows-specific patch which is, for Arch, irrelevant). I tagged it
3.0.0
and made some minor changes to the PKGBUILD to get it to conform to the updated file naming in the wxWidgets-gtk3 package. This -- surprisingly? -- builds cleanly with no errors or even warnings.My repo is https://github.com/xxxserxxx/eviacam . In it is an
arch
directory (added after the3.0.0
tag) containing aPKGBUILD
and.SRCINFO
that will currently cleanly build a package with @silhusk's patches.@cmauri's for appears abandoned. @silhusk is unreachable. I'd rather not even have another github fork, but silhusk has no contact info and has issues is turned off. Would you mind changing the source on this package and update the PKGBUILD from my repo? It's an inactive project, and I'll do my best to keep it building and flagging this package as out of date if it changes. Or if you'd rather set me as a maintainer, I'll do it.
dreieck commented on 2022-07-21 18:42 (UTC)
A note: Upstream seems to not have received any update since 2019.
dreieck commented on 2022-07-21 15:33 (UTC)
With fixed
--with-wx-config
, build fails for me withSeems to be an upstream issue.
dreieck commented on 2022-07-21 14:59 (UTC) (edited on 2022-07-21 15:24 (UTC) by dreieck)
With new
wxwidgets-gtk3
,wx-config-gtk3
has becomewx-config
.In your
PKGBUILD
, you should change--with-wx-config=/usr/bin/wx-config-gtk3
to--with-wx-config=/usr/bin/wx-config
.Otherwise,
build()
fails in./configure
withThanks for maintaining,
regards!
dreieck commented on 2022-07-21 14:27 (UTC) (edited on 2022-07-21 15:24 (UTC) by dreieck)
Can you please change the dependency
wxgtk
towxgtk2
?wxgtk
is not really supported anymore as a package name.And, the most up to date wX package namings would be
wxwidgets-gtk2
andwxwidgets-gtk3
instead ofwxgtk2
andwxgtk3
.Btw., why do you need to depend both on GTK2 and GTK3 variant of wxwidgets? Shouldn't one be enough (you build for GTK3 variant)?
Thanks for maintaining!
Frnco commented on 2022-03-02 23:23 (UTC)
Dependency
wxgtk
is causing needless problems. Cloning package from AUR and manually editingPKGBUILD
and.SRCINFO
removingwxgtk
from the dependencies did solve the dependency issues andmakepkg -si
went on to compile and ultimately installed fine.@rethus's issue seems to be related to the patch, I suppose it's in german (apologies if I'm wrong), but whatever language it is, it's not a language I have sufficient knowledge to make much sense of the messages. Still, trying to skip the patch resulted in some errors related to wrong number of arguments (I suppose Konflikt means conflict and Deklaration refers to some declaration/statement, but I didn't see anything that might be related to number of arguments in the logs posted here).
Anyway, the fix for me was fairly simple: - Install
opencv
andwxgtk3
if you haven't already; - Clone AUR Repo foreviacam
; - EditPKGBUILD
(And possibly.SRCINFO
, I did 'cause I like maintaining consistency), removingwxgtk
from the dependencies; - Runmakepkg -si
; - Confirm installation ofeviacam
; - Done.Hope this helps others with troubles installing this package.
rethus commented on 2022-02-11 08:56 (UTC) (edited on 2022-02-11 09:35 (UTC) by rethus)
Same here, like pfspace described... never ending loop of
verifying dependencies
.Can someone fix this please?
If I try to compile it myself,
make
stops with this error:pfspace commented on 2021-07-20 13:06 (UTC)
Can't compile. It enters in an eternal loop "verifying dependencies".
Trying to compile from source also does not work: https://github.com/cmauri/eviacam/issues/35
This is a vital app and should be on official repositories.
Thank you.
dreieck commented on 2021-01-31 09:07 (UTC)
Dependency
wxgtk
is not needed, sincewxgtk3
is used. (namcap
also says thatwxgtk
is not needed.)panaut0lordv commented on 2019-12-14 16:42 (UTC)
I was able to manually compile upstream (2.1.4) using ./configure --with-wx-config=/usr/bin/wx-config-gtk3
Haven't progressed to getting it running though as v4l2-loopback based on ffmpeg on IP webcam running on my old Android phone was introducing too much of a latency for my liking. As soon as I grab some proper USB webcam I will try to get that PKGBUILD going.
1 2 3 4 Next › Last »