Search Criteria
Package Details: photoqt 4.9.1-1
Package Actions
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.004978 |
First Submitted: | 2013-08-11 21:50 (UTC) |
Last Updated: | 2025-05-06 09:32 (UTC) |
Dependencies (24)
- exiv2 (exiv2-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- kimageformats (kimageformats-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libarchive (libarchive-gitAUR)
- libraw (libraw-gitAUR)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-build-gitAUR, mpv-full-gitAUR)
- pugixml (pugixml-gitAUR)
- python-pychromecastAUR (python-pychromecast-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-imageformats
- qt6-location
- qt6-multimedia
- qt6-positioning
- qt6-svg
- qt6-webengine
- resvgAUR (resvg-gitAUR)
- zxing-cpp (zxing-cpp-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- qt6-tools (make)
- libqpsd-gitAUR (optional) – PSB/PSD support
- xcftoolsAUR (xcftools-gitAUR) (optional) – XCF support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »
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
luspi commented on 2022-01-12 19:52 (UTC)
@DianaNites
Did you try it with imagemagick? If you could file a bug report upstream, that'd also be great: https://gitlab.com/luspi/photoqt/-/issues
DianaNites commented on 2022-01-12 14:16 (UTC)
@luspi
Yes, my system is fully up to date. Probably a photoqt bug I guess.
For now i've just been using the previous version
luspi commented on 2022-01-09 04:12 (UTC)
@DianaNites Is your system up to date, in particular GraphicsMagick? There are some reports floating around the internet for various packages using various version of GraphicsMagick encountering this issue. If Your system is up to date, you can try switching over to ImageMagick:
In line 26 of the PKGBUILD, change
-DIMAGEMAGICK=OFF -DGRAPHICSMAGICK=ON
to-DIMAGEMAGICK=ON -DGRAPHICSMAGICK=OFF
and in line 11 changegraphicsmagick
toimagemagick
.DianaNites commented on 2022-01-09 02:06 (UTC) (edited on 2022-01-09 02:06 (UTC) by DianaNites)
..I can't view images since updating. Every time I try it just opens a window saying photoqt has updated and to close this window to continue.
"photoqt: magick/semaphore.c:601: LockSemaphoreInfo: Assertion `semaphore_info != (SemaphoreInfo *) NULL' failed."
luspi commented on 2022-01-05 21:16 (UTC)
@Agafron, Thanks, I forgot to add
python-pychromecast
as dependency. Should be fixed now.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »