Bug#733094: uvcdynctrl still filling the disk

2021-12-08 Thread Paulo Assis
Guvcview functions perfectly without uvcdynctrl.
uvcdynctrl just adds some exotic uvc ctrls for older logitech cameras, like
a led ctrl.
The recommend can be droped without any problem.

Regards.


A quarta, 8/12/2021, 04:12, Kurt Meyer  escreveu:

> "Guvcview doesn't depend upon uvcdynctrl it just recommends it." Okay, but
> unless you disable "recommends", uvcdynctrl gets installed. Based on a
> little bit of research I performed, it is not recommended to disable
> "recommends" because recommended packages are usually needed for a more
> useful installation.
>
> Source of info for not disabling "recommends":
>
> https://unix.stackexchange.com/questions/122289/why-install-recommends-default-is-true
>
> Does guvcview function or function well enough without uvcdynctrl?
>
> *The following additional packages will be installed:*
> *  libguvcview-2.0-2 libportaudio2 libwebcam0 uvcdynctrl uvcdynctrl-data*
> *The following NEW packages will be installed:*
> *  guvcview libguvcview-2.0-2 libportaudio2 libwebcam0 uvcdynctrl
> uvcdynctrl-data*
> *0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.*
> *Need to get 266 kB/386 kB of archives.*
> *After this operation, 1,437 kB of additional disk space will be used.*
>
>


Bug#733094: uvcdynctrl still filling the disk

2020-07-02 Thread Paulo Assis
Guvcview doesn't depend on uvcdynctrl it just recommends it.
I've fixed uvcdynctrl upstream but haven't push a new deb package because
due to some uvc driver changes it became mostly irrelevant. Also I think
new uvc devices expose the controls correctly, so there is no real need for
uvcdynctrl.

Regards,
Paulo

A terça, 30/06/2020, 13:36, Simon John  escreveu:

> Any movement on this, the issue was fixed upstream 5+ years ago but as
> of today, /lib/udev/uvcdynctrl in sid still contains debug=1
>
> OK users can change that, but on the next upgrade it'll get reverted and
> fill the disk.
>
> Seems like a simple patch to change it to debug=0 by default and/or mark
> it as a conffile to not overwrite.
>
> Without this we can't install guvcview safely.
>
> If the fix isn't forthcoming then surely this needs to be upgraded to
> "grave" to prevent people installing it?
>
> Regards.
>
> --
> Simon John
>


Bug#770982: Patch

2014-11-29 Thread Paulo Assis
Hi,

2014-11-29 14:55 GMT+00:00 Matt Kraai :
> Hi,
>
> On Sat, Nov 29, 2014 at 10:24:45AM +0000, Paulo Assis wrote:
>> This is fixed in version 0.2.5.
>> source packages (signed) can be found here:
>> https://drive.google.com/folderview?id=0B0_qxcVSvJFMOTcyOFJRNkFaWjA&usp=sharing
>>
>> If someone can upload this, it would be appreciated.
>
> I can upload it, but I'm afraid that it won't be allowed into testing.
> According to
>
>  https://release.debian.org/jessie/freeze_policy.html
>
> new upstream releases shouldn't be included, only fixes for bugs of
> important severity or higher, as well as translation and documentation
> fixes.

Argh! I wasn't aware of those timings.
In any case the new release should eventually go into unstable (after
the fix to 0.2.4).

>
> Would you mind if I made an non-maintainer upload based on the
> following patch?

I have no problem with this, I think it will also be faster.

Regards,
Paulo

