pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cnxtview New package for cnxtview-0.00a, soft...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1b8c44b9e6a
branches: trunk
changeset: 470211:f1b8c44b9e6a
user: hamajima <hamajima%pkgsrc.org@localhost>
date: Sun Mar 07 08:13:55 2004 +0000
description:
New package for cnxtview-0.00a, software for use with Creative WEBCAM Notebook
diffstat:
graphics/cnxtview/DESCR | 4 ++++
graphics/cnxtview/Makefile | 18 ++++++++++++++++++
graphics/cnxtview/PLIST | 3 +++
graphics/cnxtview/distinfo | 5 +++++
graphics/cnxtview/patches/patch-aa | 26 ++++++++++++++++++++++++++
5 files changed, 56 insertions(+), 0 deletions(-)
diffs (76 lines):
diff -r 4ed9bd1aba59 -r f1b8c44b9e6a graphics/cnxtview/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cnxtview/DESCR Sun Mar 07 08:13:55 2004 +0000
@@ -0,0 +1,4 @@
+Creative WEBCAM Notebook Utility Programs for NetBSD
+
+cnxtshot ... simple image capture program ( output stdout JPEG file )
+cnxtview ... sequential image viewer program ( about 20fps )
diff -r 4ed9bd1aba59 -r f1b8c44b9e6a graphics/cnxtview/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cnxtview/Makefile Sun Mar 07 08:13:55 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 08:13:55 hamajima Exp $
+#
+
+DISTNAME= cnxtutil-0.00-alpha
+PKGNAME= cnxtview-0.00a
+CATEGORIES= graphics x11
+MASTER_SITES= http://www2.starcat.ne.jp/~takam/bsd/
+
+MAINTAINER= hamajima%NetBSD.org@localhost
+HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#webcamnote
+COMMENT= Creative WEBCAM Notebook Utility Programs
+
+USE_BUILDLINK3= # defined
+
+.include "../../graphics/imlib/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 4ed9bd1aba59 -r f1b8c44b9e6a graphics/cnxtview/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cnxtview/PLIST Sun Mar 07 08:13:55 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/07 08:13:56 hamajima Exp $
+bin/cnxtshot
+bin/cnxtview
diff -r 4ed9bd1aba59 -r f1b8c44b9e6a graphics/cnxtview/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cnxtview/distinfo Sun Mar 07 08:13:55 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/07 08:13:56 hamajima Exp $
+
+SHA1 (cnxtutil-0.00-alpha.tar.gz) = bd151410026a307562ed928d72feb8aa57b2cb51
+Size (cnxtutil-0.00-alpha.tar.gz) = 21087 bytes
+SHA1 (patch-aa) = 18829cc00accda0e31144def1e6180f981cfb500
diff -r 4ed9bd1aba59 -r f1b8c44b9e6a graphics/cnxtview/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cnxtview/patches/patch-aa Sun Mar 07 08:13:55 2004 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/03/07 08:13:56 hamajima Exp $
+
+--- cnxtshot.c.orig 2004-01-14 02:16:20.000000000 +0900
++++ cnxtshot.c 2004-03-07 08:21:38.000000000 +0900
+@@ -61,7 +61,7 @@
+ {
+ int i;
+ int ret;
+- int fd = NULL, efd = NULL;
++ int fd = 0, efd = 0;
+
+ /* check option */
+ if (argc == 1) {
+--- cnxtview.c.orig 2004-01-14 02:20:15.000000000 +0900
++++ cnxtview.c 2004-03-07 08:22:03.000000000 +0900
+@@ -78,8 +78,8 @@
+ int i;
+ int ret;
+
+- fd = NULL;
+- efd = NULL;
++ fd = 0;
++ efd = 0;
+
+ gtk_init(&argc, &argv);
+ gdk_imlib_init();
Home |
Main Index |
Thread Index |
Old Index