Search Criteria
Package Details: dsview 1:1.3.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dsview.git (read-only, click to copy) |
---|---|
Package Base: | dsview |
Description: | Client software that supports the DreamSourceLab logic analyzer |
Upstream URL: | http://www.dreamsourcelab.com/ |
Licenses: | GPL3 |
Submitter: | phragment |
Maintainer: | codyps (mruslan, Jake, slaesh, imi415, flipmess, Krakonos, moustafine) |
Last Packager: | Krakonos |
Votes: | 13 |
Popularity: | 0.079119 |
First Submitted: | 2016-02-02 22:16 (UTC) |
Last Updated: | 2024-06-09 02:09 (UTC) |
Dependencies (8)
- fftw
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
Jake commented on 2020-07-01 11:10 (UTC)
@schnedan: Fixed in master now and I have added the patch also here.
Jake commented on 2020-06-10 19:27 (UTC)
@schnedan: Yes, I can reproduce this. The cause is the
qt5-base
update to 5.15. With the older 5.14.x it builds fine.I have created an upstream issue now: https://github.com/DreamSourceLab/DSView/issues/317
schnedan commented on 2020-06-10 18:34 (UTC)
can't build, breaks with error
/tmp/.../dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1555:38: Fehler: Variable »QPainterPath path« hat Initialisierung, aber unvollständigen Typ 1555 | QPainterPath path(QPoint(_cur_preX, _cur_preY));
It points out that the variable QPainterPath is initialized but has an incomplete type
Any suggestion? Can you reproduce?
Jake commented on 2019-12-02 11:09 (UTC)
@reesewang: It is expected to have the
base-devel
group installed if you are building AUR packages, so the packages you mention should be already installed. Please read the getting started here: https://wiki.archlinux.org/index.php/Arch_User_RepositoryJake commented on 2019-12-01 19:55 (UTC) (edited on 2019-12-01 19:55 (UTC) by Jake)
It does not compile/link on an up to date Arch. This is the fix: https://github.com/DreamSourceLab/DSView/pull/262/commits/d5ad3518afd82c68af9a1e8364668c41c40341d1
Could you please add this patch? Or add me as co-maintainer?
Jake commented on 2019-10-29 00:52 (UTC)
@reesewang: There are missing a few more, see my reworked package: https://github.com/Jakeler/AUR-PKGBUILDS/blob/master/dsview/udev.rules
reesewang commented on 2019-10-28 15:01 (UTC)
My DSLogic Plus from taobao has VID:PID of 2a0e:0020, suggesting adding it to udev rules.
reesewang commented on 2019-10-28 12:34 (UTC)
Please add automake, autoconf, pkgconf as dependencies. I spent a lot of time on a weird autoconf error only to find I was missing the package pkgconf:
error: possibly undefined macro: AS_MESSAGE_LOG_FD
Jake commented on 2018-08-13 17:25 (UTC)
@codyps: Thanks, but why not all? A uppercase executable is strange and usually it should match the pkgname. Also installing the icons without showing them (through the .desktop file) makes not much sense. The desktop file should include a comment (description) as well. Furthermore it still installs 2 (bad) desktop files... because you also removed that part from the sed call. Why?
codyps commented on 2018-08-13 04:17 (UTC)
@Jake: I added some but not quite all of the changes you proposed.
Notably: I avoided renaming the
DSView
executable for now.« First ‹ Previous 1 2 3 4 5 Next › Last »