> Would you prefer I sponsor an upload by you that
> just fixes this bug?
>
> diff -Nru libwebcam-0.2.4/debian/changelog libwebcam-0.2.4/debian/changelog
> --- libwebcam-0.2.4/debian/changelog2013-11-01 16:49:24.0 -0700
> +++ libwebcam-0.2.4/debian/changelog2014-11-29 06:52:05.0 -0800
> @@ -1,3 +1,10 @@
> +libwebcam (0.2.4-1.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Install dynctrl-logitech.h (Closes: #770982)
> +
> + -- Matt Kraai   Sat, 29 Nov 2014 06:52:05 -0800
> +
>  libwebcam (0.2.4-1) unstable; urgency=low
>
>* Bump to version 0.2.4 (Closes: #713548)
> diff -Nru libwebcam-0.2.4/debian/libwebcam0-dev.install 
> libwebcam-0.2.4/debian/libwebcam0-dev.install
> --- libwebcam-0.2.4/debian/libwebcam0-dev.install   2013-11-01 
> 16:49:24.0 -0700
> +++ libwebcam-0.2.4/debian/libwebcam0-dev.install   2014-11-28 
> 15:32:56.0 -0800
> @@ -1,3 +1,4 @@
> +usr/include/dynctrl-logitech.h
>  usr/include/webcam.h
>  usr/lib/libwebcam.a
>  usr/lib/libwebcam.so
> diff -Nru libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h 
> libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h
> --- libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h   1969-12-31 
> 16:00:00.0 -0800
> +++ libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h   2014-11-28 
> 15:29:48.0 -0800
> @@ -0,0 +1,13 @@
> +Index: libwebcam-0.2.4/libwebcam/CMakeLists.txt
> +===
> +--- libwebcam-0.2.4.orig/libwebcam/CMakeLists.txt  2013-10-31 
> 14:47:36.0 -0700
>  libwebcam-0.2.4/libwebcam/CMakeLists.txt   2014-11-28 15:29:32.063070089 
> -0800
> +@@ -103,7 +103,7 @@
> + )
> +
> + install (
> +-  FILES   ../common/include/webcam.h
> ++  FILES   ../common/include/webcam.h 
> ../common/include/dynctrl-logitech.h
> +   DESTINATION ${CMAKE_INSTALL_PREFIX}/include
> + )
> +
> diff -Nru libwebcam-0.2.4/debian/patches/series 
> libwebcam-0.2.4/debian/patches/series
> --- libwebcam-0.2.4/debian/patches/series   2013-11-01 16:49:24.0 
> -0700
> +++ libwebcam-0.2.4/debian/patches/series   2014-11-28 15:29:13.0 
> -0800
> @@ -0,0 +1 @@
> +install-dynctrl-logitech.h
>
> --
> Matt


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#770982: Patch

2014-11-29 Thread Paulo Assis
Hi,

This is fixed in version 0.2.5.
source packages (signed) can be found here:
https://drive.google.com/folderview?id=0B0_qxcVSvJFMOTcyOFJRNkFaWjA&usp=sharing

If someone can upload this, it would be appreciated.

Regards,
Paulo

2014-11-28 23:37 GMT+00:00 Matt Kraai :
> Control: tags -1 + patch
>
> Hi,
>
> Here's a patch, partially extracted from upstream, that includes
> dynctrl-logitech.h in libwebcam0-dev:
>
> diff -Nru libwebcam-0.2.4/debian/libwebcam0-dev.install 
> libwebcam-0.2.4/debian/libwebcam0-dev.install
> --- libwebcam-0.2.4/debian/libwebcam0-dev.install   2013-11-01 
> 16:49:24.0 -0700
> +++ libwebcam-0.2.4/debian/libwebcam0-dev.install   2014-11-28 
> 15:32:56.0 -0800
> @@ -1,3 +1,4 @@
> +usr/include/dynctrl-logitech.h
>  usr/include/webcam.h
>  usr/lib/libwebcam.a
>  usr/lib/libwebcam.so
> diff -Nru libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h 
> libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h
> --- libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h   1969-12-31 
> 16:00:00.0 -0800
> +++ libwebcam-0.2.4/debian/patches/install-dynctrl-logitech.h   2014-11-28 
> 15:29:48.0 -0800
> @@ -0,0 +1,13 @@
> +Index: libwebcam-0.2.4/libwebcam/CMakeLists.txt
> +===
> +--- libwebcam-0.2.4.orig/libwebcam/CMakeLists.txt  2013-10-31 
> 14:47:36.0 -0700
>  libwebcam-0.2.4/libwebcam/CMakeLists.txt   2014-11-28 15:29:32.063070089 
> -0800
> +@@ -103,7 +103,7 @@
> + )
> +
> + install (
> +-  FILES   ../common/include/webcam.h
> ++  FILES   ../common/include/webcam.h 
> ../common/include/dynctrl-logitech.h
> +   DESTINATION ${CMAKE_INSTALL_PREFIX}/include
> + )
> +
> diff -Nru libwebcam-0.2.4/debian/patches/series 
> libwebcam-0.2.4/debian/patches/series
> --- libwebcam-0.2.4/debian/patches/series   2013-11-01 16:49:24.0 
> -0700
> +++ libwebcam-0.2.4/debian/patches/series   2014-11-28 15:29:13.0 
> -0800
> @@ -0,0 +1 @@
> +install-dynctrl-logitech.h
>
> Would you like me to sponsor an upload containing it (or something
> like it)?
>
> --
> Matt


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#770982: libwebcam0-dev: dynctrl-logitech.h is missing in libwebcam0-dev

2014-11-26 Thread Paulo Assis
Hi,
I'll fix this and request a package upload.

Thank you,
Paulo

2014-11-25 20:24 GMT+00:00 Fufu Fang :
> Hi,
> A temporary fix is indeed copying the header file from the source to
> /usr/local/include.
>
> However I haven't got much clue on Debian's package process. Are there
> any pointers to help me get started? I suppose I can submit a patch or
> something.
>
> Best wishes,
> Fufu
>
> On 25/11/14 20:19, Juhani Numminen wrote:
>> Hi,
>>
>> http://sources.debian.net/src/libwebcam/0.2.4-1/common/include/
>>> Folder: include
>>>   .. (parent)
>>>   dynctrl-logitech.h
>>>   webcam.h
>> Quickly checking using sources.debian.net shows that the file
>> dynctrl-logitech.h is included in the source package. I think this bug
>> might be easily fixable just by modifying debian/libwebcam0-dev.install.
>>
>> Cheers,
>> Juhani
>>
>> PS. Sorry for not actually fixing an RC bug, but maybe providing
>> additional info will speed up someone else’s job.


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#713548: libwebcam: FTBFS: libwebcam.c:2097:8: error: 'V4L2_CID_HCENTER' undeclared (first use in this function)

2013-08-07 Thread Paulo Assis
Nobuhiro Hi,
I've commited the patch to git.
I'm preparing a new release (0.2.3), it should be available today and
it will include this patch and some other changes that have been in
git for some time now.

I also noticed that debian still has guvcview 1.7.0, the latest
release is 1.7.1 and among other things it fixes a major bug in the
avi container (opendml indexes weren't beeing produced correctly),
this bug affected all avi files larger than 1GB.

Regards,
Paulo

2013/8/7 Nobuhiro Iwamatsu :
> Control: tags -1 + patch
>
> Hi,
>
> V4L2_CID_HCENTER and V4L2_CID_VCENTER removed from linux v3.9.
> I create a patch which revise this problem.
>
> Could you check and appply?
>
> Best regards,
>   Nobuhiro
>
> --
> Nobuhiro Iwamatsu
>iwamatsu at {nigauri.org / debian.org}
>GPG ID: 40AD1FA6


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org