Bug#1019790: eviacam: diff for NMU version 2.1.4-2.1

2022-11-09 Thread Cesar Mauri
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

Bug#950545: FTBFS against opencv 4.2.0

2020-02-11 Thread Cesar Mauri
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

Bug#915708: eviacam FTBFS against opencv 3.4.4 in experimental

2019-10-31 Thread Cesar Mauri
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

Bug#922578: FTBFS against opencv 4.0.1 (exp)

2019-10-31 Thread Cesar Mauri
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

Bug#894002: eviacam does not start due GTK-ERROR

2018-03-26 Thread Cesar Mauri
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

Bug#841407: eviacam:FTBFS: error with opencv 3.1

2017-04-24 Thread Cesar Mauri
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/cmauri

Bug#814829: eviacam: General update after the debconf review process

2016-03-26 Thread Cesar Mauri
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

Bug#818614: eviacam: [INTL:es] Spanish debconf templates translation

2016-03-19 Thread Cesar Mauri
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

Bug#818613: eviacam: [INTL:ca] Catalan debconf templates translation

2016-03-18 Thread Cesar Mauri
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

Bug#814829: [RFR] templates://eviacam/{templates}

2016-03-01 Thread Cesar Mauri
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 <ce...@crea-si.com> Build-Depends: debhelper (>= 9),

Bug#814829: [RFR] templates://eviacam/{templates}

2016-02-29 Thread Cesar Mauri
uling 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 <ce...@

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-10-20 Thread 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, thanks for the nice contribution to Debian! cheers, G.

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-10-19 Thread Cesar Mauri
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.

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-10-11 Thread Cesar Mauri
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

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-10-09 Thread Cesar Mauri
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

Bug#799205: RFS: eviacam/2.0.1-1 [ITP] -- webcam based mouse emulator

2015-09-28 Thread Cesar Mauri
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

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-28 Thread Cesar Mauri
OMPFLAGS" CPPFLAGS="$COMPFLAGS" #CXXFLAGS="$CXXFLAGS $COMPFLAGS" CXXFLAGS="$COMPFLAGS" commit fc42432855a02c6881199ff09eef95e84db43345 Author: Cesar Mauri <cesar@crea> Date: Tue Mar 8 20:29:04 2011 +0100 Fixed compilation flags to produce a debuggable in debug mode

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-25 Thread Cesar Mauri
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:

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-23 Thread Cesar Mauri
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

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-23 Thread Cesar Mauri
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,

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-23 Thread Cesar Mauri
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

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-22 Thread Cesar Mauri
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

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-18 Thread Cesar Mauri
I've uploaded a new version which fixes the unversioned-copyright-format-uri warning Regards, Cesar

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-18 Thread Cesar Mauri
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

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-17 Thread Cesar Mauri
://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 <ce...@crea-si.com> ha scritto: Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package &q

Bug#799205: RFS: eviacam/2.0.1-5 [ITP] -- webcam based mouse emulator

2015-09-16 Thread Cesar Mauri
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 <ce...@crea-si.com> * URL : http://viacam.org * License

Bug#750910: Status of sitplus (Was: Bug#750910: sitplus: Please update to use wxwidgets3.0)

2014-08-26 Thread Cesar Mauri
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 programs

Bug#750910: Status of sitplus (Was: Bug#750910: sitplus: Please update to use wxwidgets3.0)

2014-08-25 Thread Cesar Mauri
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

Bug#634840: ITP: eviacam -- A cross platform webcam based mouse emulator

2012-09-24 Thread Cesar Mauri
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

Bug#661403: sitplus: FTBFS with libconfig9

2012-03-01 Thread Cesar Mauri
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

Bug#634840: ITP: eviacam -- A cross platform webcam based mouse emulator

2011-07-20 Thread Cesar Mauri
Package: wnpp Severity: wishlist Owner: Cesar Mauri ce...@crea-si.com * Package name: eviacam Version : 1.5.1 Upstream Author : Cesar Mauri ce...@crea-si.com * URL : http://viacam.org * License : GPL Programming Lang: C, C++ Description : A cross