Package Details: pix 3.4.3-1

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
Conflicts: pix-git
Provides: pix
Submitter: ion203
Maintainer: ion203
Last Packager: ion203
Votes: 37
Popularity: 0.68
First Submitted: 2016-08-26 04:45 (UTC)
Last Updated: 2024-07-21 19:11 (UTC)

Dependencies (25)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

klemens commented on 2024-06-14 08:58 (UTC)

This needs glib2-devel as a make dependency, see: https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/FLUDH7DXL5CJNZPX4NAWKQO2QJF3PZCD/

ion203 commented on 2024-06-09 12:09 (UTC) (edited on 2024-06-09 14:05 (UTC) by ion203)

The latest gcc release changed errors and broke this build. It'll be resolved with the 3.4.0 update for this package

<deleted-account> commented on 2024-06-09 07:59 (UTC)

The build fails with the following error Is there something wrong with my environment?

FAILED: extensions/file_tools/libfile_tools.so.p/cairo-blur.c.o 
cc -Iextensions/file_tools/libfile_tools.so.p -Iextensions/file_tools -I../extensions/file_tools -I. -I.. -Ipix -I../pix -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/cloudproviders -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/gsettings-desktop-schemas -I/usr/include/xapp -I/usr/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/pix/src=/usr/src/debug/pix -flto=auto -fPIC -pthread -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_54 -Wall -Wno-deprecated-declarations -MD -MQ extensions/file_tools/libfile_tools.so.p/cairo-blur.c.o -MF extensions/file_tools/libfile_tools.so.p/cairo-blur.c.o.d -o extensions/file_tools/libfile_tools.so.p/cairo-blur.c.o -c ../extensions/file_tools/cairo-blur.c
../extensions/file_tools/cairo-blur.c: In function ‘_cairo_image_surface_box_blur’:
../extensions/file_tools/cairo-blur.c:241:9: error: ‘return’ with no value, in function returning non-void [-Wreturn-mismatch]
  241 |         return;
      |         ^~~~~~
../extensions/file_tools/cairo-blur.c:218:1: note: declared here
  218 | _cairo_image_surface_box_blur (cairo_surface_t *source,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../extensions/file_tools/cairo-blur.c: In function ‘_cairo_image_surface_sharpen’:
../extensions/file_tools/cairo-blur.c:308:17: error: ‘return’ with no value, in function returning non-void [-Wreturn-mismatch]
  308 |                 return;
      |                 ^~~~~~
../extensions/file_tools/cairo-blur.c:283:1: note: declared here
  283 | _cairo_image_surface_sharpen (cairo_surface_t *source,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[149/712] Compiling C object extensions/file_tools/libfile_tools.so.p/cairo-effects.c.o
[150/712] Compiling C object extensions/file_tools/libfile_tools.so.p/callbacks.c.o
[151/712] Compiling C object extensions/file_tools/libfile_tools.so.p/actions.c.o
[152/712] Compiling C object extensions/file_tools/libfile_tools.so.p/cairo-rotate.c.o
[153/712] Compiling C object extensions/file_tools/libfile_tools.so.p/gth-curve.c.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

yumpyy commented on 2024-03-30 17:03 (UTC)

okay so...gst-libav isnt in the dependency list, without it .mp4 videos cant be played. for some reason gst-libav isnt in gthumb optional dependency list as well. could you please add it?

FabioLolix commented on 2024-03-15 16:35 (UTC)

I'm not as concerned about rebuilding the package in my machine (it's already running), as I am about the health of the package manifest, for all users. In other words: it would have been nice receiving a warning the last time I updated my machine, that by updating libjxl I was going to break pix.

Notice like this for the AUR before building are not possible

On one of my pkgbuilds have been mentioned: implement checkrebuild from rebuild-detector into your workflow.

ion203 commented on 2024-03-15 16:05 (UTC)

bruno.unna - this is done by bumping pkgrel, helpers will then rebuild since a new version is indicated.

I did it this time since prompted, but typically wouldn't bother. Most aur users should know to rebuild when encountering an error like this, so a late pkgrel bump will just mean an unnecessary second rebuild for them.

bruno.unna commented on 2024-03-15 15:46 (UTC)

Thanks @FabioLolix, but I think I didn't express myself correctly before.

I'm not as concerned about rebuilding the package in my machine (it's already running), as I am about the health of the package manifest, for all users. In other words: it would have been nice receiving a warning the last time I updated my machine, that by updating libjxl I was going to break pix.

If that's just impossible (I'm not an expert on PKGBUILD-ing), then I'll just assume it.

FabioLolix commented on 2024-03-15 13:21 (UTC)

You need to rebuild pix to link against the new so versions

bruno.unna commented on 2024-03-15 12:18 (UTC) (edited on 2024-03-15 12:20 (UTC) by bruno.unna)

Hi! Today I realised that I can't run pix. It complains like this:

~ » pix                                                                                                                                                                        bruno@aulos

(pix:4416): Gtk-WARNING **: 12:04:52.878: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client

(pix:4416): GLib-GIO-CRITICAL **: 12:04:52.879: g_file_new_for_path: assertion 'path != NULL' failed

(pix:4416): GLib-GIO-CRITICAL **: 12:04:52.879: g_file_get_uri: assertion 'G_IS_FILE (file)' failed

(pix:4416): GLib-GObject-CRITICAL **: 12:04:52.879: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

** (pix:4416): CRITICAL **: 12:04:52.881: Could not load the mandatory extension 'cairo_io': Could not open the module “cairo_io”: libjxl.so.0.9: cannot open shared object file: No such file or directory
[1]    4416 IOT instruction (core dumped)  pix

And indeed, libjxl was updated to 0.10.2-1 on the 9th of March.

I'm not clear how this could be fixed, as the patch to support jxl 0.9.0 is an external source. Ideas (other than downgrading libjxl)?

yumpyy commented on 2024-02-24 14:13 (UTC)

Hi! The PKGBUILD is missing gst-plugin-gtk dependency. Without it video plays in a separate window. Could you please add it?