diff options
author | luigi <luigi@FreeBSD.org> | 2007-03-26 19:23:50 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2007-03-26 19:23:50 +0800 |
commit | 3d0960e56935fa7760ea44208d2a69371954f485 (patch) | |
tree | b0dc5c02ff275c647f676644629d4903669317ff /devel | |
parent | 31425fb49d872d4bd2f11e04f7169e96107b9777 (diff) | |
download | freebsd-ports-gnome-3d0960e56935fa7760ea44208d2a69371954f485.tar.gz freebsd-ports-gnome-3d0960e56935fa7760ea44208d2a69371954f485.tar.zst freebsd-ports-gnome-3d0960e56935fa7760ea44208d2a69371954f485.zip |
Upgrade to version 20070326, which implements device control variables
(available under /proc on Linux) as a sysctl tree debug.{drivername}
With this feature you can, as an example, set
sysctl debug.gspca.compress=1 and sysctl debug.gspca.autoexpo=0
to speed up capture on some cameras.
This version also includes some pwcview changes to display up
to 4 copies of the grabbed image, with various mirroring options.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-kmod-compat/Makefile | 2 | ||||
-rw-r--r-- | devel/linux-kmod-compat/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile index 5df50a8ce269..a9e3ded701cb 100644 --- a/devel/linux-kmod-compat/Makefile +++ b/devel/linux-kmod-compat/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= linux-kmod-compat -PORTVERSION= 20070208 +PORTVERSION= 20070326 CATEGORIES= devel emulators linux multimedia MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/ EXTRACT_SUFX= .tgz diff --git a/devel/linux-kmod-compat/distinfo b/devel/linux-kmod-compat/distinfo index 7d51e92162a6..348bb97e5897 100644 --- a/devel/linux-kmod-compat/distinfo +++ b/devel/linux-kmod-compat/distinfo @@ -1,3 +1,3 @@ -MD5 (linux-kmod-compat-20070208.tgz) = 7d166c6b2847f7349cb83a014855652c -SHA256 (linux-kmod-compat-20070208.tgz) = 54f6677166b152d3cbc644dfe71825fa4cf79e8148c08ba6c8c56f23246e33a6 -SIZE (linux-kmod-compat-20070208.tgz) = 82769 +MD5 (linux-kmod-compat-20070326.tgz) = 4b088ed4450707a7c989db020f543088 +SHA256 (linux-kmod-compat-20070326.tgz) = 3bcb2a57500e1c3c386252ac80e5f1476eaf0977981686ef08fcb8c4a23ae58c +SIZE (linux-kmod-compat-20070326.tgz) = 81933 |