Search Criteria
Package Details: pxview-git 1:1.3.7.r7.8c9ef49-2
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 |
Last Packager: | yjun |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-26 15:09 (UTC) |
Last Updated: | 2025-04-02 15:29 (UTC) |
Dependencies (13)
- boost-libs
- fftw
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- saribbonAUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
Latest Comments
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/
下,自适应缩放会更好。谢谢。