Skip to content

Commit 257c0dd

Browse files
committed
imhex: update to 1.37.1
- move glfw from BUILDDEP to PKGDEP. - add changes from Pull Request #9092.
1 parent bf64c31 commit 257c0dd

File tree

3 files changed

+10
-43
lines changed

3 files changed

+10
-43
lines changed

app-editors/imhex/autobuild/defines

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@ PKGNAME=imhex
22
PKGSEC=devel
33
PKGDEP__with_dotnet="dotnet-runtime-8.0"
44
PKGDES="A hex editor with Pattern and YARA Rule support"
5-
BUILDDEP="yara fmt nlohmann-json capstone llvm boost glfw"
5+
PKGDEP="glfw"
6+
BUILDDEP="yara fmt nlohmann-json capstone llvm boost zstd"
67

7-
CMAKE_AFTER="-DUSE_SYSTEM_FMT=ON \
8+
CMAKE_AFTER="-G "Ninja" \
9+
-DCMAKE_BUILD_TYPE=Release \
10+
-DCMAKE_INSTALL_PREFIX="/usr" \
11+
-DUSE_SYSTEM_FMT=ON \
812
-DUSE_SYSTEM_YARA=ON \
913
-DUSE_SYSTEM_NLOHMANN_JSON=ON \
1014
-DUSE_SYSTEM_CAPSTONE=ON \
1115
-DUSE_SYSTEM_LLVM=ON \
1216
-DUSE_SYSTEM_BOOST=ON \
17+
-DUSE_SYSTEM_ZSTD=ON \
1318
-DIMHEX_ENABLE_LTO=ON \
1419
-DIMHEX_STRIP_RELEASE=OFF \
1520
-DIMHEX_ENABLE_UNIT_TESTS=OFF \
1621
-DIMHEX_PATTERNS_PULL_MASTER=ON \
17-
-DIMHEX_USE_GTK_FILE_PICKER=OFF"
22+
-DIMHEX_USE_GTK_FILE_PICKER=OFF \
23+
-DLLVM_DIR=/usr/lib/cmake/llvm"
1824

1925
CMAKE_AFTER__without_dotnet="$CMAKE_AFTER -DIMHEX_EXCLUDE_PLUGINS=script_loader"

app-editors/imhex/autobuild/patches/0001-build-Find-boost-with-name-Boost.patch

-38
This file was deleted.

app-editors/imhex/spec

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
VER=1.35.4
2-
REL=1
1+
VER=1.37.1
32
SRCS="git::commit=tags/v$VER::https://github.com/WerWolv/ImHex.git"
43
CHKSUMS="SKIP"
54
CHKUPDATE="anitya::id=141621"

0 commit comments

Comments
 (0)