Search Criteria
Package Details: facedetect-git r32.15cfda5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/facedetect-git.git (read-only, click to copy) |
---|---|
Package Base: | facedetect-git |
Description: | a simple face detector for batch processing, used by fgallery |
Upstream URL: | https://www.thregr.org/~wavexx/software/facedetect/ |
Licenses: | GPL2 |
Submitter: | rakoo |
Maintainer: | jtlab |
Last Packager: | rakoo |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-23 16:03 (UTC) |
Last Updated: | 2018-01-17 18:51 (UTC) |
Dependencies (3)
- opencv (opencv-cuda)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR)
Required by (1)
- fgallery (optional)
Latest Comments
rakoo commented on 2024-01-29 13:14 (UTC)
I haven't used this package in ages so I wouldn't be against deletion.
For reference a deletion request has already been filed, I guess the next round of AUR cleanup will take care of this: https://lists.archlinux.org/hyperkitty/list/aur-requests@lists.archlinux.org/message/WLAMDA2UYAZH4HRLJ4SERRA6Q46GKFHW/
MarsSeed commented on 2024-01-28 17:06 (UTC) (edited on 2024-01-29 16:38 (UTC) by MarsSeed)
Broken when run:
If I install python-opencv, another error occurs when opening a JPEG file:
Ustream is discontinued and archived since 2019.
Maybe it's time to delete this?
(Edit: removed duplicated lines, added upstream link.)
def commented on 2021-11-18 16:15 (UTC)
python-opencv dependency is missing, in addition to the /usr/share/opencv symlink jtlab mentioned.
rakoo commented on 2020-04-20 13:42 (UTC)
@jtlab I'm not using this package anymore, so if you want to take care of it please do, I'm disowning it
jtlab commented on 2020-04-19 12:13 (UTC) (edited on 2020-04-19 12:14 (UTC) by jtlab)
With the current version of the arch
opencv
package (opencv4
) facedetect does not find necessary data files. Would be better toln -s /usr/share/opencv4 /usr/share/opencv
as part of installation. Btw, I would be interested in maintaining that package.stardiviner commented on 2018-01-18 02:06 (UTC)
I'm newbie on Arch Linux package management and AUR. But if situation happens, I will take this maintainership. Thanks for your job.
rakoo commented on 2018-01-17 18:53 (UTC)
Thanks for the heads up @stardiviner, I updated the PKGBUILD to not sed anymore and to depend on python3
Please note that I'm not using facedetect. I'm happy doing trivial changes like those, provided I'm warned and they're simple, but I don't actively check the project; as such if someone actually cares about it they should probably step up and take over maintainership.
stardiviner commented on 2018-01-17 07:06 (UTC)
facedetect supports python3 now. So PKGBUILD should remove
sed
substitute now.