Search Criteria
Package Details: pix 3.4.10-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pix.git (read-only, click to copy) |
|---|---|
| Package Base: | pix |
| Description: | Image viewer and browser based on gthumb. X-Apps Project. |
| Upstream URL: | https://github.com/linuxmint/pix |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | pix-git |
| Provides: | pix |
| Submitter: | ion203 |
| Maintainer: | ion203 |
| Last Packager: | ion203 |
| Votes: | 43 |
| Popularity: | 0.043359 |
| First Submitted: | 2016-08-26 04:45 (UTC) |
| Last Updated: | 2026-04-29 11:40 (UTC) |
Dependencies (25)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gsettings-desktop-schemas (gsettings-desktop-schemas-nofontAUR, gsettings-desktop-schemas-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR)
- libwebp (libwebp-gitAUR)
- xapp
- exiv2 (exiv2-gitAUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- intltool (make)
- itstool (make)
- liboauth (make)
- meson (meson-gitAUR) (make)
- brasero (brasero-gitAUR) (optional) – Burn discs
- dcraw (optional) – Support for RAW photos
- exiv2 (exiv2-gitAUR) (optional) – Embedded metadata support
- gst-libav (gst-libav-gitAUR) (optional) – Video support
- gst-plugin-gtk (gst-plugin-gtk-gitAUR) (optional) – Video support
- gstreamer (gstreamer-gitAUR) (optional) – Video support
- libchamplainAUR (optional) – Map Viewer
- libheif (libheif-highmemAUR, libheif-noglycinAUR, libheif-gitAUR) (optional) – heif/heic/avif file support
- Show 5 more dependencies...
Latest Comments
1 2 3 4 5 Next › Last »
silvertuanzi commented on 2026-04-28 14:37 (UTC)
By the way according to meson.build,
webkit2gtk-4.1would be found first, so why not usewebkit2gtk-4.1as deps?silvertuanzi commented on 2026-04-28 14:13 (UTC)
It should be
webkit2gtkinstead ofwebkitgtkyochananmarqos commented on 2026-04-27 00:03 (UTC) (edited on 2026-04-28 14:18 (UTC) by yochananmarqos)
@ion203: Or you could build with the
-Dwebservices=falseflag and then the deprecatedwebkit2gtkandlibsoup2dependencies are not required at all.ion203 commented on 2026-04-26 23:55 (UTC)
Thank you for the comment, I see that having webkit2gtk in depends instead of optional was an oversight and will fix this in the next update.
DABUNGINATOR commented on 2026-04-26 06:42 (UTC)
The Github repo lists webkit2gtk as an optional dependency, so why is it required here?
ion203 commented on 2025-11-24 14:02 (UTC)
I noticed that the package does compile and run fine without this icon pack, but you get a bunch of placeholder icons in the UI where resources are missing. Since xapp also switched to this icon pack with 3.2.0, I will hold off updating this one until xapp-symbolic-icons gets promoted to the official repos.
JotaRandom commented on 2025-11-23 07:41 (UTC)
the new version now use xapp-symbolic-icons as part of they dependencies.
not sure if its can run without it or compile, but look that dependency change is the only change.
ion203 commented on 2024-09-23 14:24 (UTC)
The message mentioned is unrelated to this project: glib2-devel being a build dependency for pix has no relation to it also being an optional dependency for glib2.
Generally, PKGBUILDs run unprivileged and cannot modify the local system. However, makepkg can get deps for you via "-s" / "--syncdeps" - see https://wiki.archlinux.org/title/Makepkg#Usage
noitemstoshow commented on 2024-09-23 14:03 (UTC)
@ion203 thanks for the quick reply. Yes by installing glib2-devel package first then the build completed ok. It would be handy if the build script will just fetch the glib2-devel package for the user. (the output says glib2 optionally requires glib2-devel: development tools)
ion203 commented on 2024-09-23 13:36 (UTC)
@noitemstoshow - I'm not able to reproduce this issue in a clean chroot. Make sure you have all required dependencies (including base-devel) and the build root is up to date.
"Make" dependencies - including glib2-devel here - are required for the build step.
1 2 3 4 5 Next › Last »