Package Details: ids-peak 2.9.0-1

Git Clone URL: https://aur.archlinux.org/ids-peak.git (read-only, click to copy)
Package Base: ids-peak
Description: IDS peak is a modern, free software development kit for all USB3 Vision and GigE Vision compliant industrial cameras from any manufacturer.
Upstream URL: https://en.ids-imaging.com/ids-peak.html
Licenses: custom
Submitter: hgaiser
Maintainer: hgaiser
Last Packager: hgaiser
Votes: 4
Popularity: 0.27
First Submitted: 2020-09-23 10:02 (UTC)
Last Updated: 2024-04-14 20:33 (UTC)

Latest Comments

hgaiser commented on 2023-10-17 09:06 (UTC)

Thanks for the patch, updated to 2.6.0 and added sysusers file.

Sir-Photch commented on 2023-10-17 07:55 (UTC)

I also suggest adding a sysusers file that creates the ueyed user for the udev rules to assign access properly

Sir-Photch commented on 2023-10-17 07:30 (UTC)

For 2.6.0, the following patch is needed:

diff --git a/PKGBUILD b/PKGBUILD
index e660b84..ea2e5a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@

 pkgname=ids-peak
 pkgdesc="IDS peak is a modern, free software development kit for all USB3 Vision and GigE Vision compliant industrial cameras from any manufactu
rer."
-pkgver=2.3.0
+pkgver=2.6.0
 pkgrel=1
 arch=(x86_64)
 license=(custom)
 url="https://en.ids-imaging.com/ids-peak.html"
-depends=('libusb' 'qt5-base' 'hicolor-icon-theme')
+depends=('libusb' 'qt5-base' 'qt5-multimedia' 'hicolor-icon-theme')

 source=(
        "https://en.ids-imaging.com/files/downloads/ids-peak/software/linux-desktop/ids-peak-linux-x86-$pkgver.0-64.tgz"
        "ids-peak.rules"
 )
-sha512sums=('b4b05b449940f98a0338740a5383eb80b8e93874783ffdda4b30e8386e6cb7252184a304028a25b5f06f2277814b90e92ca26b2ce4b82adfe4e47453f19cb4e4'
+sha512sums=('371ec0ca53f40e3482f99320f0b318b033b42d8b5a8206f3107bf69734741ad2e21bee29a3aab67ae7f3dbf9c195c2e018dfb3a744fbab79c47aefbc8d3d4818'
             'c92de0fa8f5c95ae95a715f70b6dfedb86a566eb80a9b090bb604785837e39ef40e3896d5e8f1f9271647958b87e4cef42dc0ed3a14cc4a1dd77c560d1ad5c4b')

-_dir="ids-peak_$pkgver.0-15823_amd64"
+_dir="ids-peak_$pkgver.0-16136_amd64"

 package() {
        mkdir "$pkgdir/usr"