Search Criteria
Package Details: libsigrok-git 0.2.1.r3652.g025bd56f-1
Git Clone URL: | https://aur.archlinux.org/libsigrok-git.git (read-only, click to copy) |
---|---|
Package Base: | libsigrok-git |
Description: | Client software that supports various hardware logic analyzers, core library (git version) |
Upstream URL: | http://www.sigrok.org/wiki/Libsigrok |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Manouchehri |
Maintainer: | codyps |
Last Packager: | codyps |
Votes: | 10 |
Popularity: | 0.000001 |
First Submitted: | 2015-09-08 21:55 |
Last Updated: | 2020-07-13 17:51 |
Dependencies (9)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- glibmm
- libftdi
- libieee1284
- libserialport-git
- libzip (libzip-git)
- autoconf-archive (autoconf-archive-git) (make)
- doxygen (doxygen-git) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
codyps commented on 2019-09-01 02:52
Ok. I've added a workaround for the doxygen 1.8.16 issue.
codyps commented on 2019-09-01 02:43
Follow up: current build failures are due to a regression present in doxygen 1.8.16 (the current archlinux shipped version of doxygen).
There is an upstream doxygen commit to fix the issue in doxygen:
There's a pretty easy work-around to ("put stuff in FILE_PATTERNS in Doxyfile"), which I'll add here so this package can build
codyps commented on 2019-09-01 02:17
Yep, the same appears to be happening for me, even built outside of
makepkg
. Appears that something is broken-ish about the cxx bindings.Unfortunately, pulseview needs the cxx bindings, so disabling them isn't a real solution here.
It appears that for some reason
enums.py
which is using the generateddoxy/xml
data is emitting none of the data structures it is expected to emit. It appears that thedoxy/xml
is entirely devoid ofkind="enum"
attributes thatenums.py
looks for.I haven't determined why this is.
bigrick commented on 2019-09-01 01:45
Build fails for me, any suggestions?
codyps commented on 2018-11-03 18:24
Needs an exclude in
pkgver()
to avoid the bogusunreleased
version number.Jake commented on 2018-06-22 17:10
The udev rules got split into 2 files, please add:
install -Dm 644 'contrib/61-libsigrok-uaccess.rules' "${pkgdir}/usr/lib/udev/rules.d/61-libsigrok-uaccess.rules"
to the pkgbuild.codyps commented on 2017-11-22 21:00
Upstream renamed `z60_libsigrok.rules` to `60_libsigrok.rules`, needs fixing in PKGBUILD
anatolik commented on 2016-08-21 04:49
Please add 'doxygen' to makedeps. It enables CXX bindings compilation. These CXX bindings are needed for other dependencies like pulseview.
anatolik commented on 2016-08-21 04:28
Use 'libftdi' instead of 'libftdi-compat'. It is updated ftdi/usb stack, it also avoids compilation errors.
Manouchehri commented on 2015-09-16 22:54
Thanks, I'll change that.