Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Jan 2022 16:59:35 5.17.1.0
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Update version to 5.17.1.0
- Update to the latest Linux sources.
- Includes fix for Xbox One Digital TV tuner.
Approved by: pi (implicit) |
22 Dec 2021 11:05:52 5.13.2.8
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Update version to 5.13.2.8
- Fix use-before-init memory bug in UVC driver.
Approved by: pi (implicit) |
22 Dec 2021 09:55:48 5.13.2.7
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Update version to 5.13.2.7
- Fix for crash with V4L2 loopback.
Approved by: pi (implicit) |
12 Oct 2021 08:46:46 5.13.2.6_2
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Silence prints from rc script when webcamd is disabled.
PR: 259062
Approved by: pi (implicit) |
17 Sep 2021 15:53:03 5.13.2.6_1
|
Gleb Popov (arrowd)  |
multimedia/webcamd: Do not require dbus in the rc script.
PR: 197553
Approved by: hselasky (maintainer) |
05 Aug 2021 15:07:35 5.13.2.6
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Update version to 5.13.2.6
- Optimise number of external wakeup events.
- Fix V4L2 loopback device description.
Approved by: pi (implicit) |
28 Jul 2021 18:04:17 5.13.2.5
|
Steve Wills (swills)  |
multimedia/webcamd: update to 5.13.2.5
This version adds v4l2loopback support and several bug fixes.
Approved by: hselasky |
06 Jun 2021 13:40:57 5.13.2.4
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Update version to 5.13.2.4.
- Fix for Genesys Logic UVC compiliant camera chips.
Approved by: pi (implicit) |
23 May 2021 08:33:44 5.13.2.3
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Compile fix for building without 32-bit compatibility
support.
PR: 256095
Approved by: pi (implicit) |
22 May 2021 12:26:10 5.13.2.2
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Compile fix for 32-bit platforms.
Approved by: pi (implicit) |
22 May 2021 12:14:40 5.13.2.1
|
Hans Petter Selasky (hselasky)  |
multimedia/webcamd: Update Linux kernel sources used to v5.13-rc2 .
PR: 255461
Approved by: pi (implicit) |
04 May 2021 19:35:44 5.10.6.1_2
|
Mateusz Piotrowski (0mp)  |
multimedia/webcamd: Clean up hald leftovers
Remove hald-related lines which should be removed when support for hald
was dropped from the tree.
Approved by: portmgr blanket
Fixes: 2694a2728c7b Remove another check for hald
Fixes: 8198bb27695b Drop dependency on HAL |
06 Apr 2021 14:31:13 5.10.6.1_2
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 5.10.6.1_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Mar 2021 16:46:50
5.10.6.1_2
|
mat  |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
21 Feb 2021 15:35:32
5.10.6.1_2
|
hselasky  |
Fix unintended activation of automatic process already running checks
after SVN r564686.
Approved by: pi (implicit) |
08 Feb 2021 14:17:43
5.10.6.1_1
|
bapt  |
Remove another check for hald that was missed in previous commit |
08 Feb 2021 09:42:54
5.10.6.1_1
|
bapt  |
Drop dependency on HAL
Webcamd does not need hal itself, it only pushes information into it.
Given hal is not used anymore anywhere in freebsd, it is time to drop the
support
for it.
Approved by: hselasky (maintainer) |
08 Feb 2021 09:07:40
5.10.6.1
|
hselasky  |
Update webcamd to 5.10.6.1
- Fix for lirc devices.
Approved by: pi (implicit) |
29 Dec 2020 11:36:01
5.10.6.0_1
|
hselasky  |
Require kld before starting webcamd in case cuse(3) is loaded from there.
Suggested by: Rozhuk Ivan <rozhuk.im@gmail.com>
Approved by: pi (implicit) |
02 Dec 2020 17:27:50
5.10.6.0
|
hselasky  |
Update webcamd to 5.10.6.0
- Update Linux kernel sources used.
Approved by: pi (implicit) |
02 Dec 2020 15:57:15
5.7.1.3
|
hselasky  |
Update webcamd to 5.7.1.3
- Add support for more USB DVB devices.
Submitted by: rozhuk.im@gmail.com
Approved by: pi (implicit) |
02 Dec 2020 11:29:09
5.7.1.2
|
hselasky  |
Update webcamd to 5.7.1.2
List of changes:
- Try probing more drivers, when probe fails (PR 248926)
- While at it, use GitHub to provide the required tarball archives
PR: 248926
Submitted by: martymac@FreeBSD.org
Approved by: pi (implicit) |
21 May 2020 18:28:07
5.7.1.1_1
|
hselasky  |
Add more attach rules for webcamd(8).
Submitted by: Jos'e P'erez <fbl@aoek.com>
Approved by: pi (implicit) |
11 May 2020 12:55:19
5.7.1.1
|
hselasky  |
Let amd64 be the only platform which support COMPAT32 for now.
While at it put the *DESC variables after the OPTIONS* one.
Suggested by: jbeich@
PR: 245698
Approved by: pi (implicit) |
11 May 2020 12:20:39
5.7.1.1
|
hselasky  |
Fix setting COMPAT32 option when building 64-bit platforms.
Suggested by: jbeich@ and mat@
PR: 245698
Approved by: pi (implicit) |
11 May 2020 08:34:29
5.7.1.1
|
hselasky  |
Only set COMPAT32 option when building 64-bit platforms.
PR: 245698
Approved by: pi (implicit) |
16 Apr 2020 07:01:56
5.7.1.1
|
hselasky  |
Update webcamd to version 5.7.1.1
Fix compilation for 32-bit platforms.
Approved by: pi (implicit) |
15 Apr 2020 06:34:46
5.7.1.0
|
hselasky  |
Update webcamd to version 5.7.1.0
Remove not needed libv4l dependency while at it.
Approved by: pi (implicit) |
13 Apr 2020 16:40:30
5.3.7.1_2
|
hselasky  |
Remove BEFORE keyword from webcamd's rc.d file to avoid circular dependency.
Found by: Jose Perez <fbl@aoek.com>
Approved by: pi (implicit) |
30 Nov 2019 20:04:40
5.3.7.1_1
|
rene  |
multimedia/webcamd: complete modernization
- drop legacy CUSE4BSD support
- bump PORTREVISION
Reported by: jbeich
Approved by: maintainer (hselasky, upfront) |
29 Nov 2019 19:42:46
5.3.7.1
|
rene  |
multimedia/webcamd: remove pre-11.X instructions from pkg-message.
While here pet portlint. |
20 Sep 2019 06:24:24
5.3.7.1
|
hselasky  |
Update webcamd to version 5.3.7.1
This change adds support for BULK based UVC devices.
Approved by: pi@ |
05 Sep 2019 11:20:01
5.3.7.0
|
hselasky  |
Update webcamd to version 5.3.7.0
This change adds support for 32-bit compat IOCTL's and
updates the Linux sources to the latest version.
Approved by: pi@ |
13 Aug 2019 22:29:43
4.20.0.1_2
|
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
14 Dec 2018 09:40:46
4.20.0.1_2
|
hselasky  |
Fix devd rule for Logitech gamepad.
Submitted by: Rozhuk Ivan <rozhuk.im@gmail.com>
Approved by: pi@ |
13 Dec 2018 14:49:16
4.20.0.1_1
|
hselasky  |
Add devd rule for a Logitech gamepad.
Submitted by: Rozhuk Ivan <rozhuk.im@gmail.com>
Approved by: pi@ |
13 Dec 2018 14:22:09
4.20.0.1
|
hselasky  |
Update webcamd to version 4.20.0.1
This change updates the Linux source code to Linux v4.20 and fixes use of USB
HID Joysticks.
Approved by: pi@ |
29 Sep 2018 08:04:27
4.17.0.3_1
|
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
14 Jul 2018 11:09:46
4.17.0.3
|
hselasky  |
Update webcamd to version 4.17.0.3.
This change updates the Linux source code to Linux v4.17.
Approved by: pi@ |
18 Jun 2018 13:26:23
4.12.0.1
|
jonathan  |
Add devd rule for Elantech touchscreens.
The touchscreen in the HP Spectre x360 is made by Elantech rather than
Wacom. Adding this devd rule starts webcamd properly for such devices,
enabling their use with the X evdev driver.
Approved by: hselasky
Differential Revision: https://reviews.freebsd.org/D8397 |
26 May 2017 07:48:35
4.12.0.1
|
kwm  |
Update webcamd to 4.12.0.1.
Changelog:
- updated all Linux kernel sources to the latest Linux' Torvalds
- fixed a minor I2C related bug in the webcamd Linux kernel emulation
- improved Linux kernel emulation support
- fixes for ino64 support
Submitted by: maintainer |
28 Oct 2016 17:55:30
4.8.0.4
|
danfe  |
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched. |
13 Sep 2016 15:54:37
4.8.0.4
|
kwm  |
Update webcamd to 4.8.0.4.
- updated all Linux kernel sources to the latest Linux' Torvalds
- fixed some minor bugs in the webcamd Linux kernel emulation
- improved Linux kernel emulation support
- added support for the evdev kernel module (GSOC project)
Submitted by: maintainer |
01 Apr 2016 14:16:20
4.2.0.9
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
11 Dec 2015 12:31:52
4.2.0.9
|
kwm  |
Update webcamd to 4.2.0.8.
Fix a segfault with a RTL2832U/R820T-based DVB-T USB stick
PR: 205174
Submitted by: f.degner
Approved by: maintainer |
01 Dec 2015 15:32:11
4.2.0.8
|
kwm  |
Update webcamd to 4.2.0.8.
- Add webcamd.conf to SUB_FILES instead of doing it manualy
- Exclude the CUSE option if it present in base
- Make use of Option handlers for MAKE_ARGS variables
- Remove bogus text before the do-configure step
Submitted by: maintainer (via IRC) |
25 Mar 2015 17:36:48
3.18.0.1
|
marino  |
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
15 Nov 2014 11:28:30
3.18.0.1
|
nox  |
Update to 3.18.0.1 .
PR: 194734
Submitted by: hselasky (maintainer) |
19 Sep 2014 17:39:34
3.17.0.6
|
nox  |
- Update to 3.17.0.6 . [1]
- Fix rcorder. [2]
Submitted by: hselasky (maintainer) [1]
Reported by: John Hein <john.hein@microsemi.com> (via private email) [2] |
13 Sep 2014 18:33:50
3.17.0.5
|
nox  |
- Update to 3.17.0.5 . [1]
- Import much improved rc.d script - check the script at (usually)
/usr/local/etc/rc.d/webcamd for configuration info. [2]
- Some Makefile cleanups, pet portlint.
Submitted by: hselasky (maintainer) [1],
dreamcat4@gmail.com [2]
PR: 191781 [2] |
07 Jul 2014 15:31:02
3.16.0.1
|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
06 Jul 2014 15:30:27
3.16.0.1
|
nox  |
Update to 3.16.0.1 .
Submitted by: hselasky (maintainer) |
12 May 2014 22:01:10
3.13.0.6
|
nox  |
- Update to 3.13.0.6 . [1]
- Stagify.
- Use new LIB_DEPENDS syntax.
- Switch to USES= tar:bzip2.
Submitted by: hselasky (maintainer) [1]
Approved by: hselasky (maintainer) |
20 Sep 2013 20:57:49
3.11.0.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
02 Sep 2013 18:22:06
3.11.0.2
|
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
29 Aug 2013 18:03:03
3.11.0.2
|
nox  |
Update to 3.11.0.2 .
Submitted by: hselasky (maintainer) |
14 Aug 2013 22:35:54
3.10.0.7 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
14 Jul 2013 14:09:18
3.10.0.7
|
nox  |
- Update to 3.10.0.7:
- Updated to latest V4L sources.
- Added support for DVBSKY adapters.
Submitted by: hselasky (maintainer) |
20 Feb 2013 20:14:49
3.9.0.5
|
nox  |
Update to 3.9.0.5 .
Submitted by: hselasky (maintainer) |
26 Jan 2013 20:34:31
3.9.0.4
|
nox  |
Put back service control change from r311039 that accidentally was reverted.
Reported by: rm (via irc)
Pointy hat to: nox (self) |
26 Jan 2013 20:27:40
3.9.0.4
|
nox  |
Update to 3.9.0.4 .
Submitted by: hselasky (maintainer) |
26 Jan 2013 18:10:48
3.9.0.1
|
eadler  |
Canonicalize service control
Approved by: hselasky (maintainer) |
12 Jan 2013 20:14:52
3.9.0.1
|
nox  |
Update to 3.9.0.1 .
Submitted by: hselasky (maintainer) |
03 Oct 2012 19:10:23
3.7.0.4
|
nox  |
Update to 3.7.0.4 .
Submitted by: hselasky (maintainer) |
23 Sep 2012 16:40:18
3.7.0.3
|
nox  |
- Fix build with clang. [1]
- Remove duplicate patch.
PR: ports/171891 [1]
Submitted by: rakuco, hselasky (maintainer, clang fix) [1] |
22 Sep 2012 18:59:32
3.7.0.3
|
nox  |
- Update to 3.7.0.3 .
- Strip Makefile headers.
Submitted by: hselasky (maintainer) |
28 Jun 2012 17:49:52
3.6.0.1_1
|
nox  |
- Fix two linux/dvb ioctls in multimedia/v4l_compat , multimedia/webcamd ,
and multimedia/linux_dvbwrapper : CA_GET_SLOT_INFO and CA_GET_MSG
need to be _IOWR not _IOR.
- Bump PORTREVISION for multimedia/vdr too since it uses one of the ioctls.
(This fixes the CI slot of at last the TT CT-3650 DVB-C/T tuner.)
Approved by: hselasky (maintainer of multimedia/webcamd) |
26 Jun 2012 16:58:00
3.6.0.1
|
nox  |
- Update to 3.6.0.1 .
- Convert to OPTIONng.
- Add fix for em28xx /dev/video*.
Submitted by: hselasky (maintainer) |
10 May 2012 20:12:43
3.5.0.2_1
|
nox  |
- Get rid of set_rcvar.
- Bump PORTREVISION.
Submitted by: avg
Approved by: hselasky (maintainer, via private email) |
27 Apr 2012 09:49:01
3.5.0.2
|
kwm  |
Update to 3.5.0.2.
Update media tree sources to version 3.5-staging.
Add new drivers, and fix the mceusb remote control driver.
Submitted by: maintainer |
16 Jan 2012 19:55:32
3.2.0.2
|
nox  |
Update to 3.2.0.2 .
Submitted by: hselasky (maintainer) |
14 Jan 2012 08:57:23
3.1.0.4
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
13 Dec 2011 22:44:39
3.1.0.4
|
nox  |
Update to 3.1.0.4 .
Submitted by: hselasky (maintainer)
Feature safe: yes |
23 Aug 2011 13:19:58
3.0.0.2
|
kwm  |
Update to 3.0.0.2.
- Added new ioctl VIDIOC_QUERYUSBINFO for use with LIBV4L.
- Fix for EVIOCGKEYCODE ioctl.
- Fix for segfault, due to wrong header file used when compiling linux_i2c.c.
- Include linux_make tool in distribution.
Submitted by: maintainer |
16 Jul 2011 21:35:48
3.0.0.1_1
|
kwm  |
Add patch to fix ir-keytable -r
Submitted by: nox@
Approved by: maintainer |
16 Jul 2011 13:54:12
3.0.0.1
|
kwm  |
Update to 3.0.0.1.
This release includes a update of source to linux 3.0 and a brand now build
system.
Submitted by: maintainer |
28 Apr 2011 19:48:46
0.1.26
|
kwm  |
Update to 0.1.26.
Remove some files, which caused some issues.
Submitted by: maintainer |
21 Apr 2011 09:06:26
0.1.24
|
kwm  |
Update webcamd to 0.1.24.
*) fix remote controls due to wrong initialisation order.
*) fix some reported regression issues.
*) character devices created by webcamd are now chowned to webcamd:webcamd and
chmodded to 0660. Add a small UPDATING blob about this.
Submitted by: hselasky@ (maintainer) |
27 Mar 2011 13:33:42
0.1.23
|
kwm  |
Update to 0.1.23.
Add support for setting and getting linux module parameters.
Some minor improvements regarding the jiffies computation.
Submitted by: hselasky@ (maintainer) |
01 Mar 2011 13:19:16
0.1.20_1
|
kwm  |
The devd script was too restrictive regarding vendor ID for vendor specific
class USB devices.
Submitted by: Hans Petter Selasky <hselasky@freebsd.org> (maintainer) |
28 Feb 2011 20:05:20
0.1.20
|
kwm  |
Update to 0.1.20.
Add more DVB-xxx drivers and manual pages.
Some minor bugfixes.
Add support for USB remote controls.
Submitted by: Hans Petter Selasky <hselasky@freebsd.org> (maintainer) |
20 Jan 2011 18:35:28
0.1.18_1
|
jkim  |
Update devd(8) configuration file to not start webcamd on vendor-specific
interface class devices except for Logitech's.
Approved by: hselasky (maintainer)
Feature safe: yes |
12 Dec 2010 22:52:07
0.1.18
|
kwm  |
Update to 0.1.18.
Added man-pages for all drivers, including webcamd itself.
Big thanks to Dru Lavigne!
Fixed deadlock/hang issue with hald during plug of USB device after boot.
Improve the handling of optional hal support in the webcamd rc script.
Based on a patch by Luigi Rizzo with additional comments by dougb@.
Upgraded drivers to latest version from the respective V4L repositories
Added new debug option to the port config system.
Added License keyword.
Fixed problem with -B option.
Submitted by: hselasky@ (maintainer) |
12 Nov 2010 20:57:42
0.1.16
|
pav  |
- Do not remove etc/devd, it is now part of mtree |
09 Sep 2010 14:36:04
0.1.16
|
kwm  |
Update to 0.1.16.
- Add support for GNU/kFreeBSD
- Add support for DBUS/HAL registration
- Add support for more DVB tuner frontends
- Add support for multi-antenna DVB adapters
- Update to latest version of Linux DVB code
Submitted by: maintainer |
09 Aug 2010 20:12:00
0.1.14_1
|
kwm  |
* Allow boot with more than one webcam or dvb-t device.
* Fix rc.d/webcamd failure when libcuse4bsd.so cannot be found during early
bootup.
Submitted by: maintainer |
04 Jun 2010 22:12:21
0.1.14
|
kwm  |
Update to 0.1.14.
Add missing CONFIG_XXX defines.
Fix issue with priority settings.
Fix high CPU usage problem on SMPs at startup.
update V4L code.
Submitted by: maintainer |
07 May 2010 18:14:14
0.1.12
|
kwm  |
Update to 0.1.12.
Fix some memory leaks and a video device close hang issue. [1]
Update webcamd.conf script, to use the new notify system MFC'd in r207397. [2]
Note that the old script didn't work at all. And the new one only doesn't work
if you use an older version of 8-stable or 8.0-release.
Submitted by: maintainer [1], Andrew Thompson [2] |
29 Apr 2010 21:47:35
0.1.10
|
kwm  |
Update to 0.1.10.
Add more drivers. Fix double buffering of BULK transfers.
Fix incorrectly defined FE_GET_PROPERTY ioctl for which the workaround
as used in the Linux drivers doesn't work on FreeBSD; more details in
this thread:
http://lists.freebsd.org/pipermail/freebsd-multimedia/2010-April/010958.html [1]
Submitted by: Hans Petter Selasky <hselasky@c2i.net> (maintainer)
Juergen Lock <nox@jelal.kn-bremen.de> [1] |
27 Mar 2010 00:15:24
0.1.8
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
25 Mar 2010 13:56:58
0.1.8
|
kwm  |
Update to 0.1.8.
Support usb dvb (Digital Video Broadcast) devices.
Submitted by: Hans Petter Selasky <hselasky AT FreeBSD.org> |
21 Jan 2010 15:13:21
0.1.4
|
kwm  |
Update to 0.1.4.
Submitted by: maintainer |
16 Jan 2010 20:51:23
0.1.0
|
kwm  |
Webcamd is a 500KiloByte daemon that enables use of hundreds of different USB
based webcam devices under the FreeBSD-8/9 operating system. The webcam daemon
is basically an application which is a port of Video4Linux USB webcam drivers
into userspace on FreeBSD. The daemon currently depends on libc, pthreads,
libusb and the VIDEO4BSD kernel module.
Submitted by: Andrew Thompson <thompsa AT FreeBSD.org>
Hans Petter Selasky <hselasky AT FreeBSD.org> |