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.091214
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

« First ‹ Previous 1 2 3 4 5 Next › Last »

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?

yochananmarqos commented on 2024-01-20 19:16 (UTC) (edited on 2024-01-20 19:16 (UTC) by yochananmarqos)

Just an FYI, Pix is a fork of GThumb, so just about anything that applies to the latter applies to the former. ;)

pastel commented on 2024-01-20 19:09 (UTC)

working again, thank you

ion203 commented on 2024-01-20 16:16 (UTC)

Confirmed patch work is fine unmodified, it's been added for 3.2.2-2

Thanks yochananmarqos for saving me time looking for it :)

yochananmarqos commented on 2024-01-20 15:53 (UTC)

@ion203: The patch found here is needed to rebuild on libjxl 0.9.0: https://gitlab.gnome.org/GNOME/gthumb/-/issues/306

pastel commented on 2024-01-20 08:19 (UTC)

this is failing to compile as of today

[256/720] Compiling C object extension...ro_io.so.p/cairo-image-surface-jxl.c.o
FAILED: extensions/cairo_io/libcairo_io.so.p/cairo-image-surface-jxl.c.o 
cc -Iextensions/cairo_io/libcairo_io.so.p -Iextensions/cairo_io -I../extensions/cairo_io -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/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/pixman-1 -I/usr/include/libpng16 -I/usr/include/gsettings-desktop-schemas -I/usr/include/xapp -I/usr/include/libxml2 -I/usr/include/librsvg-2.0 -I/usr/include/webp -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -DHWY_SHARED_DEFINE -pthread -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_54 -Wall -Wno-deprecated-declarations -MD -MQ extensions/cairo_io/libcairo_io.so.p/cairo-image-surface-jxl.c.o -MF extensions/cairo_io/libcairo_io.so.p/cairo-image-surface-jxl.c.o.d -o extensions/cairo_io/libcairo_io.so.p/cairo-image-surface-jxl.c.o -c ../extensions/cairo_io/cairo-image-surface-jxl.c
../extensions/cairo_io/cairo-image-surface-jxl.c: In function ‘_cairo_image_surface_create_from_jxl’:
../extensions/cairo_io/cairo-image-surface-jxl.c:237:69: error: incompatible type for argument 2 of ‘JxlDecoderGetColorAsEncodedProfile’
  237 |                         if (JxlDecoderGetColorAsEncodedProfile(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, NULL) == JXL_DEC_SUCCESS)
      |                                                                     ^~~~~~~~~~~~~
      |                                                                     |
      |                                                                     JxlPixelFormat *
In file included from ../extensions/cairo_io/cairo-image-surface-jxl.c:24:
/usr/include/jxl/decode.h:750:50: note: expected ‘JxlColorProfileTarget’ but argument is of type ‘JxlPixelFormat *’
  750 |     const JxlDecoder* dec, JxlColorProfileTarget target,
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:237:84: warning: passing argument 3 of ‘JxlDecoderGetColorAsEncodedProfile’ makes pointer from integer without a cast [-Wint-conversion]
  237 |                         if (JxlDecoderGetColorAsEncodedProfile(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, NULL) == JXL_DEC_SUCCESS)
      |                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                    |
      |                                                                                    int
