Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: multimedia/libv4l |
Date | By | Description |
06 Apr 2021 14:31:07 1.20.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
02 Dec 2020 21:07:42
1.20.0
|
hselasky  |
Update v4l_compat, libv4l and v4l-utils to 1.20.0
- Regenerate patches.
- Fetch all sources from GitHub.
- Update package descriptions, WWW links.
Approved by: pi (implicit) |
17 Apr 2020 08:34:50
1.18.0
|
hselasky  |
Upgrade v4l_compat, libv4l and v4l-utils to v1.18.0.
The most important change is that up-to-date V4L header files are now
sourced from the webcamd distribution tarball.
Refer to the ChangeLog file in the v4l-utils tarball for a comprehensive
list of changes.
PR: 245501
Approved by: pi (implicit) |
09 Apr 2020 10:38:12
1.6.3
|
hselasky  |
Use PORTNAME to distinguish among the Video4Linux sub-ports.
This reduces duplicated variable information.
Approved by: pi (implicit) |
09 Apr 2020 10:35:02
1.6.3
|
hselasky  |
Simplify the MASTERPORT variable in the Video4Linux ports.
All ports are at the same directory level.
Approved by: pi (implicit) |
09 Apr 2020 10:12:34
1.6.3
|
hselasky  |
Remove unused patch files.
The patch files are now in the master port, libv4l.
Approved by: pi (implicit) |
21 Oct 2016 12:51:41
1.6.3 
|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
14 Jun 2015 04:59:38
1.6.3
|
kwm  |
Update libv4l and friends to 1.6.3.
Turn v4l-util and v4l_compat into slave ports.
"Steal" the dvb headers from linux 3.16.7 and roll them into a tarball.
Assign maintainership to multimedia@
Differential Revision: https://reviews.freebsd.org/D1482
Approved by: nox@, hslasky@, kwm@ (multimedia@) |
03 Apr 2015 11:26:50
0.8.8_1 
|
mat  |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
28 Mar 2015 17:17:33
0.8.8_1
|
nox  |
Fix build on 8 and 9.
Submitted by: beefy1 via pkg-fallout |
18 Mar 2015 11:39:01
0.8.8_1
|
oliver  |
bump PORTREVISION to reflect the updated patch patch-v4l2-ctl__v4l2-ctl.cpp |
18 Mar 2015 05:54:29
0.8.8
|
oliver  |
Fix handling of getting and setting v4l2 controls.
The unpatched implementation depends on a Linux specific behaviour of
getsubopt(3):
> If the first suboption in optionp is recognized, getsubopt() returns
> the index of the matching suboption element in tokens. Otherwise, -1
> is returned and *valuep is the entire name[=value] string.
The "Otherwise..." part is implemented differently on FreeBSD. The file gets now
patched to use a local and reduced implementation of getsubopt(3) to fix this
Approved by: nox |
01 Feb 2015 20:24:28
0.8.8
|
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
14 Jul 2014 18:42:04
0.8.8
|
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
15 Mar 2014 15:36:00
0.8.8
|
nox  |
Switch my ports to USES= tar:... |
03 Feb 2014 09:44:35
0.8.8
|
miwi  |
- Stage support |
20 Sep 2013 20:57:49
0.8.8
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
14 Aug 2013 22:35:54
0.8.8 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
10 May 2012 20:51:12
0.8.8
|
nox  |
Update to 0.8.8 . |
25 Jun 2011 19:13:25
0.8.4
|
kwm  |
Add v4l-utils 0.8.4.
This port contains a number of tools for manupilating v4l* devices.
Initial port of 0.8.3 by nox@, some polish and update to 0.8.4 by myself. |