Package Details: hdrmerge 0.6.0-5

Git Clone URL: https://aur.archlinux.org/hdrmerge.git (read-only, click to copy)
Package Base: hdrmerge
Description: HDRMerge fuses two or more raw images into a single raw with an extended dynamic range.
Upstream URL: http://jcelaya.github.io/hdrmerge/
Licenses: GPL3
Provides: hdrmerge
Submitter: flatzo
Maintainer: flatzo
Last Packager: flatzo
Votes: 6
Popularity: 0.000000
First Submitted: 2015-09-14 01:48 (UTC)
Last Updated: 2025-09-07 02:01 (UTC)

Latest Comments

1 2 Next › Last »

edison23 commented on 2025-09-07 19:06 (UTC)

@flatzo , thanks for the speedy fix in your latest push 8eb5f92 :) The package now installs fine on my Manjaro:

Operating System: Manjaro Linux KDE Plasma Version: 6.3.6 KDE Frameworks Version: 6.17.0 Qt Version: 6.9.1 Kernel Version: 6.12.41-1-MANJARO (64-bit) Graphics Platform: Wayland

edison23 commented on 2025-09-06 21:56 (UTC) (edited on 2025-09-06 21:57 (UTC) by edison23)

Hi, the installation does not work anymore, unfortunately:

Receiving objects: 100% (3037/3037), 36.47 MiB | 11.92 MiB/s, done.
Resolving deltas: 100% (2056/2056), done.
==> Validating source files with md5sums...
    hdrmerge ... Skipped
==> Extracting sources...
  -> Creating working copy of hdrmerge git repo...
Cloning into 'hdrmerge'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

flatzo commented on 2023-08-27 16:18 (UTC)

Thanks @depieri.carlo for the fix, it is merged and AUR package is updated

depieri.carlo commented on 2023-08-21 14:00 (UTC) (edited on 2023-08-21 14:06 (UTC) by depieri.carlo)

This aur package is still broken, since it needs both PR221 and PR222 to be merged (and sadly hdrmerge maintainers don't seem very responsive).

I created a version of this aur package with both those prs as patches, feel free to use it as workaround in the meantime: https://github.com/CarloDePieri/aur-hdrmerge

waldbaer59 commented on 2023-06-10 09:39 (UTC)

Package broken since the update of exiv2 (now version 0.28.0-1).

flatzo commented on 2023-01-05 02:45 (UTC)

Thanks @Ramana24 and @mpy.

I've updated the package to use @mpy's recently merged fix

mpy commented on 2022-12-30 15:19 (UTC)

@Ramana24, I filed a pull request upstream, the compilation error is probably because of an update to LibRaw 0.21 on your system. See the pull request for details and a patch: https://github.com/jcelaya/hdrmerge/pull/217

Ramana24 commented on 2022-12-25 06:27 (UTC) (edited on 2022-12-25 06:28 (UTC) by Ramana24)

Until recently HDRmerge worked fine in both Arch and manjaro. However, not since the last upgrade a few days ago. Compilation gave an error (make), but not which one.

flatzo commented on 2021-10-31 15:38 (UTC)

Thanks @Aubergine, updated to 0.6.0 and added Qt5 dependency

Aubergine commented on 2021-10-31 07:33 (UTC)

qt5-tools should be added as a build dependency.