photoqt-bin

LOW
maintainer luspi 5 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt binary tarball from the project's official domain (photoqt.org), which is not on a standard code host but plausibly legitimate; the source is verifiable via checksum and the domain matches the project, reducing supply-chain risk.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary tarball from the project's official domain (photoqt.org), which is not on a standard code host but plausibly legitimate; the source is verifiable via checksum and the domain matches the project, reducing supply-chain risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:16 source=(https://photoqt.org/downloads/bin/$_pkgname-$pkgver-1.tar.gz)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Lukas Spies <lukas (at) photoqt _dot_ org>
2# Contributor: archtux <antonio dot arias99999 at gmail dot com>
3
4pkgname=photoqt-bin
5_pkgname=photoqt
6pkgver=5.4.1
7pkgrel=2
8pkgdesc="Fast and highly configurable image viewer with a simple and nice interface (binary release)"
9arch=('x86_64')
10url="http://photoqt.org/"
11license=('GPL2')
12conflicts=('photoqt' 'photoqt-debug')
13provides=('photoqt' 'photoqt-bin-debug')
14depends=('exiv2' 'imagemagick' 'qt6-imageformats' 'qt6-multimedia' 'qt6-svg' 'qt6-declarative' 'qt6-location' 'qt6-positioning' 'libraw' 'hicolor-icon-theme' 'libarchive' 'kimageformats' 'mpv' 'resvg>=0.43.0' 'python-pychromecast' 'qt6-webengine' 'zxing-cpp' 'lcms2' 'openmp' 'yaml-cpp' 'ffmpegthumbnailer' 'qt6-quick3d')
15optdepends=('photoqt-extensions-bin: Official extensions for PhotoQt')
16source=(https://photoqt.org/downloads/bin/$_pkgname-$pkgver-1.tar.gz)
17sha256sums=('d3a021d17a8def529a32021e1e5c6ba1b731ec9769217518edd49ac75a2427c6')
18
19 # PhotoQt configured with:
20 #
21 # cmake .. -DWITH_CHROMECAST=ON -DWITH_DEVIL=OFF -DWITH_EXIV2=ON -DWITH_EXTENSIONS_SUPPORT=ON
22 # -DWITH_IMAGEMAGICK=ON -DWITH_LCMS2=ON -DWITH_LIBARCHIVE=ON -DWITH_LIBRAW=ON
23 # -DWITH_LOCATION=ON -DWITH_MOTIONPHOTO=ON -DWITH_PHOTOSPHERE=ON -DWITH_QTPDF=ON
24 # -DWITH_RESVG=ON -DWITH_VIDEO_MPV=ON -DWITH_VIDEO_QT=ON -DWITH_ZXING=ON
25 # -DWITH_GRAPHICSMAGICK=OFF -DWITH_POPPLER=OFF -DCMAKE_BUILD_TYPE=Release
26 # -DCMAKE_INSTALL_PREFIX=/usr -DWITH_FFMPEGTHUMBNAILER=ON
27
28package() {
29
30 cd $srcdir/$_pkgname-$pkgver
31
32 # install binary
33 install -Dm0755 -t "$pkgdir/usr/bin/" photoqt
34
35 # install desktop file
36 install -Dm0644 -t "$pkgdir/usr/share/applications/" org.photoqt.PhotoQt.desktop
37
38 # install metainfo
39 install -Dm0644 -t "$pkgdir/usr/share/metainfo/" org.photoqt.PhotoQt.metainfo.xml
40
41 # install icons
42 for size in 16x16 32x32 48x48 64x64 128x128 256x256 512x512 1024x1024; do
43 install -Dm0644 -t "$pkgdir/usr/share/icons/hicolor/$size/apps" "icons/$size/apps/org.photoqt.PhotoQt.png"
44 done
45
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion