Search Criteria
Package Details: xsane 0.999-9
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xsane.git (read-only, click to copy) |
|---|---|
| Package Base: | xsane |
| Description: | A GTK-based X11 frontend for SANE and plugin for GIMP. |
| Upstream URL: | https://gitlab.com/sane-project/frontend/xsane |
| Licenses: | GPL2 |
| Submitter: | gromit |
| Maintainer: | tonitch (kjkent) |
| Last Packager: | tonitch |
| Votes: | 41 |
| Popularity: | 5.35 |
| First Submitted: | 2024-08-13 11:22 (UTC) |
| Last Updated: | 2026-07-16 09:00 (UTC) |
Dependencies (12)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR, gtk2-ng-gitAUR, gtk2-ng-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- sane (sane-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- gimp (gimp-2AUR, gimp-develAUR, gimp-gitAUR, gimp-appimageAUR) (make)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR, gtk2-ng-gitAUR, gtk2-ng-gitAUR) (make)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR) (make)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR) (make)
- sane (sane-gitAUR) (make)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (make)
- xsane-gimpAUR (xsane-gimp-gitAUR) (optional) – for GIMP plugin support
Required by (7)
- gimp-plugin-xsanecli-git
- lexmark-network-scan (optional)
- scangearmp-mg8100series (optional)
- xsane-gimp
- xsane-gimp-git
- xsane2tess
- yagf (optional)
Latest Comments
1 2 3 4 5 6 Next › Last »
Unix-Like commented on 2026-07-16 11:30 (UTC)
Ok @sinbud2004. I didn't know about that syntax. Thanks. But this package just compiles with
s/libjpeg/libjpeg-turbo/g.@tonitch : Have a look at this issue.
simona commented on 2026-07-16 10:45 (UTC)
now compile and install
sinbud2004 commented on 2026-07-16 10:03 (UTC) (edited on 2026-07-16 10:06 (UTC) by sinbud2004)
@Unix-Like Thanks for your question! Actually I don’t want to add
-flto=auto—I need to remove it instead. The substitution${CFLAGS/-flto=auto/}deletes the-flto=autoflag from existing compiler flags, not append it. Some packages fail to build with auto LTO enabled, so stripping this flag fixes compilation errors. My sed command is correct for this removal purpose.tonitch commented on 2026-07-16 09:00 (UTC)
Pardon me for the delay; I haven't been able to get to my PC lately. I just submitted the quick fix. I will improve the package further a bit later.
Unix-Like commented on 2026-07-16 06:48 (UTC) (edited on 2026-07-16 06:52 (UTC) by Unix-Like)
Are you sure that, @sinbud2004, you want to do this ?
It is the result of your second substitution of your sed command.
I think that what you want to do is:
Am I wrong? You just want to add the flag
-flto=autoto those already existing env vars. So you're your sed command is wrong.I have seen it is LTO, a compilation optimization, which could be a good thing to do indeed. I will test.
sinbud2004 commented on 2026-07-16 03:16 (UTC) (edited on 2026-07-16 03:22 (UTC) by sinbud2004)
This version is more stable than xsane git, as xsane git has issues such as translation file failure and inability to connect scanning devices. But this version of PKGBUILD needs some adjustments:
kemuzor commented on 2026-07-10 19:08 (UTC)
Please consider the last comment from watanabe2004 as urgent. Quite a bunch uf users are affected not for failing to use xsane but struggeling to perform a system update. - Thanks!
watanabe2004 commented on 2026-07-07 11:57 (UTC)
This AUR currently blocks pacman from Updating unless the provided Patch below is applied to PKGBUILD beforehand, Please Commit the Patch into the Repo so it works without issue again.
connaisseur commented on 2026-07-05 11:10 (UTC) (edited on 2026-07-05 11:18 (UTC) by connaisseur)
Given patch set helped to compile xsane again.
Unix-Like commented on 2026-07-03 18:42 (UTC) (edited on 2026-07-03 18:42 (UTC) by Unix-Like)
I've just created an alternative repo for AUR xsane on Github. I've just cloned this repo and add pqatsi's patch. I have successfully installed xsane 0.999-9.
1 2 3 4 5 6 Next › Last »