Package howdy: Information

Source package: howdy
Version: 3.0.0-alt9.beta1.gitc5b1766
Latest version according to Repology
Build time:  Nov 16, 2023, 03:09 PM in the task #334498
Report package bug
License: MIT
Summary: Windows Hello style authentication
Description: 
Howdy provides Windows Hello style authentication for Linux.
Use your built-in IR emitters and camera in combination
with facial recognition to prove who you are.

Using the central authentication system (PAM),
this works everywhere you would otherwise need
your password: Login, lock screen, sudo, su, etc.

List of rpms provided by this srpm:
howdy (x86_64, i586, armh, aarch64)
howdy-gtk (x86_64, i586, armh, aarch64)
howdy-pam (x86_64, i586, armh, aarch64)
howdy-pam-debuginfo (x86_64, i586, armh, aarch64)

Maintainer: Anton Golubev

List of contributors:
Anton Golubev
Leontiy Volodin

ACL:
Leontiy Volodin
@everybody

    1. libpam0-devel
    2. cmake
    3. gettext-tools
    4. libevdev-devel
    5. gcc-c++
    6. rpm-build-ninja
    7. rpm-build-python3
    8. rpm-macros-meson
    9. rpm-macros-pam0
    10. libinih-devel
    11. meson

Last changed


Nov. 15, 2023 Anton Golubev 3.0.0-alt9.beta1.gitc5b1766
- add translations
Nov. 7, 2023 Anton Golubev 3.0.0-alt8.beta1.gitc5b1766
- remove 'fix-startup' patch (ALT #46340)
- use pkexec in advance to pass some env values (ALT #44606)
- fix segfault when adding a model via howdy-gtk (ALT #46339)
- fixup window destroy signals
- explicit requires libgtk+3-gir
Sept. 25, 2023 Anton Golubev 3.0.0-alt7.beta1.gitc5b1766
- more recent version including necessary changes/fixes:
  * do not show a message if the face model is not found
  * show a message if the user could not be recognized
  * show prompt if face model found (and enabled option detetion_notice)
  * ensure Model ID is unique
- update patches
- enable detection_notice by default via patch
- explicitly exclude ppc64le
- adapt spec to changes in build scripts