Search Criteria
Package Details: normcap 0.6.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/normcap.git (read-only, click to copy) |
|---|---|
| Package Base: | normcap |
| Description: | OCR powered screen-capture tool to capture information instead of images |
| Upstream URL: | https://dynobo.github.io/normcap |
| Licenses: | AGPL-3.0-or-later AND MIT |
| Submitter: | yochananmarqos |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 26 |
| Popularity: | 0.81 |
| First Submitted: | 2021-11-07 21:19 (UTC) |
| Last Updated: | 2025-11-08 22:00 (UTC) |
Dependencies (20)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- leptonica
- libnotify (libnotify-gitAUR)
- pyside6
- python-jeepney
- python-pytesseract
- python-zxing-cppAUR (python-zxing-cpp-binAUR)
- shiboken6
- python-babel (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-toml (make)
- python-wheel (make)
- appstream (check)
- desktop-file-utils (desktop-file-utils-gitAUR) (check)
- gnome-shell-extension-window-calls (gnome-shell-extension-window-calls-gitAUR, gnome-shell-extension-window-calls-extended-gitAUR) (optional) – Window positioning handler for GNOME
- wl-clipboard (wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR, wl-clipboard-gitAUR) (optional) – clipboard access for Wayland
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – clipboard access for Xorg
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – alternative Xorg clipboard handler
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
ubmarco commented on 2024-01-16 09:32 (UTC)
The dependency
python-pytest-instafailis missing now.kearneyBack commented on 2023-11-30 03:27 (UTC)
you guys can try this: scrot -s -e 'tesseract $f stdout -l eng -c debug_file=/dev/null | xclip -sel clip'
gertvdijk commented on 2023-03-06 19:56 (UTC) (edited on 2023-03-06 19:57 (UTC) by gertvdijk)
Thanks! I already had
qt6-wayland:... but it seems the
0.4.0-2version fixed it anyway. 🙏yochananmarqos commented on 2023-03-05 16:02 (UTC)
@dynabo: As I already mentioned before,
qt6-waylandis only required in a Wayland session. I'll add it as an optional dependency since it is not required for a Xorg session.dynobo commented on 2023-03-05 12:09 (UTC)
It turned out that @gertvdijk was also missing
qt6-wayland. (See https://github.com/dynobo/normcap/issues/393#issuecomment-1454784059)@yochananmarqos, as this issue occurred multiple times already, would it make sense to add
qt6-waylandas optional dependency?gertvdijk commented on 2023-02-18 15:06 (UTC)
Starting normcap 0.4.0-1 gives me this error:
Am I doing something wrong? Looks like a missing dependency. 😕
dynobo commented on 2023-01-29 20:53 (UTC)
Hi @yochananmarqos,
the new version v0.4.0 of NormCap just got released.
I think two adjustments might be necessary for the AUR package:
prepare()is not necessary anymore (briefcasegot removed as build dependency for the Python package)packagetobundledynobo commented on 2023-01-28 18:52 (UTC)
Thanks a lot, @yochananmarqos! That fixed it,
0.3.15-3works flawless! :-)yochananmarqos commented on 2023-01-28 18:44 (UTC)
@dynobo: That's quite curious as I can't reproduce it. Either way, I removed the
.gitignorenow.dynobo commented on 2023-01-28 18:38 (UTC) (edited on 2023-01-28 18:42 (UTC) by dynobo)
@yochananmarqos: I dug a bit deeper, and it's the
.gitignorefile that is causing the issues. If it exists and excludessrc/, everything underpkg/normcap/usr/lib/python3.10/site-packages/normcapis also excluded from the archivenormcap-..-any.pkg.tar.zst. If I delete.gitignore, everything works fine.PS: I'm just trying to help.
« First ‹ Previous 1 2 3 4 5 Next › Last »