Enable Viacam

If there's software you need and you can't find, make a request for it.
Post Reply
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

Enable Viacam

Post by Andyun »

Enable Viacam (eViacam) — is a mouse replacement cross-platform software that moves the
pointer as you move your head. It works on standard PCs equipped with a web
camera.
Dependencies:
  • wxWidgets >= 2.6
  • opencv >= 1.0 (package can be build from SlackBuild)
  • gtk+-2.0
  • libxtst
  • libxext
Project page: http://sourceforge.net/projects/eviacam/
------------------------------
Sample SLKBUILD:

Code: Select all

pkgname=eviacam
pkgver=1.5.3
pkgrel=111
source=("http://downloads.sourceforge.net/eviacam/eviacam_1.5.3.orig.tar.gz")
docs=("readme" "readme.ca" "readme.es" "thanks" "install" "copying" "changelog" "authors" "news" "todo")
url=http://eviacam.sourceforge.net/


slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"eviacam (Enable Viacam - is a mouse replacement software)"
"that moves the pointer as you move your head."
"It works on standard PCs equipped with a web camera."
""
"Homepage: http://eviacam.sourceforge.net/"
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc
	make || return 1
	make install DESTDIR=$startdir/pkg
}
Post Reply