Package Details: hidrd-git r391.82c5cdd-2

Git Clone URL: https://aur.archlinux.org/hidrd-git.git (read-only, click to copy)
Package Base: hidrd-git
Description: HID report descriptor I/O library and conversion tool
Upstream URL: https://github.com/DIGImend/hidrd/
Licenses: GPL2
Conflicts: hidrd
Provides: hidrd
Submitter: jgerecke
Maintainer: jgerecke
Last Packager: jgerecke
Votes: 4
Popularity: 0.000947
First Submitted: 2015-06-24 00:17 (UTC)
Last Updated: 2016-06-10 19:54 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

Auerhuhn commented on 2025-07-31 16:02 (UTC)

Hi @jgerecke,

I wrote a patch that fixes the build issue that @Fabian300ZX reported.
Would you consider applying it?

Convenience shell commands to do so:

cd hidrd-git
curl -LO https://gitlab.archlinux.org/-/snippets/3780/raw/main/hidrd-git.patch
git apply hidrd-git.patch
rm hidrd-git.patch

Note that it may or not make sense to upstream this patch; I haven’t proposed the patch upstream because I have only tested it on Arch Linux and I don’t know whether the fix would work with older compilers.

Fabian300ZX commented on 2025-07-28 04:42 (UTC)

When trying to install it, I get this result:

hex.c: In function 'hidrd_hex_buf_to_str': hex.c:87:35: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Werror=unterminated-string-initialization] 87 | static const char map[16] = "0123456789ABCDEF"; | ^~ cc1: all warnings being treated as errors

mmxgn commented on 2022-05-01 10:51 (UTC)

When trying to run it I get:

hidrd-convert: error while loading shared libraries: libicui18n.so.58: cannot open shared object file: No such file or directory