Package Details: scopehal-apps-git 0.0.f18ad75-1

Git Clone URL: https://aur.archlinux.org/scopehal-apps-git.git (read-only, click to copy)
Package Base: scopehal-apps-git
Description: glscopeclient and other client applications for libscopehal
Upstream URL: https://github.com/glscopeclient/scopehal-apps
Licenses: BSD
Submitter: RigoLigo
Maintainer: RX14
Last Packager: RX14
Votes: 0
Popularity: 0.000000
First Submitted: 2021-12-15 14:22 (UTC)
Last Updated: 2023-03-03 12:53 (UTC)

Latest Comments

XDjackieXD commented on 2023-06-27 09:15 (UTC)

Hi!

The modules.patch needs to be changed to:

diff --git a/.gitmodules b/.gitmodules
index 478f69b..8350711 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,18 +1,18 @@
 [submodule "lib"]
    path = lib
-   url = ../scopehal.git
+   url = https://github.com/glscopeclient/scopehal.git
 [submodule "doc"]
    path = doc
-   url = ../scopehal-docs.git
+   url = https://github.com/glscopeclient/scopehal-docs.git
 [submodule "src/imgui"]
    path = src/imgui
    url = https://github.com/ocornut/imgui
 [submodule "src/implot"]
    path = src/implot
-   url = ../implot.git
+   url = https://github.com/glscopeclient/implot.git
 [submodule "src/imgui-node-editor"]
    path = src/imgui-node-editor
-   url = ../imgui-node-editor.git
+   url = https://github.com/glscopeclient/imgui-node-editor.git
 [submodule "src/ImGuiFileDialog"]
    path = src/ImGuiFileDialog
    url = https://github.com/aiekick/ImGuiFileDialog

(set absolute path to implot)

RigoLigo commented on 2022-09-26 16:46 (UTC)

Uh, as the previous owner I'm sorry that I've not responded to the comments here. I've been on MacOS for a few months, and Arch on my old computer is being uninstalled, so I had to orphan this package for good. Hope someone who really needed this software can pick it up.

RX14 commented on 2022-09-23 14:28 (UTC)

The git URL needs to be updated to https://github.com/glscopeclient/scopehal-apps for this PKGBUILD to work

kbeckmann commented on 2022-08-28 12:01 (UTC)

The PKGBUILD file runs make -j6 directly. Could this be changed so that $MAKEFLAGS from /etc/makepkg.conf is used instead? I think it should be enough to just call make.

cdkitching commented on 2022-08-12 11:19 (UTC)

Missing dependency on yaml-cpp. Build fails unless you have it installed.

sajattack commented on 2022-04-29 01:33 (UTC)

@RigoLigo the source url needs to be updated to git+https://

RigoLigo commented on 2021-12-30 06:23 (UTC)

@XDjackieXD dependency added.

XDjackieXD commented on 2021-12-30 00:48 (UTC)

Thanks for the PKGBUILD! It is just missing one dependency (ffts-git). Could you please add it?