Package Details: imhex 1.33.2-1

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: 47
Popularity: 0.55
First Submitted: 2020-12-04 11:19 (UTC)
Last Updated: 2024-03-23 22:01 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

CYBERDEViL commented on 2024-02-18 01:21 (UTC)

KokaKiwi: can you add the DISABLE_DOTNET or similar, to make it optional? It compiles fine without dotnet-runtime, it is only missing features I won't be missing anyhow. It isn't like its changing the default behaviour or something, only adding extra options (or flavour whatever you want to call it).

Else I'm forced to maintain my own PKGBUILD.

ryuukk commented on 2024-01-29 16:54 (UTC)

This software doesn't need dotnet, please make it OPT-in, not OPT-out, this is bloat

CYBERDEViL commented on 2024-01-24 20:42 (UTC)

Hi! I improved the PKGBUILD a bit by getting rid of the git clones and depend on tarballs instead so we can sum them.

Also added the DISABLE_DOTNET option to compile without dotnet-runtime. Example: DISABLE_DOTNET=1 makepkg

Source here: https://notabug.org/CYBERDEViL/AUR/raw/dcd6d72f2de5f71c3eff5972824add18bbbe7d80/imhex/PKGBUILD

ryuukk commented on 2024-01-22 11:17 (UTC) (edited on 2024-01-22 11:18 (UTC) by ryuukk)

why the F this needs microsoft's virus dotnet??

this is a program written in C++, please remove this useless make-dependency from microsoft

KokaKiwi commented on 2024-01-05 13:30 (UTC)

@bilith cf https://wiki.archlinux.org/title/Makepkg#Parallel_compilation you can simply uncomment the "MAKEFLAGS" line in your /etc/pacman/makepkg.conf to enable using more threads for compilation

bilith commented on 2024-01-05 10:14 (UTC)

KokaKiwi: Could you please add -j argument to the build command (eg. cmake --build build -j$(nproc --ignore 1)) to aid building the package using available CPU threads? It would speed up the process dramatically. Thanks.

selurvedu commented on 2023-11-19 11:27 (UTC)

FYI, xdg-desktop-portal is not required with -D IMHEX_USE_GTK_FILE_PICKER=ON: https://github.com/WerWolv/ImHex/commit/0c302da0dbf7584e90aa4ee33cb01b4613424489

rubin55 commented on 2023-09-27 11:58 (UTC)

KokaKiwi: Success! Can confirm build works again, thanks a bunch.

KokaKiwi commented on 2023-09-27 11:51 (UTC)

Finally managed to fix the patch i hope (dotnet package management seems to be a mess to handle T-T)