Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1e3db999949df4d9b408ae4b47f9bbc4a8f969f7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1e3db999949df4d9b408ae4b47f9bbc4a8f969f7)
  • Date: Fri, 7 Sep 2012 17:53:23 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
video/eviacam/01-visionpipeline.patch | 12 ++++++++++++
video/eviacam/DEPENDS | 3 +++
video/eviacam/DETAILS | 16 ++++++++++++++++
video/eviacam/HISTORY | 3 +++
video/eviacam/PRE_BUILD | 4 ++++
6 files changed, 41 insertions(+)

New commits:
commit 1e3db999949df4d9b408ae4b47f9bbc4a8f969f7
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

video/eviacam: new spell, webcam based mouse emulator

diff --git a/ChangeLog b/ChangeLog
index f21d007..0e4db8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-09-07 Ladislav Hagara <hgr AT vabo.cz>
+ * video/eviacam: new spell, webcam based mouse emulator
+
2012-09-05 Thomas Orgis <sobukus AT sourcemage.org>
* audio-soft/jaaa: new spell, audio analyzer

diff --git a/video/eviacam/01-visionpipeline.patch
b/video/eviacam/01-visionpipeline.patch
new file mode 100644
index 0000000..395564b
--- /dev/null
+++ b/video/eviacam/01-visionpipeline.patch
@@ -0,0 +1,12 @@
+--- src/visionpipeline.cpp.orig 2011-10-05 01:48:19.000000000 +0300
++++ src/visionpipeline.cpp 2012-05-31 21:52:36.418770777 +0300
+@@ -33,6 +33,9 @@
+ #include <wx/msgdlg.h>
+ #include <wx/stdpaths.h>
+
++#include <cv.h>
++#include <cvaux.h>
++
+ // Constants
+ #define DEFAULT_TRACK_AREA_WIDTH_PERCENT 0.50f
+ #define DEFAULT_TRACK_AREA_HEIGHT_PERCENT 0.30f
diff --git a/video/eviacam/DEPENDS b/video/eviacam/DEPENDS
new file mode 100755
index 0000000..2683eca
--- /dev/null
+++ b/video/eviacam/DEPENDS
@@ -0,0 +1,3 @@
+depends wxgtk &&
+depends opencv &&
+depends libxtst
diff --git a/video/eviacam/DETAILS b/video/eviacam/DETAILS
new file mode 100755
index 0000000..57e645a
--- /dev/null
+++ b/video/eviacam/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=eviacam
+ VERSION=1.5.4
+ SOURCE=${SPELL}_${VERSION}.orig.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:991a30b8fcb8df8697d7dce44135070bdb5b5b8f6218cc86f62fb3ebb8905cd502514d8327250f95e4cf22b3899bcde5816e5ae1efd0c85010ccbe606cbcb5bb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://eviacam.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20120907
+ SHORT="cross-platform webcam based mouse emulator"
+cat << EOF
+Enable Viacam (a.k.a. eViacam) is a mouse replacement software that moves the
+pointer as you move your head. It works on standard PCs equipped with a web
+camera. No additional hardware is required. Based on the award winning Facial
+Mouse software.
+EOF
diff --git a/video/eviacam/HISTORY b/video/eviacam/HISTORY
new file mode 100644
index 0000000..014a45d
--- /dev/null
+++ b/video/eviacam/HISTORY
@@ -0,0 +1,3 @@
+2012-09-07 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, 01-visionpipeline.patch: spell created,
+ version 1.5.4, patch from Arch
diff --git a/video/eviacam/PRE_BUILD b/video/eviacam/PRE_BUILD
new file mode 100755
index 0000000..cecccc6
--- /dev/null
+++ b/video/eviacam/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+patch -p0 < $SPELL_DIRECTORY/01-visionpipeline.patch



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1e3db999949df4d9b408ae4b47f9bbc4a8f969f7), Ladislav Hagara, 09/07/2012

Archive powered by MHonArc 2.6.24.

Top of Page