summaryrefslogtreecommitdiff
path: root/graphics/qcamview
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-22 18:18:38 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-22 18:18:38 +0000
commit0caca718a4a42ae8969dc046c5289ba39584aa79 (patch)
tree148ebc1afdce0a89ee47cc2206b581158251282c /graphics/qcamview
parentdff6c989f8a2e921d173a25a8b49b0db59a26dda (diff)
downloadpkgsrc-0caca718a4a42ae8969dc046c5289ba39584aa79.tar.gz
Add DragonFly support.
Diffstat (limited to 'graphics/qcamview')
-rw-r--r--graphics/qcamview/distinfo7
-rw-r--r--graphics/qcamview/patches/patch-ab16
-rw-r--r--graphics/qcamview/patches/patch-ac16
-rw-r--r--graphics/qcamview/patches/patch-ad16
-rw-r--r--graphics/qcamview/patches/patch-ae16
-rw-r--r--graphics/qcamview/patches/patch-af16
6 files changed, 86 insertions, 1 deletions
diff --git a/graphics/qcamview/distinfo b/graphics/qcamview/distinfo
index e9923b06d22..015c4c82afc 100644
--- a/graphics/qcamview/distinfo
+++ b/graphics/qcamview/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 08:45:12 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/04/22 18:19:02 joerg Exp $
SHA1 (qce-ga-0.40d.tar.gz) = 508b74d3d839b4a837a5fa1fbb0f48678e9b0bad
RMD160 (qce-ga-0.40d.tar.gz) = 4c1cd898e75e30a654b9a8979d4c61f915f8bb23
@@ -7,3 +7,8 @@ SHA1 (qce-ga-bsd-0.04.patch.gz) = 3984481734d308545f12451748b3e45ff03b11a0
RMD160 (qce-ga-bsd-0.04.patch.gz) = 3febc74b1f8034aca58d8bcd40522b294394878d
Size (qce-ga-bsd-0.04.patch.gz) = 17623 bytes
SHA1 (patch-aa) = 9b717ed225e9f6d2334ba2122a4ff764e789f074
+SHA1 (patch-ab) = a3c4375c46dba115de2d2c783c000daa0aeb0e01
+SHA1 (patch-ac) = 8cdbda378cd239699a4d2037c289e9059d7aa40f
+SHA1 (patch-ad) = b559dfeff6b5c4b3121b99cb15d6767d43052a03
+SHA1 (patch-ae) = 36d6d465c610ba378bf41ced765f4a729b8e7c45
+SHA1 (patch-af) = fd114044703590828a1959e8bdfb18cf667c5d62
diff --git a/graphics/qcamview/patches/patch-ab b/graphics/qcamview/patches/patch-ab
new file mode 100644
index 00000000000..7128bf18abe
--- /dev/null
+++ b/graphics/qcamview/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- quickcam.c.orig 2006-04-22 18:15:24.000000000 +0000
++++ quickcam.c
+@@ -64,7 +64,11 @@
+ #include <ctype.h>
+ #include <sys/ioctl.h>
+
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+
+ #include "quickcam.h"
+ #include "pb0100.h"
diff --git a/graphics/qcamview/patches/patch-ac b/graphics/qcamview/patches/patch-ac
new file mode 100644
index 00000000000..688f038d51f
--- /dev/null
+++ b/graphics/qcamview/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- qcamview.c.orig 2006-04-22 18:15:43.000000000 +0000
++++ qcamview.c
+@@ -16,7 +16,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>
diff --git a/graphics/qcamview/patches/patch-ad b/graphics/qcamview/patches/patch-ad
new file mode 100644
index 00000000000..9ff96280cd4
--- /dev/null
+++ b/graphics/qcamview/patches/patch-ad
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- qcamshot.c.orig 2006-04-22 18:15:53.000000000 +0000
++++ qcamshot.c
+@@ -31,7 +31,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 "quickcam.h" /* Control register of the STV0600 ASIC */
diff --git a/graphics/qcamview/patches/patch-ae b/graphics/qcamview/patches/patch-ae
new file mode 100644
index 00000000000..2c4596ed4e9
--- /dev/null
+++ b/graphics/qcamview/patches/patch-ae
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- linux_usbif.h.orig 2006-04-22 18:16:05.000000000 +0000
++++ linux_usbif.h
+@@ -11,7 +11,11 @@
+ #include <string.h>
+ #include <err.h>
+
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+
+ #define USB_DIR_OUT UT_WRITE
+ #define USB_DIR_IN UT_READ
diff --git a/graphics/qcamview/patches/patch-af b/graphics/qcamview/patches/patch-af
new file mode 100644
index 00000000000..ffbb2aa1a54
--- /dev/null
+++ b/graphics/qcamview/patches/patch-af
@@ -0,0 +1,16 @@
+$NetBSD: patch-af,v 1.1 2006/04/22 18:19:02 joerg Exp $
+
+--- linux_usbif.c.orig 2006-04-22 18:16:18.000000000 +0000
++++ linux_usbif.c
+@@ -28,7 +28,11 @@
+
+ #include <ctype.h>
+ #include <sys/ioctl.h>
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+
+ #include "linux_usbif.h"
+