Package Details: qimgv-git 1.0.2.r153.gb43fe80-1

Git Clone URL: https://aur.archlinux.org/qimgv-git.git (read-only, click to copy)
Package Base: qimgv-git
Description: Qt image viewer with video playback
Upstream URL: https://github.com/easymodo/qimgv
Licenses: GPL-3.0-or-later
Conflicts: qimgv
Provides: qimgv
Submitter: easymodo
Maintainer: xiota
Last Packager: xiota
Votes: 26
Popularity: 0.76
First Submitted: 2015-10-23 14:41 (UTC)
Last Updated: 2024-10-09 08:24 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

jlindgren commented on 2024-10-09 04:03 (UTC)

The build seems to prefer Qt5 if it's installed, even though the PKGBUILD is for Qt6. I hacked around it by adding a prepare():

prepare() {
  cd "$_pkgsrc"
  sed -i '/find_package(Qt5/d' CMakeLists.txt
  sed -i 's/Qt5_FOUND/FALSE/' CMakeLists.txt
}

xorly commented on 2023-12-24 22:47 (UTC)

Please do not call make directly and use cmake build . instead (https://wiki.archlinux.org/title/CMake_package_guidelines#Specifying_directories). Some machines may have different default generator instead of make, e.g. ninja.

FichteFoll commented on 2023-03-11 12:21 (UTC)

Please see the wiki for makedepends regarding how dependencies specified in the normal depends are implicitly required for building and should not be specified again in makedepends.

Derson5 commented on 2022-05-09 18:53 (UTC)

@easymodo You should add qt6svg to dependencies (without it I can't build it) and probably this change causes showing that there is update for package but then it it say you have the latest version.

madjoe commented on 2022-01-03 22:44 (UTC)

@easymodo: Reinstallation fixed the issue. Thnx.

easymodo commented on 2022-01-03 18:42 (UTC)

@madjoe reinstall this from aur it will fix itself

madjoe commented on 2022-01-03 18:39 (UTC)

After most recent Manjaro update:

qimgv: error while loading shared libraries: libopencv_imgproc.so.4.5: cannot open shared object file: No such file or directory

easymodo commented on 2021-09-27 18:51 (UTC) (edited on 2021-09-27 18:55 (UTC) by easymodo)

@madjoe: For some reason "git describe" is adding an 8th letter to the commit hash. Fixed. No idea why it started happening all of a sudden..