Search Criteria
Package Details: imhex 1.38.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: | GPL-2.0-or-later |
| Conflicts: | imhex-patterns-git |
| Provides: | imhex-patterns |
| Submitter: | KokaKiwi |
| Maintainer: | KokaKiwi |
| Last Packager: | KokaKiwi |
| Votes: | 69 |
| Popularity: | 0.23 |
| First Submitted: | 2020-12-04 11:19 (UTC) |
| Last Updated: | 2025-12-23 23:03 (UTC) |
Dependencies (22)
- capstone (capstone-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- file (file-gitAUR)
- fmt (fmt-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- 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-minimal-gitAUR, xdg-desktop-portal-gitAUR)
- yara (yara-gitAUR)
- cli11 (cli11-compiledAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-binAUR, dotnet-runtime-10.0, dotnet-runtime-8.0, dotnet-runtime-9.0) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- Show 2 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
targodan commented on 2023-05-04 08:48 (UTC)
imhex-patterns-git is listed as optional dependency and as conflicting. I don't know if imhex-patterns-git is a replacement or a complementing package, but one of the two things (optional dependecy, or conflict) is wrong. :)
KokaKiwi commented on 2023-05-02 08:54 (UTC)
@k1gen You need to either delete all the
/usr/lib/libimhex.so.*files or add--overwrite /usr/lib/libimhex.so.1.28.0to pacman when upgrading imhex (only once, future update won't need this as the file is now part of the package)seqfault commented on 2023-04-30 18:01 (UTC) (edited on 2023-04-30 18:02 (UTC) by seqfault)
I have this when updating:
VorpalWay commented on 2023-04-29 11:41 (UTC)
I get the file
/usr/lib/libimhex.so.1.28.0on my system that is not associated with any package. If I understand this correctly, it should be installed by the package. That is how it works for all other packages.I guess you could create the symlink by something like:
ldconfig -n "$pkgdir/usr/lib", however I don't know if this is the preferred way of doing things.KokaKiwi commented on 2023-01-09 10:07 (UTC)
@headassbtw You can already instruct
makepkgto use all available cores by modifying the/etc/makepkg.conffile (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
quarterly359 commented on 2022-10-25 12:41 (UTC) (edited on 2022-10-25 12:42 (UTC) by quarterly359)
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:
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »