pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/qcamview New package for qcamview-0.2, softwa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5eb780add4af
branches: trunk
changeset: 464497:5eb780add4af
user: hamajima <hamajima%pkgsrc.org@localhost>
date: Thu Dec 11 14:04:06 2003 +0000
description:
New package for qcamview-0.2, software for use with Logitech Quickcam Express USB cameras
diffstat:
graphics/qcamview/DESCR | 7 +++++++
graphics/qcamview/Makefile | 34 ++++++++++++++++++++++++++++++++++
graphics/qcamview/PLIST | 7 +++++++
graphics/qcamview/distinfo | 6 ++++++
4 files changed, 54 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r ebb5e542c165 -r 5eb780add4af graphics/qcamview/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/DESCR Thu Dec 11 14:04:06 2003 +0000
@@ -0,0 +1,7 @@
+Logitech Quickcam Express USB Utilities for NetBSD
+
+qcamshot ... simple image capture program ( output stdout PPM file )
+qcamview ... sequential image capture program like animation( about 3fps )
+
+Programs are required Linux device driver source, but they are not device
+driver, they are user application programs that use ugen(4).
diff -r ebb5e542c165 -r 5eb780add4af graphics/qcamview/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/Makefile Thu Dec 11 14:04:06 2003 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/11 14:04:06 hamajima Exp $
+#
+
+DISTNAME= qce-ga-0.40d
+PKGNAME= qcamview-0.2
+CATEGORIES= graphics x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qce-ga/}
+
+PATCH_SITES= http://www2.starcat.ne.jp/~takam/bsd/
+PATCHFILES= qce-ga-bsd-0.02.patch.gz
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER= hamajima%NetBSD.org@localhost
+HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#qcam
+COMMENT= Logitech Quickcam Express USB Utilities
+
+USE_BUILDLINK2= # defined
+
+do-build:
+ for f in qcamshot qcamview ; do \
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f ; \
+ done
+
+do-install:
+ for f in qcamshot qcamview ; do \
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f install ; \
+ done
+
+.include "../../graphics/imlib/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r ebb5e542c165 -r 5eb780add4af graphics/qcamview/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/PLIST Thu Dec 11 14:04:06 2003 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/11 14:04:06 hamajima Exp $
+bin/qcamshot
+bin/qcamview
+man/cat1/qcamshot.0
+man/cat1/qcamview.0
+man/man1/qcamshot.1
+man/man1/qcamview.1
diff -r ebb5e542c165 -r 5eb780add4af graphics/qcamview/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qcamview/distinfo Thu Dec 11 14:04:06 2003 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/11 14:04:06 hamajima Exp $
+
+SHA1 (qce-ga-0.40d.tar.gz) = 508b74d3d839b4a837a5fa1fbb0f48678e9b0bad
+Size (qce-ga-0.40d.tar.gz) = 40715 bytes
+SHA1 (qce-ga-bsd-0.02.patch.gz) = b2751cc7151c8d371b6e82cc818775669084a7d7
+Size (qce-ga-bsd-0.02.patch.gz) = 17477 bytes
Home |
Main Index |
Thread Index |
Old Index