summaryrefslogtreecommitdiff
path: root/recipes/camsource
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-03-19 20:56:09 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-03-19 20:56:09 +0100
commit6a21d65d2840c58cfa7cd749a04669d8f7980646 (patch)
tree00b1aa153b69cda8cf9406c4700fd7730c34d3a5 /recipes/camsource
parentdcfe7349b369a87881cf1fa43085d9e9c5609fcf (diff)
parent6f854d71c347475d53d5080a5490625345d95d12 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/camsource')
-rw-r--r--recipes/camsource/camsource-0.7.0/gcc34.patch16
-rw-r--r--recipes/camsource/camsource_0.7.0.bb11
2 files changed, 27 insertions, 0 deletions
diff --git a/recipes/camsource/camsource-0.7.0/gcc34.patch b/recipes/camsource/camsource-0.7.0/gcc34.patch
new file mode 100644
index 0000000000..6567bd4e9b
--- /dev/null
+++ b/recipes/camsource/camsource-0.7.0/gcc34.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- camsource-0.7.0/src/mod_handle.c~gcc34 2002-09-27 14:54:05.000000000 -0500
++++ camsource-0.7.0/src/mod_handle.c 2004-06-15 16:50:30.000000000 -0500
+@@ -306,7 +306,7 @@
+ goto inuse; /* break */
+ }
+ dlclose(dlh);
+-inuse:
++inuse:;
+ }
+ }
+
diff --git a/recipes/camsource/camsource_0.7.0.bb b/recipes/camsource/camsource_0.7.0.bb
new file mode 100644
index 0000000000..43930d8caa
--- /dev/null
+++ b/recipes/camsource/camsource_0.7.0.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "camsource grabs images from a video4linux device and makes them \
+available to various plugins for processing or handling."
+SECTION = "console/utils"
+LICENSE = "GPL"
+DEPENDS = "jpeg libxml2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/camsource/camsource-${PV}.tar.bz2 \
+ file://gcc34.patch;patch=1"
+S = "${WORKDIR}/camsource-${PV}"
+
+inherit autotools