Package Details: dsview 1:1.3.2-2

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.158203
First Submitted: 2016-02-02 22:16 (UTC)
Last Updated: 2024-06-09 02:09 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

Jake 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.

Jake commented on 2018-06-11 22:57 (UTC)

I made a few improvements to the packaging, would be nice if you could push the changes to the AUR: https://github.com/Jakeler/AUR-PKGBUILDS/commit/6e2df7003c7a99bef69f881585be9fb608ac2f62

projectgus commented on 2016-05-20 07:10 (UTC)

Thanks for packaging this for AUR! I needed a small patch to compile on my system. Also submitted back to DSView: https://github.com/DreamSourceLab/DSView/pull/82 $ cat sqrt.patch diff -aur a/pv/view/dsldial.cpp b/pv/view/dsldial.cpp --- a/pv/view/dsldial.cpp 2016-05-20 13:40:54.724867796 +1000 +++ b/pv/view/dsldial.cpp 2016-05-20 13:41:19.108202232 +1000 @@ -1,6 +1,7 @@ #include "dsldial.h" #include <assert.h> +#include <math.h> namespace pv { namespace view {

bachp commented on 2016-03-16 21:43 (UTC)

The udev.rules from dsview-git: https://aur4.archlinux.org/cgit/aur.git/tree/udev.rules?h=dsview-git Also works for the oscilosope and allows non root users to access it.

anatolik commented on 2016-02-08 06:12 (UTC)

Please keep this package in sync with dsview-git.