Package Details: uefitool-git r228.44cafeb-2

Git Clone URL: https://aur.archlinux.org/uefitool-git.git (read-only, click to copy)
Package Base: uefitool-git
Description: UEFI firmware image viewer and editor and utilities
Upstream URL: https://github.com/LongSoft/UEFITool
Keywords: bios firmware flash uefi
Licenses: BSD
Conflicts: uefitool
Provides: uefitool
Submitter: xsmile
Maintainer: xsmile
Last Packager: xsmile
Votes: 15
Popularity: 0.57
First Submitted: 2014-05-01 16:46 (UTC)
Last Updated: 2022-08-24 18:02 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

xsmile commented on 2019-11-15 12:10 (UTC)

@fmorgner: Thanks for the notification, I can't reproduce it though. The package builds fine in a clean chroot.

fmorgner commented on 2019-11-15 08:53 (UTC)

I have had troubles building this package lately. It turns out that either something is wrong with the currently packaged Qt5 or the upstream build configurations. Adding '-lzstd' to the build configuration solves the undefined reference issue:

diff '--color=auto' -aur src.orig/uefitool/UEFIPatch/uefipatch.pro src.new/uefitool/UEFIPatch/uefipatch.pro
--- src.orig/uefitool/UEFIPatch/uefipatch.pro   2019-11-15 09:30:18.283314810 +0100
+++ src.new/uefitool/UEFIPatch/uefipatch.pro    2019-11-15 09:48:40.636851752 +0100
@@ -7,6 +7,8 @@
 CONFIG   -= app_bundle
 DEFINES  += _CONSOLE

+LIBS += -lzstd
+
 SOURCES  += uefipatch_main.cpp \
  uefipatch.cpp \
  ../types.cpp \
diff '--color=auto' -aur src.orig/uefitool/UEFIReplace/uefireplace.pro src.new/uefitool/UEFIReplace/uefireplace.pro
--- src.orig/uefitool/UEFIReplace/uefireplace.pro   2019-11-15 09:30:18.283314810 +0100
+++ src.new/uefitool/UEFIReplace/uefireplace.pro    2019-11-15 09:48:56.813667286 +0100
@@ -7,6 +7,8 @@
 CONFIG   -= app_bundle
 DEFINES  += _CONSOLE

+LIBS += -lzstd
+
 SOURCES  += uefireplace_main.cpp \
  uefireplace.cpp \
  ../types.cpp \
@@ -40,4 +42,4 @@
  ../LZMA/LzmaCompress.h \
  ../LZMA/LzmaDecompress.h \
  ../Tiano/EfiTianoDecompress.h \
- ../Tiano/EfiTianoCompress.h
\ No newline at end of file
+ ../Tiano/EfiTianoCompress.h
diff '--color=auto' -aur src.orig/uefitool/uefitool.pro src.new/uefitool/uefitool.pro
--- src.orig/uefitool/uefitool.pro  2019-11-15 09:30:18.283314810 +0100
+++ src.new/uefitool/uefitool.pro   2019-11-15 09:30:49.580274332 +0100
@@ -4,6 +4,8 @@
 TARGET    = UEFITool
 TEMPLATE  = app

+LIBS += -lzstd
+
 SOURCES  += uefitool_main.cpp \
  uefitool.cpp \
  searchdialog.cpp \

fox8091 commented on 2019-03-16 00:32 (UTC)

Uploaded a branch based on the new engine at https://aur.archlinux.org/packages/uefitool-ng-git/

xsmile commented on 2018-08-15 11:57 (UTC)

@c0d3z3r0: Thanks for the patch but I don't want to mix the two different branches. It would be easier for both users and maintainers to have a new package named uefitool-ne which uses the new_engine branch.

c0d3z3r0 commented on 2018-08-15 11:46 (UTC)

Patch for adding NE tools (UEFIFind and UEFIExtract are NE exclusive now): https://paste.xinu.at/ei6Dk/

xsmile commented on 2015-11-21 15:28 (UTC)

@M1cha: Done

M1cha commented on 2015-11-12 10:59 (UTC)

can you include UEFIExtract UEFIFind and UEFIPatch? They're in the same source - you just need to build them.

anatolik commented on 2015-04-11 18:57 (UTC)

The project url (and upstream) are moved to https://github.com/LongSoft/UEFITool

xsmile commented on 2015-03-19 00:25 (UTC)

@stevenhoneyman: It is updated, enjoy.

stevenhoneyman commented on 2015-03-18 22:43 (UTC)

Please can you update this to build with Qt5? No changes needed to the source, just the PKGBUILD