Search Criteria
Package Details: scopehal-apps-git 0.1.1.r343.g39dfe83-1
Package Actions
| 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/ngscopeclient/scopehal-apps |
| Licenses: | BSD-3-Clause |
| Submitter: | RigoLigo |
| Maintainer: | RX14 (xorly) |
| Last Packager: | xorly |
| Votes: | 3 |
| Popularity: | 0.063813 |
| First Submitted: | 2021-12-15 14:22 (UTC) |
| Last Updated: | 2026-04-25 19:14 (UTC) |
Dependencies (19)
- ffts-gitAUR
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- gtkmm3
- hidapi (hidapi-gitAUR)
- libsigc++
- libsigc++-3.0
- openmp
- yaml-cpp
- catch2 (catch2-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- lsb-release (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- liblxiAUR (liblxi-gitAUR, liblxiAUR) (optional)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, advantagescopeAUR, lib32-vulkan-icd-loader, vulkan-icd-loader) (optional)
- linux-gpibAUR (linux-gpib-gitAUR, linux-gpib-dkmsAUR) (optional)
- shaderc (shaderc-gitAUR, shaderc-gitAUR) (optional)
- spirv-tools (spirv-tools-gitAUR) (optional)
Latest Comments
1 2 Next › Last »
xorly commented on 2026-04-25 19:17 (UTC)
Updated, thanks @gaweringo. Don't hesitate to shoot me an e-mail next time. IDK why I missed the notification.
gaweringo commented on 2026-04-04 16:18 (UTC)
The scopehal-apps repo uses tags to indicate the version, so I think this package should probably follow that.
Resulting in a pkgver of
0.1.1.r320.gd9a2d02.This would change the pkgver format again, which means the
.SRCINFOalso needs to be updated (which was forgotten last time, leading to AUR helpers rebuilding the package on every-Syueven though no new changes were available).The change to
pkgver()is not that important, but updating the.SRCINFOto the currentpkgverformat should be done in any case. Also thelsb-releasemakedep is missing from.SRCINFO.xorly commented on 2025-11-02 16:36 (UTC) (edited on 2026-02-26 21:43 (UTC) by xorly)
Thanks @ceres-c ! I just applied both changes. Versioning scheme you suggested is IMO better, as this is
-gitpackage and old versioning scheme implementation was fragile. Not sure why I missed notification about your comment.ceres-c commented on 2025-10-03 10:50 (UTC)
There is a missing make dep (
lsb-release) and an issue with thepkgver()function. Here's a PKGBUILD patch. Mind you, it changes the naming scheme, but I just needed the thing to build :)ignilux commented on 2025-05-11 15:31 (UTC)
Figured it out. Passing -Wno-error=cpp in the build() function wasn't being honored by cmake. Had to add a line of sed to the PKGBUILD to modify "add_compile_options". I.e.:
Also had to recompile git dependencies due to libxml2 update. Should have done that first, but I didn't think of it. Hope this helps somebody.
ignilux commented on 2025-05-10 00:02 (UTC)
I seem to be unable to get past the -Werror failure caused by the deprecation message inside a vulcan_hpp include... Any ideas?
Tried adding -Wno-error to the cmake call inside build() to bypass warning failures, but that seemed to make no difference. Similarly, trying to set -DCMAKE_CXX_STANDARD=20 to make vulcan_hpp pull in <version> instead of <ciso646> made no difference.
xorly commented on 2024-12-29 13:57 (UTC)
@ftk and others: PKGBUILD received an update. Thank you for suggestions!
xorly commented on 2024-12-19 17:06 (UTC)
Hi, can we get
linux-gpibas optional dependency? (as seen in patches in previous comments)Also, could you please update PKGBUILD so it follows template https://wiki.archlinux.org/title/CMake_package_guidelines#Template and it does not call
makedirectly, as people like me, may have different cmake build system than GNU make (e.g. Ninja).ftk commented on 2024-04-03 12:44 (UTC)
removes patches
XDjackieXD commented on 2023-06-27 09:15 (UTC)
Hi!
The modules.patch needs to be changed to:
(set absolute path to implot)
1 2 Next › Last »