/usr/include/jxl/decode.h:751:23: note: expected ‘JxlColorEncoding *’ but argument is of type ‘int’
  751 |     JxlColorEncoding* color_encoding);
      |     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:237:29: error: too many arguments to function ‘JxlDecoderGetColorAsEncodedProfile’
  237 |                         if (JxlDecoderGetColorAsEncodedProfile(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, NULL) == JXL_DEC_SUCCESS)
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/jxl/decode.h:749:29: note: declared here
  749 | JXL_EXPORT JxlDecoderStatus JxlDecoderGetColorAsEncodedProfile(
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:242:70: error: incompatible type for argument 2 of ‘JxlDecoderGetICCProfileSize’
  242 |                                 if (JxlDecoderGetICCProfileSize(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, &profile_size) > 0) {
      |                                                                      ^~~~~~~~~~~~~
      |                                                                      |
      |                                                                      JxlPixelFormat *
/usr/include/jxl/decode.h:776:50: note: expected ‘JxlColorProfileTarget’ but argument is of type ‘JxlPixelFormat *’
  776 |     const JxlDecoder* dec, JxlColorProfileTarget target, size_t* size);
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:242:85: warning: passing argument 3 of ‘JxlDecoderGetICCProfileSize’ makes pointer from integer without a cast [-Wint-conversion]
  242 |                                 if (JxlDecoderGetICCProfileSize(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, &profile_size) > 0) {
      |                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                     |
      |                                                                                     int
/usr/include/jxl/decode.h:776:66: note: expected ‘size_t *’ {aka ‘long unsigned int *’} but argument is of type ‘int’
  776 |     const JxlDecoder* dec, JxlColorProfileTarget target, size_t* size);
      |                                                          ~~~~~~~~^~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:242:37: error: too many arguments to function ‘JxlDecoderGetICCProfileSize’
  242 |                                 if (JxlDecoderGetICCProfileSize(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, &profile_size) > 0) {
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/jxl/decode.h:775:29: note: declared here
  775 | JXL_EXPORT JxlDecoderStatus JxlDecoderGetICCProfileSize(
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:248:73: error: incompatible type for argument 2 of ‘JxlDecoderGetColorAsICCProfile’
  248 |                                 if (JxlDecoderGetColorAsICCProfile(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, profile_data, profile_size) > 0) {
      |                                                                         ^~~~~~~~~~~~~
      |                                                                         |
      |                                                                         JxlPixelFormat *
/usr/include/jxl/decode.h:794:50: note: expected ‘JxlColorProfileTarget’ but argument is of type ‘JxlPixelFormat *’
  794 |     const JxlDecoder* dec, JxlColorProfileTarget target, uint8_t* icc_profile,
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:248:88: warning: passing argument 3 of ‘JxlDecoderGetColorAsICCProfile’ makes pointer from integer without a cast [-Wint-conversion]
  248 |                                 if (JxlDecoderGetColorAsICCProfile(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, profile_data, profile_size) > 0) {
      |                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                        |
      |                                                                                        int
/usr/include/jxl/decode.h:794:67: note: expected ‘uint8_t *’ {aka ‘unsigned char *’} but argument is of type ‘int’
  794 |     const JxlDecoder* dec, JxlColorProfileTarget target, uint8_t* icc_profile,
      |                                                          ~~~~~~~~~^~~~~~~~~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:248:119: warning: passing argument 4 of ‘JxlDecoderGetColorAsICCProfile’ makes integer from pointer without a cast [-Wint-conversion]
  248 |                                 if (JxlDecoderGetColorAsICCProfile(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, profile_data, profile_size) > 0) {
      |                                                                                                                       ^~~~~~~~~~~~
      |                                                                                                                       |
      |                                                                                                                       guchar * {aka unsigned char *}
/usr/include/jxl/decode.h:795:12: note: expected ‘size_t’ {aka ‘long unsigned int’} but argument is of type ‘guchar *’ {aka ‘unsigned char *’}
  795 |     size_t size);
      |     ~~~~~~~^~~~
../extensions/cairo_io/cairo-image-surface-jxl.c:248:37: error: too many arguments to function ‘JxlDecoderGetColorAsICCProfile’
  248 |                                 if (JxlDecoderGetColorAsICCProfile(dec, &pixel_format, JXL_COLOR_PROFILE_TARGET_DATA, profile_data, profile_size) > 0) {
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/jxl/decode.h:793:29: note: declared here
  793 | JXL_EXPORT JxlDecoderStatus JxlDecoderGetColorAsICCProfile(
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[269/720] Compiling C++ object extensi.../libexiv2_tools.so.p/exiv2-utils.cpp.o
../extensions/exiv2_tools/exiv2-utils.cpp: In function ‘void add_string_list_to_metadata(GthMetadata*, const Exiv2::Metadatum&)’:
../extensions/exiv2_tools/exiv2-utils.cpp:331:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  331 |         for (int i = 0; i < value.count(); i++)
      |                         ~~^~~~~~~~~~~~~~~
../extensions/exiv2_tools/exiv2-utils.cpp: In function ‘void exiv2_read_metadata(Exiv2::Image::UniquePtr, GFileInfo*, gboolean)’:
../extensions/exiv2_tools/exiv2-utils.cpp:835:37: warning: catching polymorphic type ‘class std::out_of_range’ by value [-Wcatch-value=]
  835 |                       } catch (std::out_of_range) {
      |                                     ^~~~~~~~~~~~
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: pix-exit status 4

rellieberman commented on 2023-12-10 20:51 (UTC)

I see, Thanks for maintaining pix, and for the quick response :) rellieberman