Received: by mail.netbsd.org (Postfix, from userid 605) id 231DC84D5F; Sun, 15 Aug 2021 07:09:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D18484D31 for ; Sun, 15 Aug 2021 07:09:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PPWFL667Mmkj for ; Sun, 15 Aug 2021 07:09:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CA6BD84CEF for ; Sun, 15 Aug 2021 07:09:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE985FA97; Sun, 15 Aug 2021 07:09:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629011380227930" MIME-Version: 1.0 Date: Sun, 15 Aug 2021 07:09:40 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/fswebcam To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210815070940.BE985FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629011380227930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Aug 15 07:09:40 UTC 2021 Modified Files: pkgsrc/graphics/fswebcam: DESCR Makefile Log Message: fswebcam: clean up To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/fswebcam/DESCR \ pkgsrc/graphics/fswebcam/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629011380227930 Content-Disposition: inline Content-Length: 1523 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/fswebcam/DESCR diff -u pkgsrc/graphics/fswebcam/DESCR:1.1 pkgsrc/graphics/fswebcam/DESCR:1.2 --- pkgsrc/graphics/fswebcam/DESCR:1.1 Sun Aug 15 06:57:48 2021 +++ pkgsrc/graphics/fswebcam/DESCR Sun Aug 15 07:09:40 2021 @@ -1,7 +1,7 @@ fswebcam is a neat and simple webcam app. -It captures images from a V4L1/V4L2 compatible device or file, -averages them to reduce noise and draws a caption using the GD -Graphics Library which also handles compressing the image to PNG -or JPEG. The resulting image is saved to a file or sent to stdio -where it can be piped to something like ncftpput or scp. +It captures images from a V4L2 compatible device or file, averages them to +reduce noise and draws a caption using the GD Graphics Library which also +handles compressing the image to PNG or JPEG. The resulting image is saved +to a file or sent to stdio where it can be piped to something like ncftpput +or scp. Index: pkgsrc/graphics/fswebcam/Makefile diff -u pkgsrc/graphics/fswebcam/Makefile:1.1 pkgsrc/graphics/fswebcam/Makefile:1.2 --- pkgsrc/graphics/fswebcam/Makefile:1.1 Sun Aug 15 06:57:48 2021 +++ pkgsrc/graphics/fswebcam/Makefile Sun Aug 15 07:09:40 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/08/15 06:57:48 nia Exp $ +# $NetBSD: Makefile,v 1.2 2021/08/15 07:09:40 nia Exp $ DISTNAME= fswebcam-20200725 CATEGORIES= graphics @@ -11,8 +11,6 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -MANCOMPRESSED= yes - CONFIGURE_ARGS+= --disable-v4l1 pre-configure: --_----------=_1629011380227930--