Package Details: photoqt 4.6-2

Git Clone URL: https://aur.archlinux.org/photoqt.git (read-only, click to copy)
Package Base: photoqt
Description: Fast and highly configurable image viewer with a simple and nice interface.
Upstream URL: http://photoqt.org/
Licenses: GPL2
Conflicts: photoqt-bin
Submitter: archtux
Maintainer: luspi
Last Packager: luspi
Votes: 106
Popularity: 0.27
First Submitted: 2013-08-11 21:50 (UTC)
Last Updated: 2024-09-02 23:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

luspi commented on 2022-09-08 16:14 (UTC)

@Agafron

  • How do you build PhotoQt, by invoking makepkg, or by using an AUR helper?
  • What ImageMagick version do you have installed (magick --version)?

A temporary workaround would be to switch from ImageMagick to GraphicsMagick: Replace imagemagick by graphicsmagick in the depends array, and switch the ON and OFF in the cmake call (line 26).

Agafron commented on 2022-09-07 09:33 (UTC) (edited on 2022-09-07 09:40 (UTC) by Agafron)

[ 89%] Linking CXX executable photoqt
/usr/sbin/ld: CMakeFiles/photoqt.dir/cplusplus/imageprovider/loader/loadimage_magick.cpp.o: in function PQLoadImageMagick::load(QString, QSize, QSize&, bool)':</code><br> <code> loadimage_magick.cpp:(.text+0x1b47): undefined reference toMagick::Image::rows() const'
/usr/sbin/ld: loadimage_magick.cpp:(.text+0x1b55): undefined reference to Magick::Image::columns() const'</code><br> <code> /usr/sbin/ld: loadimage_magick.cpp:(.text+0x1c08): undefined reference toMagick::Geometry::Geometry(unsigned long, unsigned long, long, long)'
/usr/sbin/ld: loadimage_magick.cpp:(.text+0x315f): undefined reference to Magick::Geometry::Geometry(unsigned long, unsigned long, long, long)'</code><br> <code> /usr/sbin/ld: CMakeFiles/photoqt.dir/cplusplus/imageprovider/loader/loadimage_magick.cpp.o: in functionPQLoadImageMagick::loadSize(QString)':
loadimage_magick.cpp:(.text+0x37df): undefined reference to Magick::Geometry::height() const'</code><br> <code> /usr/sbin/ld: loadimage_magick.cpp:(.text+0x37f5): undefined reference toMagick::Geometry::width() const'
collect2: error: ld returned 1 exit status
make[2]: [CMakeFiles/photoqt.dir/build.make:1581: photoqt] Error 1
make[1]:
[CMakeFiles/Makefile2:113: CMakeFiles/photoqt.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...

luspi commented on 2022-04-04 14:27 (UTC)

@guglovich v2.5 (this package) was released in early January. That commit will be part of v2.6 which will come within the next few days.

guglovich commented on 2022-04-04 10:45 (UTC)

@luspi Don't they have built-in support now? That's why I wrote. I asked them to add support for the format and then there was a commit.

https://gitlab.com/luspi/photoqt/-/commit/b704cfbe2375ad3644decb30bbb83aef80d3bf0f

luspi commented on 2022-04-04 02:32 (UTC)

@guglovich v2.5 only supports HEIC through ImageMagick (you need to swap from GraphicsMagick to ImageMagick in the PKGBUILD to take advantage of that). Starting with v2.6 (likely to be released later this coming week) support for HEIC through kimageformats will be added.

guglovich commented on 2022-04-03 18:34 (UTC)

Please update the application. HEIC support is now available.

luspi commented on 2022-03-24 16:41 (UTC)

@crismblog

PhotoQt fails to build because your build of the dependency python-pychromecast failed. I suggest commenting on the python-pychromecast AUR page) to see if someone has an idea (it builds fine on my local machine thogh). If you can't get it to work, you can edit the PKGBUILD of PhotoQt to remove that dependency by removing its mention in the depends() array (line 11) and adding -DCHROMECAST=OFF to the cmake call (line 26).

crismblog commented on 2022-03-24 09:57 (UTC) (edited on 2022-03-24 10:02 (UTC) by crismblog)

ERROR slice indices must be integers or None or have an __index__ method

==> ERROR: A failure occurred in build().

Aborting...

error: failed to build 'python-pychromecast-10.3.0-1':

==> Making package: photoqt 2.5-1 (Jo 24 mar 2022 11:57:07 +0200)

==> Retrieving sources...

-> Found photoqt-2.5.tar.gz

==> Validating source files with sha256sums...

photoqt-2.5.tar.gz ... Passed

==> Making package: photoqt 2.5-1 (Jo 24 mar 2022 11:57:08 +0200)

==> Checking runtime dependencies...

==> Missing dependencies:

-> python-pychromecast

==> Checking buildtime dependencies...

==> ERROR: Could not resolve all dependencies.

error: failed to build 'photoqt-2.5-1':

error: packages failed to build: python-pychromecast-10.3.0-1 photoqt-2.5-1

pallegro commented on 2022-01-17 15:19 (UTC)

@DianaNites I had the same issue. Got past it by deleting ~/.config/PhotoQt and ~/.cache/PhotoQt