Package Details: nomacs 1:3.21.0-2

Git Clone URL: https://aur.archlinux.org/nomacs.git (read-only, click to copy)
Package Base: nomacs
Description: A Qt image viewer
Upstream URL: https://github.com/nomacs/nomacs
Licenses: GPL-3.0-only
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 39
Popularity: 3.31
First Submitted: 2023-04-01 09:57 (UTC)
Last Updated: 2025-03-13 22:25 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Pinned Comments

C0rn3j commented on 2024-01-08 18:30 (UTC)

@ferda Read the pinned comment and implement checkrebuild from rebuild-detector into your workflow.

FabioLolix commented on 2023-07-07 05:37 (UTC)

every time you have error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory for build from source programs you have to rebuild it

Another package goes to the ignore list - opencv. Upgrading it to the latest v4.8.0 causes nomacs to not open when I click an image anymore. Downgrading it to 4.7.0 fixes that.

@rado84 you need rebuild the package not to hold back other packages, it is the same every time a dinamically linked soname changes

$ nomacs
nomacs: error while loading shared libraries: libopencv_imgproc.so.407: cannot open shared object file: No such file or directory

FabioLolix commented on 2023-06-17 15:20 (UTC)

Now using git tags as source=() as requested

Pre-build packages here (also for -git version) : https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/

Latest Comments

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

FabioLolix commented on 2024-09-23 16:23 (UTC)

@aramirez can't reproduce your issue but I already had v3.19.1 locally yet quazip was disabled in the pkgbuild before

If you have more issue please post (not here in the comments) or email a full log

C0rn3j commented on 2024-09-23 10:26 (UTC) (edited on 2024-09-23 10:56 (UTC) by C0rn3j)

Relevant QuaZIP PR which most likely causes this - https://github.com/nomacs/nomacs/pull/1145 (did not test if I run into the same issue)

The fail with Qt5 is expected as this package uses Qt6.

aramirez commented on 2024-09-23 10:16 (UTC)

I get this error when trying to install this package:

CMake Warning at cmake/Unix.cmake:121 (message):
  QUAZIP: 1.x not found.  Trying to find 0.x
Call Stack (most recent call first):
  CMakeLists.txt:120 (include)


-- Checking for module 'quazip'
--   Package 'quazip', required by 'virtual:world', not found
-- Could NOT find QUAZIP (missing: QUAZIP_LIBRARIES QUAZIP_INCLUDE_DIR)
CMake Error at cmake/Unix.cmake:128 (message):
  QUAZIP: even 0.x not found.  It's mandatory when used with ENABLE_QUAZIP
  enabled, you can also disable USE_SYSTEM_QUAZIP
Call Stack (most recent call first):
  CMakeLists.txt:120 (include)

Installing quazip-qt6 does not change anything, but installing quazip-qt5 changes the error to this:

CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt6::Widgets" does
not agree with the value of QT_MAJOR_VERSION already determined
for "nomacs".

CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt6::Widgets" does
not agree with the value of QT_MAJOR_VERSION already determined
for "nomacsCore".

CMake Error in CMakeLists.txt:
  Found relative path while evaluating include directories of "nomacs":

    "QUAZIP_INCLUDE_DIR-NOTFOUND"



CMake Error in CMakeLists.txt:
  Found relative path while evaluating include directories of "nomacsCore":

    "QUAZIP_INCLUDE_DIR-NOTFOUND"



CMake Error in CMakeLists.txt:
  Found relative path while evaluating include directories of "nomacsCore":

    "QUAZIP_INCLUDE_DIR-NOTFOUND"



CMake Error in CMakeLists.txt:
  Found relative path while evaluating include directories of "nomacs":

    "QUAZIP_INCLUDE_DIR-NOTFOUND"

What version quazip does this need? Should it be added as a dependency?

FabioLolix commented on 2024-07-21 17:42 (UTC)

You should update the b2sums, as you fetch a specific fixed commit.

Weird that I have that change locally

abouvier commented on 2024-07-21 16:22 (UTC)

You should update the b2sums, as you fetch a specific fixed commit.

FabioLolix commented on 2024-07-10 10:07 (UTC)

Read pinned comments before posting!

Ololbu commented on 2024-04-13 07:17 (UTC)

For qt6-based nomacs kimageformats must be also qt6, not kimageformats5. It's also return JPEG XL (.jxl) support.