Package Details: photoqt 4.8.1-1

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, photoqt-bin-debug
Provides: photoqt-debug
Submitter: archtux
Maintainer: luspi
Last Packager: luspi
Votes: 106
Popularity: 0.008639
First Submitted: 2013-08-11 21:50 (UTC)
Last Updated: 2025-02-13 13:48 (UTC)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

luspi commented on 2025-04-16 17:57 (UTC)

@csutcliff I don't have access to my Arch machine until next week to check, but are you sure? The OpenMP package is the "LLVM OpenMP Runtime Library", but PhotoQt does not have a dependency on LLVM.

If you changed your system to build packages with LLVM instead of GCC, then you might indeed need to install it on your system, but I don't think it should be added to depends.

csutcliff commented on 2025-04-16 16:23 (UTC)

This won't build without openmp installed, it should be added to depends

luspi commented on 2025-02-26 22:23 (UTC) (edited on 2025-02-26 22:24 (UTC) by luspi)

@anupamsr Do you have imagemagick6 installed by chance? There have been problems in the past when both 6 and 7 were installed on the same system.

Edit: There is also a bin package if this doesn't build for you: https://aur.archlinux.org/packages/photoqt-bin

anupamsr commented on 2025-02-18 20:04 (UTC)

Getting this currently (imagemagick is installed):

[ 98%] Linking CXX executable photoqt /bin/ld: CMakeFiles/photoqt.dir/cplusplus/singletons/scripts/pqc_scriptsfilemanagement.cpp.o: in function PQCScriptsFileManagement::scaleImage(QString, QString, int, QSize, int)::{lambda()#1}::operator()() const': pqc_scriptsfilemanagement.cpp:(.text+0x4b23): undefined reference toMagick::Geometry::Geometry(unsigned long, unsigned long, long, long)' /bin/ld: CMakeFiles/photoqt.dir/cplusplus/images/plugins/pqc_loadimage_magick.cpp.o: in function PQCLoadImageMagick::loadSize(QString)': pqc_loadimage_magick.cpp:(.text+0xc47): undefined reference toMagick::Image::rows() const' /bin/ld: pqc_loadimage_magick.cpp:(.text+0xc52): undefined reference to Magick::Image::columns() const' /bin/ld: CMakeFiles/photoqt.dir/cplusplus/images/plugins/pqc_loadimage_magick.cpp.o: in functionPQCLoadImageMagick::load(QString, QSize, QSize&, QImage&)': pqc_loadimage_magick.cpp:(.text+0x2858): undefined reference to Magick::Image::rows() const' /bin/ld: pqc_loadimage_magick.cpp:(.text+0x2866): undefined reference toMagick::Image::columns() const' /bin/ld: pqc_loadimage_magick.cpp:(.text+0x28d4): undefined reference to Magick::Geometry::Geometry(unsigned long, unsigned long, long, long)' /bin/ld: pqc_loadimage_magick.cpp:(.text+0x310c): undefined reference toMagick::Geometry::Geometry(unsigned long, unsigned long, long, long)' collect2: error: ld returned 1 exit status

luspi commented on 2024-09-23 18:43 (UTC)

@warp4ever

1) Thanks, this has already been taken care of upstream and should not be causing any issues: https://gitlab.com/lspies/photoqt/-/commit/9ee605cae792abebcbfbe55b14abd5e879205da1

2) Please open an issue upstream for further investigation (everything works fine on my end): https://gitlab.com/lspies/photoqt/-/issues/new

warp4ever commented on 2024-09-20 18:56 (UTC)

Two warnings/errors:

1) QGuiApplication::setDesktopFileName: the specified desktop file name ends with .desktop. For compatibility reasons, the .desktop suffix will be removed. Please specify a desktop file name without .desktop suffix

2) App shows but does not load images

luspi commented on 2024-09-02 23:56 (UTC)

@system7 resvg was updated and requires a rebuilt of PhotoQt. I made PhotoQt depend on the updated resvg and bumped the pkgrel. This should fix this issue.

system7 commented on 2024-09-01 19:37 (UTC)

Hello,

I have a machine where the PhotoQT is not working properly.

photoqt: symbol lookup error: photoqt: undefined symbol: resvg_get_image_viewbox

I do not know, what is the exact problem. :(

system7 commented on 2024-03-07 15:39 (UTC)

@luspi You were right. Thank you!

luspi commented on 2024-03-07 15:27 (UTC) (edited on 2024-03-07 15:28 (UTC) by luspi)

@wantija This is not a plasma application, so it should work just the same with both plasma 5 and plasma 6 :) Edit: Sorry, you're right, it depends on kimageformats5, fixing that now.

@system7 I re-checked the checksums on a different systems, and they should match. Try removing the old working dir (located at /home/system7/.cache/yay/photoqt ) and re-try from scratch, I suspect yay didn't download the patch file correctly.