Search Criteria
Package Details: obs-face-tracker 1:0.9.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/obs-face-tracker.git (read-only, click to copy) |
|---|---|
| Package Base: | obs-face-tracker |
| Description: | This plugin provide video filters for face detection and face tracking for mainly a speaking person |
| Upstream URL: | https://obsproject.com/forum/resources/face-tracker.1294/ |
| Keywords: | obs obs-studio plugin |
| Licenses: | GPL-2.0-or-later |
| Submitter: | tytan652 |
| Maintainer: | tytan652 |
| Last Packager: | tytan652 |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-10-26 15:14 (UTC) |
| Last Updated: | 2025-12-21 10:17 (UTC) |
Dependencies (9)
- blas-openblas
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- obs-face-tracker-dlib-models-gitAUR
- obs-studio (teb-obsAUR, obs-studio-gitAUR, obs-studio-libertyAUR, obs-studio-rcAUR, obs-studio-browserAUR, obs-studio-tytan652AUR)
- openblas (openblas-gitAUR, openblas64-gitAUR, openblas-lapackAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
1 2 Next › Last »
graupe commented on 2025-12-16 19:19 (UTC) (edited on 2025-12-16 19:21 (UTC) by graupe)
My quick hack after "paru" fails to install the package with
target not found: Qt::GuiPrivate:Hope that helps someone. Source: https://www.reddit.com/r/QtFramework/comments/1o42h63/comment/nj2ny5a/
multi.flexi commented on 2025-11-28 17:28 (UTC)
Could you please add simde among dependencies?
bytemixer commented on 2025-10-21 13:03 (UTC)
Does not compile in current Arch because there is no package in arch that includes the qt private header files; also many of the above mentioned dependencies are not included in the PKGBUILD depends=... or makedepends section. I presume one of the missing dependencies might actually provide the headers, but have not yet tried to install all of them manually (mainly because they are GIGANTIC).
TripleSpeeder commented on 2023-11-28 10:16 (UTC) (edited on 2023-11-28 10:17 (UTC) by TripleSpeeder)
I used this successfully few months ago. Wanted to use it today, but face tracking is not working.
According to obs logs some files seem to be missing:
Should i get these files from somewhere else or should they be part of the package? Or are they optional and my problem is elsewhere?
And thank you for maintaining this :)
MarsSeed commented on 2023-08-18 21:18 (UTC) (edited on 2023-08-18 21:18 (UTC) by MarsSeed)
One small observation / recommendation: it would be best if you removed
depends=openblas. Becauseblas-openblasalready depends on repo'sopenblas(these two are actually split packages coming from the same repo PKGBUILD).Also AUR's
openblas-lapackprovides openblas but not blas-openblas, so it might be confusing to users. The openblas-lapack package no longer aligns with repo's split openblas packages and therefore it is problematic (and its maintainer refuses to change anything to remedy that).missingSleepDeps commented on 2023-07-04 02:36 (UTC)
Hey @gimix311, I found "plugin-macros.generated.h" in the /src/src directory; so I just linked it to the /src/obs-face-tracker/src directory, and then ran makepkg with the --noextract flag. Built (and installed) successfully with that, and for Manjaro no less...
gimix311 commented on 2023-07-03 19:35 (UTC) (edited on 2023-07-03 19:36 (UTC) by gimix311)
Fails to build. Any hints would be appreciated.
MarsSeed commented on 2023-07-02 10:35 (UTC)
Please check the changes around Arch openblas and blas-openblas. You might need to switch depends from
openblastoblas-openblas. Arch openblas package is incomplete, only blas-openblas carries the full OpenBlas Lapack suite.Background:
Arch announced on June 14, 2023 a new blas-openblas repo package, which finally offers the full suite of OpenBLAS Lapack, with their blas implementation and corresponding cblas/lapacke interfaces.
gimix311 commented on 2022-11-16 04:00 (UTC)
The PKGBUILD fails to build, due to issues with git mentioned here: https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules https://bugs.archlinux.org/task/76255
I see you've made corrections, however, I had to edit the PKGBUILD to modify the line that merges the two lines
git config --local protocol.file.allow always AND git submodule update
to reflect the example given on https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules, to
git -c protocol.file.allow=always submodule update
tytan652 commented on 2022-05-23 19:18 (UTC)
Should be fixed with 0.5.4-4.
1 2 Next › Last »