Hi Olly
I've just merged a PR that add support for OpenCV 4.6.0 and (hopefully)
fixes the camera error
https://github.com/cmauri/eviacam/tree/master
Thanks
On Tue, Nov 8, 2022 at 10:36 PM Olly Betts wrote:
> Control: tags 1019790 + patch
>
> Dear maintainer,
>
> I've managed to build eviacam
Thanks for the patch. It works fine.
On Tue, Feb 11, 2020 at 4:30 PM Gianfranco Costamagna <
locutusofb...@debian.org> wrote:
> control: tags -1 patch
> control: forwarded -1 https://github.com/cmauri/eviacam/pull/24
>
>
> Hello, I did craft a patch to make it build, I didn't test but the patch
Fixed (hopefully) in upstream.
Source code is here: https://github.com/cmauri/eviacam
And also uploaded to mentors here: https://mentors.debian.net/package/eviacam
Fixed opencv4 compatibility for eviacam in upstream.
Source code is here: https://github.com/cmauri/eviacam
And also uploaded to mentors here: https://mentors.debian.net/package/eviacam
Dear Hans,
It seems that this issue stems from the fact that libwxgtk3.0-0v5 depends on
libgtk2.0-0 and libopencv-highgui3.2 depends on libgtk-3-0. As eviacam need
both libraries, it ends up linking libgtk2.0-0 and libgtk-3-0 from the same
binary which triggers this error (see this [1] for mor
Hi,
I've uploaded the package to mentors.
https://mentors.debian.net/package/eviacam
Hope it helps.
Regards,
Cesar Mauri
El 24/04/17 a las 19:30, Mattia Rizzolo escribió:
On Sun, Oct 23, 2016 at 06:31:10AM +0900, Nobuhiro Iwamatsu wrote:
Control: forwarded -1 https://github.com/c
All suggestions are welcomed.
BR
Cesar Mauri
El 25/03/16 a las 06:49, Christian PERRIER escribió:
Dear Debian maintainer,
On Wednesday, February 17, 2016, I sent you a notification about the beginning
of a review
action on debconf templates for eviacam.
Then, I sent you a bug report
Package: eviacam
Version: 2.0.3-2
Severity: wishlist
Tags: l10n patch
Dear Maintainer,
please find attached the Spanish debconf translation of eviacam.
es.po.gz
Description: application/gzip
Package: eviacam
Version: 2.0.3-2
Severity: wishlist
Tags: l10n patch
Dear Maintainer,
please find attached the catalan debconf translation of eviacam.
ca.po.gz
Description: application/gzip
be safer to say:
It works on a standard computer equipped with a "webcam".
OK. For me "webcam" is fine here.
New revision attached.
BR
Cesar
Source: eviacam
Section: x11
Priority: optional
Maintainer: Cesar Mauri
Build-Depends: debhelper (>= 9),
scheduling priority for better responsiveness.
.
Since this setting allows eviacamloader to be run with superuser
privileges, it may have security implications in the case of
vulnerabilities in eviacamloader's code.
Source: eviacam
Section: x11
Priority: optional
Maintainer: Cesar Mauri
Hi,
Great! Thank you Gianfranco and Alex for all your support!
Regards, Cesar
El 19/10/2015 a las 19:04, Gianfranco Costamagna escribió:
Hi,
Built&Signed&Uploaded, thanks for the nice contribution to Debian!
cheers,
G.
Hi Gianfranco and all,
http://debomatic-amd64.debian.net/distribution#unstable/eviacam/2.0.3-1/
buildlog
extract the tarball with the debian directory,
run dpkg-buildpackage -S -sa
then
pbuilder-dist sid create
pbuilder-dist sid build eviacam_version.dsc
and you will reproduce the issue.
Pro
Hi,
Thanks both for your feedback.
First, if I try to build using debuild, I get the error
`dh_autoreconf: autoreconf -f -i returned exit code 1'. I think it is
because dh_autoreconf is running "naked" `autoreconf' instead of
`autogen.sh'. So I think the fix is to add the following entry into
d
Hi
Thanks for your feedback.
The point of that commit was to add the debugging flags to the
compiler command line.
if ! "$debug"; then
-COMPFLAGS="$COMPFLAGS -DNDEBUG"
+COMPFLAGS="$COMPFLAGS -DNDEBUG -O2"
+else
+COMPFLAGS="$COMPFLAGS -DDEBUG -g -O0"
fi
yes, but I fail to see w
Hi Alex (and all),
About the `hardening-no-fortify-functions' lintian warning, I use the
`debian/rule' template generated by dh_make and merges it with the
original `debian/rule' file. Now the warning goes away with the new
`debian/rule' file, which is in the attachment. Please try to see if
it
OMPFLAGS" CPPFLAGS="$COMPFLAGS"
#CXXFLAGS="$CXXFLAGS $COMPFLAGS" CXXFLAGS="$COMPFLAGS"
commit fc42432855a02c6881199ff09eef95e84db43345 Author: Cesar Mauri
Date: Tue Mar 8 20:29:04 2011 +0100
Fixed compilation flags to produce a debuggable in debug mode
well, I gues
Hi Gianfranco
I don't know which remaining issues you are talking about...
http://debomatic-amd64.debian.net/distribution#unstable/eviacam/2.0.1-5/lintian
See below:
W: eviacam source: dep5-copyright-license-name-not-unique (paragraph at line 68)
W: eviacam source: dep5-copyright-license-na
I guess something like
(checked for override_dh_auto_configure: on codesearch.debian.net)
override_dh_auto_configure:
dh_auto_configure -- --disable-update
or something similar
Worked like a charm :) No more check for updates under debian
I go on with the remaining issues.
Regards, Ces
hint:
https://www.debian.org/Bugs/server-control#retitle
Done!
a configure switch might be the best way, in case other linux distros want to
package it too.
I'm fine with a Debian patch too, feel free to choose your favourite way
(a Debian patch for configure, that will be dropped on the nex
Hi Gianfranco,
Thanks for your review.
maybe run "debconf-updatepo" in the clean target, to avoid forgetting of
updating translations.
Done
nack :) you did it correctly, but that way dh_clean is never called :)
override_dh_clean:
debconf-updatepo
dh_clean
this is what I mea
Hi Gianfranco,
the other stuff might be food
maybe run "debconf-updatepo" in the clean target, to avoid forgetting of
updating translations.
Done
I've uploaded an updated version to mentors. I've also fixed some issues
(missing .mo files in .deb, remove unneeded files and dependencies).
Hi Gianfranco and Alex,
Thanks for your reviews. Hopefully, I've addressed most of the issues.
lets review:
d/changelog: please remove the space before ")"
d/rules: usually it is better to use dh-autoreconf instead of autotools-dev,
because the first is a superset
(this means a change on cont
I've uploaded a new version which fixes the unversioned-copyright-format-uri
warning
Regards,
Cesar
://dep.debian.net/deps/dep5/
(sorry, due to lack of time I can't review it properly now)
cheers,
G.
Il Mercoledì 16 Settembre 2015 20:57, Cesar Mauri ha
scritto:
Package: sponsorship-requests
Severity: wishlist
Dear mentors,
I am looking for a sponsor for my package "eviacam":
Package: sponsorship-requests
Severity: wishlist
Dear mentors,
I am looking for a sponsor for my package "eviacam":
* Package name: eviacam
Version : 2.0.1-5
Upstream Author : Cesar Mauri
* URL : http://viacam.org
* License : GPLv3
Section
Hi Andreas,
>> Changes are available in git repo, branch
>> develop. If needed I could prepare several tarballs. Is enough?
> I guess yes if you would clarify the role of libsitplus. Is this
> something sitplus would depend from or just an extract for those who
> simply want to link their own pro
Hi Andreas,
>> I'm CCing César Mauri, the upstream developer, just in case he wants
>> to add something to the discussion.
> César, if you would be willing to spent some time into the packaging for
> Debian while we would be happy to help you in packaging questions we
> would consider keeping the
Hi Andrea,
Yes, I'm still interested.
--
César Mauri
El 23/09/2012 18:38, Andrea Colangelo escribió:
More than a year passed since this ITP has been filed. Are you still
interested in packaging eviacam?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject
Hi Jonathan,
The patch is correct.
BTW there is a new version (1.0.3) of SITPLUS availble in upstream.
Regards,
César
On 03/01/2012 02:18 AM, Jonathan McCrohan wrote:
found 661403 1.0.1-4
tags 661403 patch
thanks
Hi Andreas,
sitplus 1.0.1-4 still fails to FTBFS. I have had a look at the pa
Package: wnpp
Severity: wishlist
Owner: Cesar Mauri
* Package name: eviacam
Version : 1.5.1
Upstream Author : Cesar Mauri
* URL : http://viacam.org
* License : GPL
Programming Lang: C, C++
Description : A cross platform webcam based mouse emulator
31 matches
Mail list logo