Search Criteria
Package Details: xsane-git 0.999.r321.gc5ac0d9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xsane-git.git (read-only, click to copy) |
|---|---|
| Package Base: | xsane-git |
| Description: | A GTK-based X11 frontend for SANE and plugin for Gimp. Git version. |
| Upstream URL: | https://gitlab.com/sane-project/frontend/xsane |
| Keywords: | gimp git sane scan scanner xsane |
| Licenses: | GPLv2 |
| Conflicts: | xsane |
| Provides: | xsane |
| Submitter: | JonnyRobbie |
| Maintainer: | JonnyRobbie |
| Last Packager: | JonnyRobbie |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-02-25 19:23 (UTC) |
| Last Updated: | 2025-10-06 19:24 (UTC) |
Dependencies (14)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo)
- sane (sane-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- gimp (gimp-devel-noconflictAUR, gimp-develAUR, gimp-2AUR, gimp-appimageAUR, gimp-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR) (make)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR) (make)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo) (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 (requires xsane)
- lexmark-network-scan (requires xsane) (optional)
- scangearmp-mg8100series (requires xsane) (optional)
- xsane-gimp (requires xsane)
- xsane-gimp-git (requires xsane)
- xsane2tess (requires xsane)
- yagf (requires xsane) (optional)
Latest Comments
1 2 Next › Last »
JonnyRobbie commented on 2025-10-06 19:27 (UTC)
gimp 3.1 still looks in /usr/lib/gimp/3.0/plug-ins
I needed to fix the actual plugin subdir.
moormaster commented on 2025-09-30 12:23 (UTC)
xsane plugin is not showing up in gimp 3.x. Please update installation of gimp 3.0 plugin in the
prepare()method:Gimp 3.0 expects each plugin to reside in a subfolder in /usr/lib/3.0/plugins:
timothy.lee commented on 2025-08-26 11:26 (UTC)
gimptool --gimplugindircan be used to determine the plugin directory for the installed version of GIMP, however I'm not sure how it can be used at run-time to create the required symbolic link, since the post_install script of a package is "run chrooted inside the pacman install directory" according to https://wiki.archlinux.org/title/PKGBUILDmaderios commented on 2025-08-25 10:50 (UTC)
/usr/lib/gimp/3.0/plug-ins not detected in Gimp 3.1 (git version)
JonnyRobbie commented on 2025-08-24 18:40 (UTC)
Much thanks, @timothy.lee. I've just updated the pkgbuild.
timothy.lee commented on 2025-08-23 02:23 (UTC)
Latest git switched to GTK3, and supports both GIMP 2.x and 3.x.
Here is an updated PKGBUILD file:
moormaster commented on 2025-06-29 13:45 (UTC)
For gimp 3.0 to recognize the xsane-gimp plugin it must be placed in the folder
/usr/lib/gimp/3.0/plugins/xsane/like this:
aboliveira commented on 2025-06-13 13:35 (UTC)
This is a working PKGBUILD:
eliran commented on 2025-05-18 20:12 (UTC)
the ./configure script is missing from the source top dir (as it is a git revision. as of upstream commit 2eee8154). a manual running of autoreconf is required to make it available before build can proceed. at least until they'll plug an autogen.sh script or similar (this issue is 5 years old though https://gitlab.com/sane-project/frontend/xsane/-/issues/6)
JonnyRobbie commented on 2025-05-08 11:11 (UTC)
This commit https://gitlab.com/sane-project/frontend/xsane/-/merge_requests/33/diffs#547fe0db6ad3e73c693d3deaddf315f4b467815d completely changed their build system. The other versions seem to work, because they build on top of old versions. Unfortunately, the new changes lack any documentation whatsoever on how to build it. I'll try to reverse engineer it, but if anyone has a hint, it would be helpful.
1 2 Next › Last »