aboutsummaryrefslogtreecommitdiff
path: root/multimedia/v4l_compat
Commit message (Collapse)AuthorAgeFilesLines
* Split out evdev headers from multimedia/v4l_compatNiclas Zeising2018-12-192-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update FreeBSD videodev headers in preparation vor vlc3Thomas Zander2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480895
* Install missing header include/linux/dvb/net.hThomas Zander2018-06-302-2/+3
| | | | | | | | | PR: 229143 Submitted by: decke Reviewed by: hselasky Notes: svn path=/head/; revision=473615
* Update libv4l and friends to 1.6.3.Koop Mast2015-06-144-42/+38
| | | | | | | | | | | | 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
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* @dirrmtry include/linux, which is used by multiple portsDmitry Marakasov2014-09-041-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=367303
* - Add NO_ARCH (this port installs just headers)Thomas Zander2014-08-091-0/+1
| | | | | | | | | PR: 192384 Submitted by: jbeich@vfemail.net Approved by: mentors (implicit) Notes: svn path=/head/; revision=364402
* Enable stageBaptiste Daroussin2013-10-192-14/+7
| | | | | | | Use license framework Notes: svn path=/head/; revision=330903
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Fix two linux/dvb ioctls in multimedia/v4l_compat , multimedia/webcamd ,Juergen Lock2012-06-282-0/+21
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=300170
* Update to 1.0.20120501.Koop Mast2012-05-102-7/+7
| | | | | | | Pet portlint a bit. Notes: svn path=/head/; revision=296347
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Update to 20110720Sylvio Cesar Teixeira2011-08-292-3/+4
| | | | Notes: svn path=/head/; revision=280714
* Update to 1.0.20110603.Koop Mast2011-06-254-40/+6
| | | | | | | | | | 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
* Add a patch that adds guards around the compat typedef's.Koop Mast2011-01-072-0/+36
| | | | | | | | | | This allows kopete to build its v4l support. Submitted by: hselasky@ With hat: multimedia@ Notes: svn path=/head/; revision=267484
* Update to 1.0.20101027.Koop Mast2010-11-043-16/+3
| | | | | | | | Update videodev2.h header for libv4l update to 0.8.1. patch-dvb_frontend.h is now included in the tarball. Notes: svn path=/head/; revision=264095
* Fix incorrectly defined FE_GET_PROPERTY ioctl for which the workaroundKoop Mast2010-04-292-0/+12
| | | | | | | | | | | | | 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 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Reviewed by: Hans Petter Selasky <hselasky@c2i.net> Notes: svn path=/head/; revision=253445
* Update to 1.0.20100403.Koop Mast2010-04-042-4/+4
| | | | | | | | This commit adds back compat code. Oops This should at least fix pwlib and ptlib26. Notes: svn path=/head/; revision=252210
* Update to 1.0.20100321.Koop Mast2010-03-255-2116/+27
| | | | | | | | | | 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
* Update videodev.h to latest version.Koop Mast2010-01-165-101/+1858
| | | | | | | | | Add videodev2.h (which is the video4linux 2 version) Submitted by: Hans Petter Selasky <hselasky AT FreeBSD.org> Notes: svn path=/head/; revision=247990
* Change MAINTAINER to multimedia@.Florent Thoumie2007-01-221-1/+1
| | | | Notes: svn path=/head/; revision=182974
* Add multimedia/v4l_compat port, a port that installs the <linux/videodev.h>Florent Thoumie2006-08-014-0/+385
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