summaryrefslogtreecommitdiff
path: root/graphics/spcaview
diff options
context:
space:
mode:
authorhamajima <hamajima@pkgsrc.org>2006-03-29 14:09:44 +0000
committerhamajima <hamajima@pkgsrc.org>2006-03-29 14:09:44 +0000
commit02bbcdc93f4f87047961a1050343238726561fab (patch)
tree336d77dc4617a821a08aa3277f6137015ad3b4e0 /graphics/spcaview
parentcd96d3ac7ee0743c6e16e97c266525b8b8b7f3c4 (diff)
downloadpkgsrc-02bbcdc93f4f87047961a1050343238726561fab.tar.gz
updated to 0.5a.
see "Release 0.57.09" and "Release 0.57.10" of http://mxhaard.free.fr/news.html
Diffstat (limited to 'graphics/spcaview')
-rw-r--r--graphics/spcaview/Makefile11
-rw-r--r--graphics/spcaview/distinfo20
-rw-r--r--graphics/spcaview/patches/patch-aa16
-rw-r--r--graphics/spcaview/patches/patch-ab16
-rw-r--r--graphics/spcaview/patches/patch-ac16
-rw-r--r--graphics/spcaview/patches/patch-af16
6 files changed, 13 insertions, 82 deletions
diff --git a/graphics/spcaview/Makefile b/graphics/spcaview/Makefile
index eb32dd69789..8a457bd9de7 100644
--- a/graphics/spcaview/Makefile
+++ b/graphics/spcaview/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2006/03/14 17:06:58 hamajima Exp $
+# $NetBSD: Makefile,v 1.4 2006/03/29 14:09:44 hamajima Exp $
#
-DISTNAME= spca5xx-20060101
-PKGNAME= spcaview-0.4
+DISTNAME= spca5xx-20060301
+PKGNAME= spcaview-0.5a
CATEGORIES= graphics x11
-MASTER_SITES= http://mxhaard.free.fr/spca50x/Download/oldrelease/
+MASTER_SITES= http://mxhaard.free.fr/spca50x/Download/
PATCH_SITES= http://www.medias.ne.jp/~takam/bsd/
-PATCHFILES= spca5xx-bsd-0.4.patch.gz
+PATCHFILES= spca5xx-bsd-0.5a.patch.gz
PATCH_DIST_STRIP= -p3
MAINTAINER= hamajima@NetBSD.org
@@ -15,6 +15,7 @@ HOMEPAGE= http://www.medias.ne.jp/~takam/bsd/NetBSD.html#spca561
COMMENT= USB Cameras based SPCA5xx Utilities
WRKSRC= ${WRKDIR}/${DISTNAME}/drivers/usb
+MAKE_ENV+= NOGCCERROR=
.include "../../graphics/imlib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
diff --git a/graphics/spcaview/distinfo b/graphics/spcaview/distinfo
index 01639fec24d..5966b1fe692 100644
--- a/graphics/spcaview/distinfo
+++ b/graphics/spcaview/distinfo
@@ -1,14 +1,8 @@
-$NetBSD: distinfo,v 1.2 2006/03/14 17:06:58 hamajima Exp $
+$NetBSD: distinfo,v 1.3 2006/03/29 14:09:44 hamajima Exp $
-SHA1 (spca5xx-20060101.tar.gz) = 451688de91540cfcbe4ce1d02e51b0dfa5b609ef
-RMD160 (spca5xx-20060101.tar.gz) = 59bf789395336822f6911b7526ae78b72ed63a4b
-Size (spca5xx-20060101.tar.gz) = 184897 bytes
-SHA1 (spca5xx-bsd-0.4.patch.gz) = 2d5b097930cdaf024597f19b665beae860396e0d
-RMD160 (spca5xx-bsd-0.4.patch.gz) = 6cea121359d44113095f9453b83ea659a24afd3b
-Size (spca5xx-bsd-0.4.patch.gz) = 30214 bytes
-SHA1 (patch-aa) = 206250ba3e289aec70a158a169327c13766932f7
-SHA1 (patch-ab) = ed70b92ecb982873bf7ce6625d73a88abe90db3f
-SHA1 (patch-ac) = 926a8446828d92067fe2fbed03d96a9882ebb762
-SHA1 (patch-ad) = 4d8687efd21a245f30848a70685b0a8f6cd0d83f
-SHA1 (patch-ae) = e8386a74056423e96421573f881cadccf5f0e60a
-SHA1 (patch-af) = 557e93e2275ba3201053e7cdb36a80356f88d6c7
+SHA1 (spca5xx-20060301.tar.gz) = a05611f83c7d57f1ed1deed93685b2c9d9976313
+RMD160 (spca5xx-20060301.tar.gz) = 02e2cfd8952dcebde0f8b9a87d27a13627d354bc
+Size (spca5xx-20060301.tar.gz) = 194600 bytes
+SHA1 (spca5xx-bsd-0.5a.patch.gz) = 8ba458c84ef44b837ab5c26348a72b3d936675cc
+RMD160 (spca5xx-bsd-0.5a.patch.gz) = 18450b62ff5b4a310794b6ccb0ad6e48bfbc97c7
+Size (spca5xx-bsd-0.5a.patch.gz) = 30433 bytes
diff --git a/graphics/spcaview/patches/patch-aa b/graphics/spcaview/patches/patch-aa
deleted file mode 100644
index 933c3ed2d68..00000000000
--- a/graphics/spcaview/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/03/14 17:06:58 hamajima Exp $
-
---- spca5shot.c.orig 2006-03-03 15:41:54.000000000 +0000
-+++ spca5shot.c
-@@ -41,7 +41,11 @@
- #include <string.h>
- #include <err.h>
-
-+#if defined(__DragonFly__)
-+#include <bus/usb/usb.h>
-+#else
- #include <dev/usb/usb.h>
-+#endif
-
- #include "linux_usbif.h"
- #include "spca5xx.h"
diff --git a/graphics/spcaview/patches/patch-ab b/graphics/spcaview/patches/patch-ab
deleted file mode 100644
index 17c7f1678dc..00000000000
--- a/graphics/spcaview/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/03/14 17:06:58 hamajima Exp $
-
---- linux_usbif.h.orig 2006-03-03 15:42:44.000000000 +0000
-+++ linux_usbif.h
-@@ -20,7 +20,11 @@
- #include <limits.h>
- #include <err.h>
-
-+#if defined(__DragonFly__)
-+#include <bus/usb/usb.h>
-+#else
- #include <dev/usb/usb.h>
-+#endif
-
- #define USB_ENDPOINT_DIR_MASK 0x80
- #define USB_DIR_OUT UT_WRITE
diff --git a/graphics/spcaview/patches/patch-ac b/graphics/spcaview/patches/patch-ac
deleted file mode 100644
index 6360e201635..00000000000
--- a/graphics/spcaview/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2006/03/14 17:06:58 hamajima Exp $
-
---- spca5share.c.orig 2006-03-03 15:43:20.000000000 +0000
-+++ spca5share.c
-@@ -37,7 +37,11 @@
- #include <sys/ioctl.h>
- #include <sys/time.h>
-
-+#if defined(__DragonFly__)
-+#include <bus/usb/usb.h>
-+#else
- #include <dev/usb/usb.h>
-+#endif
-
- #include "linux_usbif.h"
- #include "spca5xx.h"
diff --git a/graphics/spcaview/patches/patch-af b/graphics/spcaview/patches/patch-af
deleted file mode 100644
index fb3c9106293..00000000000
--- a/graphics/spcaview/patches/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-af,v 1.1 2006/03/14 17:06:58 hamajima Exp $
-
---- spca5view.c.orig 2006-03-03 15:45:52.000000000 +0000
-+++ spca5view.c
-@@ -45,7 +45,11 @@
- #include <string.h>
- #include <err.h>
-
-+#if defined(__DragonFly__)
-+#include <bus/usb/usb.h>
-+#else
- #include <dev/usb/usb.h>
-+#endif
-
- #include <gtk/gtk.h>
- #include <gdk_imlib.h>