Search Criteria
Package Details: imhex 1.27.1-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: | GPL2 |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi |
Last Packager: | KokaKiwi |
Votes: | 33 |
Popularity: | 0.86 |
First Submitted: | 2020-12-04 11:19 (UTC) |
Last Updated: | 2023-02-15 09:35 (UTC) |
Dependencies (18)
- curl (curl-minimal-git, curl-git)
- dbus (dbus-elogind, dbus-nosystemd-minimal-git, dbus-nosystemd, dbus-git, dbus-x11, dbus-selinux, dbus-xdg-docs)
- file (file-git)
- fmt (fmt-git)
- freetype2 (freetype2-minimal-git, freetype2-ttmetrics, freetype2-git, freetype2-infinality-remix, freetype2-v35, freetype2-ultimate5)
- glfw (glfw-git, glfw-wayland-minecraft, glfw-wayland-minecraft-libdecoration, glfw-wayland, glfw-x11)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libssh2 (libssh2-git)
- mbedtls (aur-mbedtls, mbedtls-git)
- xdg-desktop-portal (xdg-desktop-portal-git)
- yara (yara-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git) (make)
- llvm (llvm8, llvm-git, llvm-minimal-git) (make)
- nlohmann-json (nlohmann-json-git) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312) (make)
- imhex-patterns-git (optional) – ImHex base patterns
Latest Comments
1 2 3 4 Next › Last »
KokaKiwi commented on 2023-01-09 10:07 (UTC)
@headassbtw You can already instruct
makepkg
to use all available cores by modifying the/etc/makepkg.conf
file (there's a line specifically for this commented out)headassbtw commented on 2023-01-08 08:39 (UTC)
hey, could you update the pkgbuild to use all cores to compile? having a 24-thread CPU and it taking 20x longer to compile is mildly inconveniencing
tesnos6921 commented on 2022-10-25 12:41 (UTC) (edited on 2022-10-25 12:42 (UTC) by tesnos6921)
prepare() now fails due to git security change ( https://github.blog/2022-10-18-git-security-vulnerabilities-announced/#cve-2022-39253 )
AlexApps99 commented on 2022-10-13 01:11 (UTC) (edited on 2022-10-27 07:36 (UTC) by AlexApps99)
This package fails to build when CMAKE_GENERATOR=Ninja because it assumes make is used as the build system.
This can probably be fixed by using cmake --build.
Edit: this seems to have been fixed, thanks
thrimbor commented on 2022-09-16 01:37 (UTC) (edited on 2022-09-16 01:37 (UTC) by thrimbor)
The latest update fails to build:
randomnobody commented on 2022-08-25 23:08 (UTC)
Compiling with GCC fails to build:
Clang compiles fine.
pipes80 commented on 2022-08-10 15:11 (UTC)
slow installation, why?
ikubaku commented on 2022-07-07 14:20 (UTC)
ImHex now depends on xdg-desktop-portal. xdg-desktop-portal and/or xdg-desktop-portal-impl should be added to the dependencies.
randomnobody commented on 2022-07-05 04:46 (UTC)
CC and CXX aren't defined in my environment, which is breaking CMake. I don't think having these defined is standard in Arch. Worked once I added
CC=gcc CXX=g++
prefixing my build command.1 2 3 4 Next › Last »