Search Criteria
Package Details: imhex 1.37.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/imhex.git (read-only, click to copy) |
---|---|
Package Base: | imhex |
Description: | A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM |
Upstream URL: | https://imhex.werwolv.net |
Licenses: | GPL-2.0-or-later |
Conflicts: | imhex-patterns-git |
Provides: | imhex-patterns |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi |
Last Packager: | KokaKiwi |
Votes: | 65 |
Popularity: | 1.14 |
First Submitted: | 2020-12-04 11:19 (UTC) |
Last Updated: | 2025-04-16 07:42 (UTC) |
Dependencies (22)
- capstone (capstone-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- file (file-gitAUR)
- fmt (fmt-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR)
- yara (yara-gitAUR)
- cli11 (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime-8.0-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- librsvg (librsvg-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime-8.0-binAUR) (optional) – support for .NET scripts
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
leo980 commented on 2025-04-15 08:08 (UTC)
Besides, this package adopt
options=(!strip)
in its PKGBUILD, i have no clue on the reason of such practice.Doing so would bundle the debug symbols with the binary package, instead of building a separated
-debug
package, which bloats the package size for those who do not need the debug symbols.I would also propose a patch to remove this build option.
leo980 commented on 2025-04-15 08:03 (UTC)
(2/2)
leo980 commented on 2025-04-15 08:02 (UTC)
(1/2)
imhex built fails with cmake>=4 because of cmake version conflict of a third-party library utilised by imhex.
The related build log is listed below:
To address this issue, upstream commit 379d826 should be backported, which modified
.gitmodules
to redirect the problematic library to a patched version.But unfortunately the released tarballs does not use git submodule, but bundled all submodules instead. Thus we need to backport commit 2a6d305 on the library to our Arch source package.
The patch below on this repository would do everything mentioned above with a confirmed-successful build with cmake==4.0.1-1
kruzah commented on 2025-03-19 11:01 (UTC)
The package already builds in parallel for me with
MAKEFLAGS="-j$(nproc)"
in/etc/makepkg.conf
.RadxaYuntian commented on 2025-03-10 10:48 (UTC)
Second suggestion for parallel build. For now I'll just use binary package.
RocketDev commented on 2024-12-28 13:23 (UTC)
It's a bit too slow to build the app... I guess it's a good idea to build it with
cmake --build build -j 8
to speed up the build process. This option is added in CMake 3.12 and the latest CMake we have is 3.31, so that should be working.directrix1 commented on 2024-10-13 06:11 (UTC) (edited on 2024-10-13 07:29 (UTC) by directrix1)
This doesn't include the standard magic also there is no option to download it.
frydac commented on 2024-10-10 11:47 (UTC)
Currently I'm getting the following issue:
imhex: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory
not sure when it started to happen.When I manually install the fmt10 package, it works: https://aur.archlinux.org/packages/fmt10
the version of imhex on my system:
RocketDev commented on 2024-10-05 15:02 (UTC)
Please consider making parallelly. Currently only one job is running when building and it takes time to compile.
petris commented on 2024-07-09 12:41 (UTC)
Latest 1.35.4 update doesn't build in a clean chroot:
Looks like
libxrandr
is needed as either a dependency or a make dependency.1 2 3 4 5 6 .. 8 Next › Last »