Package Details: xzoom 0.3-6

Git Clone URL: https://aur.archlinux.org/xzoom.git (read-only, click to copy)
Package Base: xzoom
Description: A screen magnifier
Upstream URL: ftp://sunsite.unc.edu/pub/linux/libs/X/
Licenses: GPL
Submitter: None
Maintainer: pezcurrel
Last Packager: pezcurrel
Votes: 52
Popularity: 0.000233
First Submitted: 2009-05-05 15:22 (UTC)
Last Updated: 2019-06-27 11:33 (UTC)

Latest Comments

« First ‹ Previous 1 2

pezcurrel commented on 2012-06-05 19:58 (UTC)

Without the patch xzoom doesn't work for me, it says "xzoom: can work only with 8 bits/pixel", so it's needed. Also, 'sed -i "s@-O2@$CFLAGS@" ./Makefile' gives error about the missing Makefile, since xmkmf should be run before the sed stuff. This modified PKGBUILD works for me: pkgname=xzoom pkgver=0.3 pkgrel=1 pkgdesc="xzoom is a screen magnifier" arch=('i686' 'x86_64') url="ftp://sunsite.unc.edu/pub/linux/libs/X/" license=('GPL') depends=('libxt' 'libxext') makedepends=('imake') source=(ftp://sunsite.unc.edu/pub/linux/libs/X/$pkgname-$pkgver.tgz ftp://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/x/xzoom/xzoom_0.3-23.diff.gz) md5sums=('c6ecc5fade34cf46cbe8c00b93d7ac78' 'd3a397e24aba7025f94e264fea0906d0') build() { gzip -d ../xzoom_0.3-23.diff.gz cd "$pkgname-$pkgver" patch -p1 < ../../xzoom_0.3-23.diff xmkmf sed -i "s@-O2@$CFLAGS@" ./Makefile make } package() { make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install install.man }

<deleted-account> commented on 2012-05-20 10:06 (UTC)

The .diff patch is no longer present on the ftp://sunsite.unc.edu/pub/linux/libs/X/ ftp, so these lines need to be removed from the makepkg, or a new source has to be found: patch -p1 < ../../xzoom_0.3-23.diff sed -i "s@-O2@$CFLAGS@" ./Makefile

<deleted-account> commented on 2011-12-26 21:19 (UTC)

http://pastebin.com/hrq009Ya xzoom 0.3-2 PKGBUILD -> added CFLAGS, man page, x86_64 support.

jesseFrey commented on 2011-12-21 14:35 (UTC)

this works on my i5 machine can you add x86_64 to the arch array thanks

<deleted-account> commented on 2011-01-17 15:42 (UTC)

http://aur.pastebin.com/C5187xwc xzoom PKGBUILD for CFLAGS and man page