diff options
author | nox <nox@FreeBSD.org> | 2012-01-17 03:55:32 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-01-17 03:55:32 +0800 |
commit | 4725b70aae63980c31fe56cbe65a98cb09097988 (patch) | |
tree | daa14a78e1150b79b819752c69e16a6bbe92bfb3 /multimedia | |
parent | 713a4a1856b6555e3871dc379a1dd0721348ba93 (diff) | |
download | freebsd-ports-gnome-4725b70aae63980c31fe56cbe65a98cb09097988.tar.gz freebsd-ports-gnome-4725b70aae63980c31fe56cbe65a98cb09097988.tar.zst freebsd-ports-gnome-4725b70aae63980c31fe56cbe65a98cb09097988.zip |
Update to 3.2.0.2 .
Submitted by: hselasky (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/webcamd/Makefile | 2 | ||||
-rw-r--r-- | multimedia/webcamd/distinfo | 4 | ||||
-rw-r--r-- | multimedia/webcamd/files/webcamd.in | 9 |
3 files changed, 12 insertions, 3 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile index 9937005e416e..3b5c1b2b9739 100644 --- a/multimedia/webcamd/Makefile +++ b/multimedia/webcamd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 3.1.0.4 +PORTVERSION= 3.2.0.2 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://hselasky.homeunix.org:8192/distfiles/ diff --git a/multimedia/webcamd/distinfo b/multimedia/webcamd/distinfo index f36761c7ca64..25bca899ee9b 100644 --- a/multimedia/webcamd/distinfo +++ b/multimedia/webcamd/distinfo @@ -1,2 +1,2 @@ -SHA256 (webcamd-3.1.0.4.tar.bz2) = 05c6ed8027ca9c458e0bda042ec50b4696d3b0d6328cf522101d73cfe00616a2 -SIZE (webcamd-3.1.0.4.tar.bz2) = 8510595 +SHA256 (webcamd-3.2.0.2.tar.bz2) = 227e4166f70f060559633b528975d9e030df986663fc269103e55ab3fbc6d1d8 +SIZE (webcamd-3.2.0.2.tar.bz2) = 8825403 diff --git a/multimedia/webcamd/files/webcamd.in b/multimedia/webcamd/files/webcamd.in index e02205b1e7a5..4e963675913c 100644 --- a/multimedia/webcamd/files/webcamd.in +++ b/multimedia/webcamd/files/webcamd.in @@ -31,6 +31,15 @@ webcamd_prestart() pidfile="/var/run/webcamd.*.0.pid" load_rc_config $name + +if [ "$2" = "vflip" ] || [ "$3" = "vflip" ]; then + command_args="$command_args -m v4l2.vflip=1" +fi + +if [ "$2" = "hflip" ] || [ "$3" = "hflip" ]; then + command_args="$command_args -m v4l2.hflip=1" +fi + if [ $# -gt 1 ]; then pidfile="webcamd.dummy" command_args="$command_args -d $2 -i 0" |