| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=531911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel. This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.
By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.
Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers. This will be further updated.
Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work
with the updated evdev headers.
Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat
as needed, and bump portrevisions.
This is the first step in getting the FreeBSD input stack (libevdev,
libinput and so on) updated to newer versions.
Many thanks to all who have helped out with testing, code and exp-runs.
Apologies if I've forgotten to add any names.
PR: 222905, 217248, (based on, in part), 233787 (exp-run)
Submitted by: Greg V, wulf
Tested by: tcberner, kde
Exp-run by: antoine
Approved by: portmgr (antoine)
Obtained from: FreeBSDDesktop development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
Notes:
svn path=/head/; revision=487789
|
|
|
|
|
|
|
|
|
| |
PR: 229143
Submitted by: decke
Reviewed by: hselasky
Notes:
svn path=/head/; revision=473615
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@)
Notes:
svn path=/head/; revision=389588
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=378270
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=367303
|
|
|
|
|
|
|
| |
Use license framework
Notes:
svn path=/head/; revision=330903
|
|
|
|
|
|
|
|
|
|
| |
Update videodev2.h to the v4l-utils 0.8.4 version. Include the patch in the distfile.
Ship input.h and uinput.h [1]
Requested by: nox@ [1]
Notes:
svn path=/head/; revision=276373
|
|
|
|
|
|
|
|
|
|
| |
This update adds dvb headers. Needed for upcomming dvb support in webcamd.
The dvb headers are GPL licenced. Ship said headers in a tar file.
Submitted by: Hans Petter Selasky <hselasky AT FreeBSD.org>
Notes:
svn path=/head/; revision=251493
|
|
|
|
|
|
|
|
|
| |
Add videodev2.h (which is the video4linux 2 version)
Submitted by: Hans Petter Selasky <hselasky AT FreeBSD.org>
Notes:
svn path=/head/; revision=247990
|
|
header file needed to build some piece of software with video4linux support.
Just BUILD_DEPENDS on it, and you should be fine.
Notes:
svn path=/head/; revision=169400
|