#1107674 libaravis-dev: Missing Depends:libusb-1.0-0-dev

Package:
libaravis-dev
Source:
libaravis-dev
Description:
Development files for aravis library
Submitter:
Dima Kogan
Date:
2025-06-11 19:59:02 UTC
Severity:
normal
#1107674#5
Date:
2025-06-11 19:56:03 UTC
From:
To:
Hi. I see this:

  $ pkg-config --cflags aravis-0.8

  Package libusb-1.0 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libusb-1.0.pc'
  to the PKG_CONFIG_PATH environment variable
  Package 'libusb-1.0', required by 'aravis-0.8', not found

To fix, I need libaravis-dev Depends: libusb-1.0-0-dev.

The .pc file looks like this, so maybe there are other dependencies that
are also missing:

  $ cat /usr/lib/x86_64-linux-gnu/pkgconfig/aravis-0.8.pc

  ....
  Requires: glib-2.0 >= 2.52, gobject-2.0, gio-2.0
  Requires.private: libxml-2.0, zlib, libusb-1.0

Thanks