diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/camsource |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/camsource')
-rw-r--r-- | org.handhelds.familiar/packages/camsource/camsource-0.7.0/gcc34.patch | 16 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/camsource/camsource_0.7.0.bb | 12 |
2 files changed, 28 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/camsource/camsource-0.7.0/gcc34.patch b/org.handhelds.familiar/packages/camsource/camsource-0.7.0/gcc34.patch new file mode 100644 index 0000000..6567bd4 --- /dev/null +++ b/org.handhelds.familiar/packages/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/org.handhelds.familiar/packages/camsource/camsource_0.7.0.bb b/org.handhelds.familiar/packages/camsource/camsource_0.7.0.bb new file mode 100644 index 0000000..fa99949 --- /dev/null +++ b/org.handhelds.familiar/packages/camsource/camsource_0.7.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "camsource grabs images from a video4linux device and makes them \ +available to various plugins for processing or handling." +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +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 |