[Lunar-commits] <moonbase> unicap: Adding a patch taken from http://bazaar.launchpad.net/~arne-datafloater/unicap/trunk/diff/88
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Oct 10 15:05:15 CEST 2011
commit d5b4976fe3c0d4366845406082bd51d5c390f78d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Oct 10 09:05:15 2011 -0400
unicap: Adding a patch taken from http://bazaar.launchpad.net/~arne-datafloater/unicap/trunk/diff/88
and modified slightly; we ain't Debian. This fixes a build issue with opencv and unicaps
use of private keyword.
---
libs/unicap/BUILD | 2 ++
libs/unicap/DETAILS | 5 ++++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/libs/unicap/BUILD b/libs/unicap/BUILD
index d723b92..dcceb2e 100644
--- a/libs/unicap/BUILD
+++ b/libs/unicap/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 1 &&
+
# To remove the logs from filling up with;
# "...SYSFS{}= will be removed in a future udev version, please use ATTR{}..."
sedit "s:SYSFS:ATTR:g" data/50-euvccam.rules &&
diff --git a/libs/unicap/DETAILS b/libs/unicap/DETAILS
index 750ae44..c55bfe1 100644
--- a/libs/unicap/DETAILS
+++ b/libs/unicap/DETAILS
@@ -1,12 +1,15 @@
MODULE=unicap
VERSION=0.9.12
SOURCE=libunicap-$VERSION.tar.gz
+ SOURCE2=libunicap-private-keyword-01.patch
SOURCE_URL=http://unicap-imaging.org/downloads/
+ SOURCE2_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libunicap-$VERSION
SOURCE_VFY=sha1:a4d3a484ecc63a6f7e080c67d54131f7058f2790
+ SOURCE2_VFY=sha1:d48d930eb05c209e311e246bbfadd62cab995a51
WEB_SITE=http://unicap-imaging.org/index.htm
ENTERED=20090601
- UPDATED=20101106
+ UPDATED=20111010
SHORT="uniform interface to video capture devices"
cat << EOF
More information about the Lunar-commits
mailing list