Package Details: pam-face-authentication 0.3-9

Git Clone URL: https://aur.archlinux.org/pam-face-authentication.git (read-only, click to copy)
Package Base: pam-face-authentication
Description: PAM face auth
Upstream URL: http://code.google.com/p/pam-face-authentication
Licenses: GPL
Submitter: None
Maintainer: funilrys
Last Packager: funilrys
Votes: 31
Popularity: 0.000000
First Submitted: 2009-10-10 08:48 (UTC)
Last Updated: 2017-08-26 14:41 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

funilrys commented on 2016-10-30 20:57 (UTC)

Fixed @creeper123123321 !

creeper123123321 commented on 2016-10-30 20:49 (UTC)

Please fix the dependency on OpenCV2, not OpenCV

dzaragoza commented on 2013-03-03 17:57 (UTC)

Hello Please fix the dependency on qt4, not qt. Regards

dront78 commented on 2013-02-22 04:18 (UTC)

please build fix path to /usr/share/opencv/OpenCVConfig.cmake instead of /usr/share/OpenCV/OpenCVConfig.cmake

Alomsimoy commented on 2012-11-25 14:38 (UTC)

I couldn't continue building with OpenCV in the pkgbuild, but with opencv goes fine.

<deleted-account> commented on 2012-10-23 10:40 (UTC)

How can I select which webcam to use? Thanks

hwkiller commented on 2012-10-21 15:35 (UTC)

Excellent. Thanks.

hwkiller commented on 2012-10-21 03:04 (UTC)

Please revise your pkgbuild. Use pajaro's below, but change opencv to OpenCV.

francescortiz commented on 2012-01-11 08:20 (UTC)

use this PKGBUILD: # Contributor: Carlos RH Ruiz <ruizh.cj@gmail.com> pkgname=pam-face-authentication pkgver=0.3 pkgrel=5 pkgdesc="PAM face auth" arch=('i686' 'x86_64') url="http://code.google.com/p/pam-face-authentication" license=('GPL') #groups=() depends=('pam' 'opencv>=2.3' 'libx11' 'qt') makedepends=('cmake') #provides=() #conflicts=() #replaces=() #backup=() #install= source=('http://pam-face-authentication.googlecode.com/files/pam-face-authentication-0.3.tar.gz') #noextract=() sha256sums=('24cec1adb649a809fba4a131111df0de5701d8b0ee0b3295c6a80d97f6ddec64') build() { cd "$srcdir"/${pkgname}-$pkgver rm cmake/modules/FindOpenCV.cmake cp /usr/share/opencv/OpenCVConfig.cmake cmake/modules sed -i 's/OPENCV_LIBRARIES/OpenCV_LIBS/g' CMakeLists.txt cmake -D CMAKE_INSTALL_PREFIX=/usr . || return 1 } package() { cd ${srcdir}/${pkgname}-$pkgver make || return 1 make DESTDIR="$pkgdir/" install || return 1 }

<deleted-account> commented on 2011-09-14 21:05 (UTC)

Moved to pam-face-authentication-svn (ID=52395). I'll update pam-face-authentication there. I leave this package orphaned.