Search Criteria
Package Details: pxview-git 1:1.5.0.r16.5d91251-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pxview-git.git (read-only, click to copy) |
|---|---|
| Package Base: | pxview-git |
| Description: | GUI program for supporting various instruments from PXLogic, including logic analyzers, oscilloscopes, etc. |
| Upstream URL: | https://github.com/PXLogic/PXView |
| Keywords: | pxlogic pxview |
| Licenses: | GPL-3.0-or-later |
| Submitter: | yjun |
| Maintainer: | yjun (taotieren) |
| Last Packager: | taotieren |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-11-26 15:09 (UTC) |
| Last Updated: | 2026-06-13 08:09 (UTC) |
Dependencies (24)
- fftw (fftw-amdAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- libusb (libusb-gitAUR)
- python
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-websockets
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- boost-libs (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR) (make)
- minizip (minizip-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- Show 4 more dependencies...
Latest Comments
taotieren commented on 2025-04-26 15:38 (UTC)
测试发现还需要
qt5-svg的编译依赖taotieren commented on 2025-04-03 10:05 (UTC) (edited on 2025-04-07 07:52 (UTC) by taotieren)
使用 devtools 编译还有问题
yjun commented on 2025-04-02 15:30 (UTC)
@taotieren 感谢建议.原始的svg分辨率过大(?),导致安装到
/usr/share/icons/hicolor/scalable/apps/也没法正常显示taotieren commented on 2025-04-02 09:46 (UTC) (edited on 2025-04-02 09:48 (UTC) by taotieren)
编译依赖需要添加
imagemagick包不然会出现/startdir/PKGBUILD: line 39: convert: command not found。或者直接安装 svg 到/usr/share/icons/hicolor/scalable/apps/下,自适应缩放会更好。谢谢。