https://bugzilla.novell.com/show_bug.cgi?id=714439 https://bugzilla.novell.com/show_bug.cgi?id=714439#c6 --- Comment #6 from Michal Hrusecky <mhrusecky@suse.com> 2013-01-22 08:26:57 UTC --- (In reply to comment #4)
This fix almost works, except that "camsource -k" no longer kills the running camsource process. It looks for the process to kill by name, but fails to find it, because the name it's looking for (camsource) is hardwired in, but the name of the real executable has been changed to "camsource.bin". A more complete fix would change the hardwired name to "camsource.bin" at main.c line 228.
That is why there is camsource-rename.patch in the original submission and with it it worked for me. (In reply to comment #5)
The most complete fix would link libv4l1 at compile-time (with some fixes in input_v4l.c), there is no need in wrapper at all.
Feel free to fix it better and send your fix via OBS ;-) Only reason I touched it was that nobody cared enough to implement even the easy workaround... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.