Package Details: vesc_tool-git 1:r1412.7c02f7f-1

Git Clone URL: https://aur.archlinux.org/vesc_tool-git.git (read-only, click to copy)
Package Base: vesc_tool-git
Description: VESC ESC graphical configuration tool
Upstream URL: https://vesc-project.com/vesc_tool
Licenses: GPL3
Conflicts: vesc-tool
Submitter: Kezi
Maintainer: None
Last Packager: bionade24
Votes: 3
Popularity: 0.000000
First Submitted: 2018-08-27 22:50 (UTC)
Last Updated: 2024-04-14 12:18 (UTC)

Pinned Comments

bionade24 commented on 2024-04-07 09:57 (UTC)

I switched to the mold linker on purpose to reduce the enormous link times (with LTO) of this project and get better error messages when the linking fails due to the patched buildscript. If you don't like that, use qmake -unset <flags> to remove it.

Latest Comments

« First ‹ Previous 1 2 3

albfan commented on 2020-11-25 08:53 (UTC) (edited on 2020-11-25 08:54 (UTC) by albfan)

Look at the build script for linux.

For current 2.06 Seems it needs to use exactly Qt 5.12 and build with some precise steps:

https://github.com/vedderb/vesc_tool/blob/master/build_lin#L121

You can download for free precompiled version on their site. You have to create a login and make a 0€ order. Then you can download by email.

bionade24 commented on 2020-04-08 19:15 (UTC)

@caleb: You mean releases? There aren't any official releases, this is why a git version makes sense. There is a version configured in the .pro file, but to let pacman work better I'll let the automatic git version tagging. So you need to update yourself, you can e. g. do this with a cronjob or pacman hook. Rest of the issues should be fixed, too.

alerque commented on 2020-03-21 11:57 (UTC) (edited on 2020-03-21 11:58 (UTC) by alerque)

Per Arch packaging recommendations, please don't include definitions for empty values, e.g. remove groups=() and the others like it. Are there really no upstream version markers from which to number commits from? Does the software not identify any itself with any version internally?

P.S. Thanks for adding @bionade24 as a co-maintainer.

bionade24 commented on 2020-03-20 20:13 (UTC)

Thanks for updating! Your PKGBUILD is still extremely hacky and doesn't build in a clean chroot. I'm working on a guidelines conforming version. Would be nice if you could add me as co-maintainer.

xorly commented on 2020-01-03 13:38 (UTC)

Why is this PKGBUILD handling git clone instead of relying on makepkg?(https://wiki.archlinux.org/index.php/VCS_package_guidelines)

liborw commented on 2019-12-12 11:37 (UTC)

Hi,

there are missing dependencies:

diff --git a/PKGBUILD b/PKGBUILD
index a7dbcce..72782c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
 url="https://vesc-project.com/"
 license=('unknown')
 groups=()
-depends=("qt5-connectivity")
+depends=("qt5-connectivity" "qt5-serialport" "qt5-quickcontrols2")
 makedepends=('git')
 provides=()
 conflicts=()