Search Criteria
Package Details: xzoom 0.3-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/xzoom.git (read-only, click to copy) |
---|---|
Package Base: | xzoom |
Description: | A screen magnifier |
Upstream URL: | https://www.ibiblio.org/pub/linux/libs/X/ |
Licenses: | GPL-2.0-or-later |
Submitter: | None |
Maintainer: | pezcurrel |
Last Packager: | pezcurrel |
Votes: | 53 |
Popularity: | 0.005239 |
First Submitted: | 2009-05-05 15:22 (UTC) |
Last Updated: | 2025-03-03 10:25 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxt
- imake (make)
Latest Comments
1 2 3 Next › Last »
pezcurrel commented on 2025-03-03 10:29 (UTC)
@gOdil @walkingstickfan ok, thanks a lot to both of you, i updated the PKGFILE accordingly
g0dil commented on 2025-03-03 08:36 (UTC) (edited on 2025-03-03 09:14 (UTC) by g0dil)
I have the same Problem. This happens with the
sed -i
command. It happens whenever there are'/'
chars inCFLAGS
. I don't know, where they are coming (obviously from aurutils ...) from but for me, thesed
commmand expands to(on a single line)
To quote the
'/'
chars, I have updated thesed
command in thePKGBUIKLD
towhich works for me.
pezcurrel commented on 2025-03-03 06:07 (UTC) (edited on 2025-03-03 07:50 (UTC) by pezcurrel)
@walkingstickfan The PKGBUILD contains no "sed -e" (just a "sed -i" at line 30), and here it builds and installs successfully on 4 of 4 different machines with Arch; can you please provide more context?
walkingstickfan commented on 2025-03-03 01:32 (UTC)
0.3-9 build fails...
pezcurrel commented on 2025-02-16 07:12 (UTC)
@m040601: ok, i updated the upstream URL and the source URL. Thank you! :-)
m040601 commented on 2025-02-05 20:50 (UTC) (edited on 2025-02-05 21:16 (UTC) by m040601)
Nice little tool. Love it. Have on my system for years. Does what it does. Still works fine. Thanks for keeping up the PKGBUILD.
"Upstream" and "source" need update. https not http.
$ curl -IL ftp://sunsite.unc.edu/pub/linux/libs/X/
$ curl -IL sunsite.unc.edu/pub/linux/libs/X/
$ curl -IL https://www.ibiblio.org/pub/linux/libs/X/xzoom-0.3.tgz
So it is there on "https". That is the famous ibiblio mirrors, https://en.wikipedia.org/wiki/Ibiblio This should be the "Source". And https not http. And the homepage, "Upstream" should be https://www.ibiblio.org/pub/linux/libs/X/" if nothing better is found.
Although beware it's there on the ibiblio mirrors untouched since 2003
$ tar xf xzoom-0.3.tgz
Ouch, and the files were last modified in 1996 !!!
Impossible to find the author "Itay Nahshon" on the Internet.
As an alternative, the only modern forks or repos I could find were.
https://github.com/cpantel/xzoom
https://github.com/mbarakatt/xzoom-follow-mouse
pezcurrel commented on 2024-12-28 07:40 (UTC)
@gigamicro fixed, thank you! :-)
gigamicro commented on 2024-12-10 05:04 (UTC)
currently doesn't build; fixed by #include-ing <unistd.h> in xzoom.c
pezcurrel commented on 2021-05-07 07:20 (UTC)
@badderman xzoom works the way it works, anyway under Xfce you can zoom in following mouse movement by pressing a key (default "alt", but it can be changed) and using the mouse wheel to zoom in and out; I suppose this can be done under Gnome and Kde too, in some way or another.
Badderman commented on 2021-05-06 12:28 (UTC) (edited on 2021-05-06 13:26 (UTC) by Badderman)
How to zoom in following mouse movement (Live Zoom Mode) instead of the fixed area? like MacOS or ZoomIt in Windows?
or
How to zoom in without showing own window like a transparent xzoom window?
===
Windows has solution with Magnification API:
https://stackoverflow.com/questions/25497061/how-do-i-exclude-my-own-window-without-flicker-when-i-take-a-screenshot
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/magapi/magapi-intro?redirectedfrom=MSDN
1 2 3 Next › Last »