pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/fswebcam



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.

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:



Home | Main Index | Thread Index | Old Index