From bec5ef4926b2c247fd942781f2b4e13e076a5b18 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Mon, 29 Feb 2016 17:05:48 +0200 Subject: [PATCH 01/70] v0.9-1 --- .SRCINFO | 16 ++++++++++++++++ PKGBUILD | 27 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..a264961 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +# Generated by makepkg 5.0.1 +# Mon Feb 29 14:56:16 UTC 2016 +pkgbase = librealsense + pkgdesc = Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel® RealSense™ F200, SR300 and R200 cameras + pkgver = 0.9 + pkgrel = 1 + url = https://github.com/IntelRealSense/librealsense + arch = any + license = Apache + depends = glfw>=3,libusb, + depends = qtcreator + source = https://github.com/IntelRealSense/librealsense/archive/v0.9.tar.gz + md5sums = 8b30a944b51a9ff3fa00f2d1652ae9d9 + +pkgname = librealsense + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..5113d15 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Yang +pkgname=librealsense +pkgver=0.9 +pkgrel=1 +pkgdesc="Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel RealSense F200, SR300 and R200 cameras" +arch=(any) +url="https://github.com/IntelRealSense/librealsense" +license=('Apache') +makedepends=() +depends=('glfw>=3','libusb', + 'qtcreator') +changelog='' +source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") +md5sums=('8b30a944b51a9ff3fa00f2d1652ae9d9') + +build() { + cd "$pkgname-$pkgver" + make +} + +package() { + + cd $srcdir/$pkgname-$pkgver/ + install -m644 -d $pkgdir/lib/$pkgname/ $pkgdir/include/$pkgname/ + cp -r lib/* $pkgdir/lib/$pkgname/ + cp -r include/$pkgname/* $pkgdir/include/$pkgname/ +} From 3acd5105e4bf0a63d3c6e2eb84616ed9f69412e5 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Mon, 29 Feb 2016 17:08:02 +0200 Subject: [PATCH 02/70] v0.9-1 update --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 5113d15..2a66793 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,8 @@ arch=(any) url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() -depends=('glfw>=3','libusb', +depends=('glfw>=3', + 'libusb', 'qtcreator') changelog='' source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") From 383b829b0828865881eea52f0def7ebe1d8f4aae Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Mon, 29 Feb 2016 22:20:29 +0200 Subject: [PATCH 03/70] v0.9-1 upd --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 2a66793..704a650 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,8 +7,8 @@ arch=(any) url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() -depends=('glfw>=3', - 'libusb', +depends=('glfw>=3' + 'libusb' 'qtcreator') changelog='' source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") @@ -25,4 +25,5 @@ package() { install -m644 -d $pkgdir/lib/$pkgname/ $pkgdir/include/$pkgname/ cp -r lib/* $pkgdir/lib/$pkgname/ cp -r include/$pkgname/* $pkgdir/include/$pkgname/ + install -m644 config/99-realsense-libusb.rules /etc/udev/rules.d/ } From d7110f88d69d3546eb00a466705d58b7e3958c1d Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Mon, 29 Feb 2016 23:30:32 +0200 Subject: [PATCH 04/70] v0.9-1 update --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 704a650..d07e631 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -25,5 +25,5 @@ package() { install -m644 -d $pkgdir/lib/$pkgname/ $pkgdir/include/$pkgname/ cp -r lib/* $pkgdir/lib/$pkgname/ cp -r include/$pkgname/* $pkgdir/include/$pkgname/ - install -m644 config/99-realsense-libusb.rules /etc/udev/rules.d/ + install -m644 config/99-realsense-libusb.rules $pkgdir/etc/udev/rules.d/ } From c81643031686211319a7cc59e07022481ff3762f Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Mon, 29 Feb 2016 23:37:18 +0200 Subject: [PATCH 05/70] v0.9-1 upd --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index d07e631..22c21e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -25,5 +25,4 @@ package() { install -m644 -d $pkgdir/lib/$pkgname/ $pkgdir/include/$pkgname/ cp -r lib/* $pkgdir/lib/$pkgname/ cp -r include/$pkgname/* $pkgdir/include/$pkgname/ - install -m644 config/99-realsense-libusb.rules $pkgdir/etc/udev/rules.d/ } From db9626522efa1b7aba5fc337afccdbbcdf41df35 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Mon, 29 Feb 2016 23:40:38 +0200 Subject: [PATCH 06/70] v0.9-1 upd --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 22c21e7..59d4e89 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,7 +22,7 @@ build() { package() { cd $srcdir/$pkgname-$pkgver/ - install -m644 -d $pkgdir/lib/$pkgname/ $pkgdir/include/$pkgname/ - cp -r lib/* $pkgdir/lib/$pkgname/ - cp -r include/$pkgname/* $pkgdir/include/$pkgname/ + install -m644 -d $pkgdir/usr/lib/$pkgname/ $pkgdir/usr/include/$pkgname/ + cp -r lib/* $pkgdir/usr/lib/$pkgname/ + cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname/ } From 7a02c38c74459b070c2c2d415626e78796e13eee Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Mon, 29 Feb 2016 23:48:04 +0200 Subject: [PATCH 07/70] v0.9-1 upd --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 59d4e89..131f788 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,7 +22,7 @@ build() { package() { cd $srcdir/$pkgname-$pkgver/ - install -m644 -d $pkgdir/usr/lib/$pkgname/ $pkgdir/usr/include/$pkgname/ + install -m655 -d $pkgdir/usr/lib/$pkgname/ $pkgdir/usr/include/$pkgname/ cp -r lib/* $pkgdir/usr/lib/$pkgname/ cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname/ } From 539c890f8e743d4ca55cb43cf47cf819a916e981 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Fri, 18 Mar 2016 19:25:50 +0200 Subject: [PATCH 08/70] another fix --- .SRCINFO | 7 +++---- PKGBUILD | 8 +++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a264961..93a1e60 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,12 @@ -# Generated by makepkg 5.0.1 -# Mon Feb 29 14:56:16 UTC 2016 pkgbase = librealsense - pkgdesc = Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel® RealSense™ F200, SR300 and R200 cameras + pkgdesc = Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel RealSense F200, SR300 and R200 cameras pkgver = 0.9 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = any license = Apache - depends = glfw>=3,libusb, + depends = glfw>=3 + depends = libusb depends = qtcreator source = https://github.com/IntelRealSense/librealsense/archive/v0.9.tar.gz md5sums = 8b30a944b51a9ff3fa00f2d1652ae9d9 diff --git a/PKGBUILD b/PKGBUILD index 131f788..0e47fe4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,9 +7,7 @@ arch=(any) url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() -depends=('glfw>=3' - 'libusb' - 'qtcreator') +depends=('glfw>=3' 'libusb' 'qtcreator') changelog='' source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") md5sums=('8b30a944b51a9ff3fa00f2d1652ae9d9') @@ -23,6 +21,6 @@ package() { cd $srcdir/$pkgname-$pkgver/ install -m655 -d $pkgdir/usr/lib/$pkgname/ $pkgdir/usr/include/$pkgname/ - cp -r lib/* $pkgdir/usr/lib/$pkgname/ - cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname/ + cp -r lib/* $pkgdir/usr/lib/ + cp -r include/$pkgname/* $pkgdir/usr/include/ } From 1aaf8f6daeb299f93dc026d9f16085cc4ecffdd3 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Fri, 18 Mar 2016 20:42:53 +0200 Subject: [PATCH 09/70] changed include structure --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0e47fe4..a8327c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,7 +20,7 @@ build() { package() { cd $srcdir/$pkgname-$pkgver/ - install -m655 -d $pkgdir/usr/lib/$pkgname/ $pkgdir/usr/include/$pkgname/ + install -dm644 $pkgdir/usr/include/$pkgname/ cp -r lib/* $pkgdir/usr/lib/ cp -r include/$pkgname/* $pkgdir/usr/include/ } From 2b09bde5868fb4cabf1179a3e5ab8d2303ddd665 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Fri, 18 Mar 2016 20:53:48 +0200 Subject: [PATCH 10/70] fix --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a8327c9..70624bf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,7 +20,7 @@ build() { package() { cd $srcdir/$pkgname-$pkgver/ - install -dm644 $pkgdir/usr/include/$pkgname/ + install -m644 -d $pkgdir/usr/include/$pkgname/ $pkgdir/usr/lib/ cp -r lib/* $pkgdir/usr/lib/ - cp -r include/$pkgname/* $pkgdir/usr/include/ + cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname } From 371835764cec7b4dc525cd104b11b8b5e95a28ea Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Fri, 18 Mar 2016 21:22:15 +0200 Subject: [PATCH 11/70] added udev rules --- 99-realsense-libusb.rules | 3 +++ PKGBUILD | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 99-realsense-libusb.rules diff --git a/99-realsense-libusb.rules b/99-realsense-libusb.rules new file mode 100644 index 0000000..179a3a9 --- /dev/null +++ b/99-realsense-libusb.rules @@ -0,0 +1,3 @@ +SUBSYSTEMS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="8086", ATTRS{idProduct}=="0a80", MODE="0666", GROUP="plugdev" +SUBSYSTEMS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="8086", ATTRS{idProduct}=="0a66", MODE="0666", GROUP="plugdev" +SUBSYSTEMS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="8086", ATTRS{idProduct}=="0aa5", MODE="0666", GROUP="plugdev" diff --git a/PKGBUILD b/PKGBUILD index 70624bf..2c4fd81 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,9 +18,13 @@ build() { } package() { - cd $srcdir/$pkgname-$pkgver/ - install -m644 -d $pkgdir/usr/include/$pkgname/ $pkgdir/usr/lib/ + mkdir -p $pkgdir/usr/include/$pkgname + mkdir -p $pkgdir/usr/lib/ cp -r lib/* $pkgdir/usr/lib/ cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname + getent group realsense || groupadd realsense + cp $scrdir/99-realsense-libusb.rules $pkgdir/etc/udev/rules.d/ + echo "You need to make a uvcvideo patch ( see more on official git )" + echo "Don't forget to add user to realsense group" } From e7e0fafb0e14af8c4206b8a6cdb5e57999acb5d2 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Fri, 18 Mar 2016 22:52:12 +0200 Subject: [PATCH 12/70] upd --- 99-realsense-libusb.rules | 3 --- PKGBUILD | 11 ++++++++--- 2 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 99-realsense-libusb.rules diff --git a/99-realsense-libusb.rules b/99-realsense-libusb.rules deleted file mode 100644 index 179a3a9..0000000 --- a/99-realsense-libusb.rules +++ /dev/null @@ -1,3 +0,0 @@ -SUBSYSTEMS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="8086", ATTRS{idProduct}=="0a80", MODE="0666", GROUP="plugdev" -SUBSYSTEMS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="8086", ATTRS{idProduct}=="0a66", MODE="0666", GROUP="plugdev" -SUBSYSTEMS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="8086", ATTRS{idProduct}=="0aa5", MODE="0666", GROUP="plugdev" diff --git a/PKGBUILD b/PKGBUILD index 2c4fd81..44840d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,6 +12,8 @@ changelog='' source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") md5sums=('8b30a944b51a9ff3fa00f2d1652ae9d9') +udev_rules="etc/udev/rules.d/99-realsense-libusb.rules" + build() { cd "$pkgname-$pkgver" make @@ -21,10 +23,13 @@ package() { cd $srcdir/$pkgname-$pkgver/ mkdir -p $pkgdir/usr/include/$pkgname mkdir -p $pkgdir/usr/lib/ + mkdir -p $pkgdir/etc/udev/rules.d/ cp -r lib/* $pkgdir/usr/lib/ cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname getent group realsense || groupadd realsense - cp $scrdir/99-realsense-libusb.rules $pkgdir/etc/udev/rules.d/ - echo "You need to make a uvcvideo patch ( see more on official git )" - echo "Don't forget to add user to realsense group" +echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a80\", MODE=\"0666\", GROUP=\"realsense\"" > $pkgdir/$udev_rules +echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a66\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules +echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0aa5\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules + echo "You need to make an V4L2 patch" + echo "Don't forget adding user to realsense group" } From 1216514f6a2957a364a6c682511617ab8fbd8a73 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Sat, 2 Apr 2016 09:35:44 +0300 Subject: [PATCH 13/70] v0.9.1 --- .SRCINFO | 7 +++---- PKGBUILD | 9 +++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 93a1e60..a863e5c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,14 @@ pkgbase = librealsense pkgdesc = Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel RealSense F200, SR300 and R200 cameras - pkgver = 0.9 + pkgver = 0.9.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = any license = Apache depends = glfw>=3 depends = libusb - depends = qtcreator - source = https://github.com/IntelRealSense/librealsense/archive/v0.9.tar.gz - md5sums = 8b30a944b51a9ff3fa00f2d1652ae9d9 + source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz + md5sums = f2f2bad22f3cffb8f1bb3f509a90f3fb pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 44840d8..e789460 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,17 @@ # Maintainer: Yang pkgname=librealsense -pkgver=0.9 +pkgver=0.9.1 pkgrel=1 pkgdesc="Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel RealSense F200, SR300 and R200 cameras" arch=(any) url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() -depends=('glfw>=3' 'libusb' 'qtcreator') +depends=('glfw>=3' 'libusb') +optdepens=('qt') changelog='' source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") -md5sums=('8b30a944b51a9ff3fa00f2d1652ae9d9') +md5sums=('f2f2bad22f3cffb8f1bb3f509a90f3fb') udev_rules="etc/udev/rules.d/99-realsense-libusb.rules" @@ -30,6 +31,6 @@ package() { echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a80\", MODE=\"0666\", GROUP=\"realsense\"" > $pkgdir/$udev_rules echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a66\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0aa5\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules - echo "You need to make an V4L2 patch" + echo "You need to make an V4L2 patch ( see official repo guide, currently I am working on it )" echo "Don't forget adding user to realsense group" } From 71155ade9a191dbc32162beb259b9a90b7307b65 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Sat, 2 Apr 2016 09:37:45 +0300 Subject: [PATCH 14/70] fix optdeps v0.9.1 --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index a863e5c..fd54474 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,6 +7,7 @@ pkgbase = librealsense license = Apache depends = glfw>=3 depends = libusb + optdepends = qt source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz md5sums = f2f2bad22f3cffb8f1bb3f509a90f3fb diff --git a/PKGBUILD b/PKGBUILD index e789460..ccb2f2c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() depends=('glfw>=3' 'libusb') -optdepens=('qt') +optdepends=('qt') changelog='' source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") md5sums=('f2f2bad22f3cffb8f1bb3f509a90f3fb') From 3c2a67a0e90324c1564810382bbfa782a9b603c5 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Sat, 2 Apr 2016 09:43:39 +0300 Subject: [PATCH 15/70] fix fix v0.9.1 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fd54474..2e11c1c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,7 +7,7 @@ pkgbase = librealsense license = Apache depends = glfw>=3 depends = libusb - optdepends = qt + optdepends = qtcreator source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz md5sums = f2f2bad22f3cffb8f1bb3f509a90f3fb diff --git a/PKGBUILD b/PKGBUILD index ccb2f2c..1d50d52 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() depends=('glfw>=3' 'libusb') -optdepends=('qt') +optdepends=('qtcreator') changelog='' source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") md5sums=('f2f2bad22f3cffb8f1bb3f509a90f3fb') From 1aa815369de0bd7638f2116911b79c53601045b6 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Mon, 18 Apr 2016 00:07:22 +0300 Subject: [PATCH 16/70] changed backend to LIBUVC (no need for making strange patches that spam errors) --- PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1d50d52..9f49031 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ udev_rules="etc/udev/rules.d/99-realsense-libusb.rules" build() { cd "$pkgname-$pkgver" - make + make BACKEND=LIBUVC } package() { @@ -31,6 +31,4 @@ package() { echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a80\", MODE=\"0666\", GROUP=\"realsense\"" > $pkgdir/$udev_rules echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a66\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0aa5\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules - echo "You need to make an V4L2 patch ( see official repo guide, currently I am working on it )" - echo "Don't forget adding user to realsense group" } From 725282637a15235ae7153f6005c29c871164a321 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Sat, 14 May 2016 09:09:09 +0300 Subject: [PATCH 17/70] fixed bug with groupadd, added reloading rules --- PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9f49031..a5cf483 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ udev_rules="etc/udev/rules.d/99-realsense-libusb.rules" build() { cd "$pkgname-$pkgver" - make BACKEND=LIBUVC + make BACKEND=V4L2 } package() { @@ -27,8 +27,13 @@ package() { mkdir -p $pkgdir/etc/udev/rules.d/ cp -r lib/* $pkgdir/usr/lib/ cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname - getent group realsense || groupadd realsense -echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a80\", MODE=\"0666\", GROUP=\"realsense\"" > $pkgdir/$udev_rules -echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a66\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules -echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0aa5\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules + if [ ! [ `getent group realsense` ] ] + then + groupadd realsense + fi + echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a80\", MODE=\"0666\", GROUP=\"realsense\"" > $pkgdir/$udev_rules + echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a66\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules + echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0aa5\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules + udevadm control --reload-rules + echo "to use this driver you should add user to realsense group" } From bfe34819aab3aecef656f94a84ea8a767ef0087f Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Wed, 18 May 2016 08:22:53 +0300 Subject: [PATCH 18/70] upd --- .SRCINFO | 1 + PKGBUILD | 7 +------ librealsense.install | 5 +++++ 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 librealsense.install diff --git a/.SRCINFO b/.SRCINFO index 2e11c1c..03a95be 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -12,4 +12,5 @@ pkgbase = librealsense md5sums = f2f2bad22f3cffb8f1bb3f509a90f3fb pkgname = librealsense + install = librealsense.install diff --git a/PKGBUILD b/PKGBUILD index a5cf483..dd520d1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,13 +27,8 @@ package() { mkdir -p $pkgdir/etc/udev/rules.d/ cp -r lib/* $pkgdir/usr/lib/ cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname - if [ ! [ `getent group realsense` ] ] - then - groupadd realsense - fi echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a80\", MODE=\"0666\", GROUP=\"realsense\"" > $pkgdir/$udev_rules echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a66\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0aa5\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules - udevadm control --reload-rules - echo "to use this driver you should add user to realsense group" + install=librealsense.install } diff --git a/librealsense.install b/librealsense.install new file mode 100644 index 0000000..d22f0fd --- /dev/null +++ b/librealsense.install @@ -0,0 +1,5 @@ +post_install() { + getent group realsense >/dev/null 2>&1 || groupadd realsense + udevadm control --reload-rules + echo "to use this driver you should add user to realsense group" +} From 95b427e482b803edc5a6a6ab8e220acfd4e5720e Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Wed, 18 May 2016 08:41:22 +0300 Subject: [PATCH 19/70] upd --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index dd520d1..66dac19 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ udev_rules="etc/udev/rules.d/99-realsense-libusb.rules" build() { cd "$pkgname-$pkgver" - make BACKEND=V4L2 + make } package() { From ce3f2ddc9a93c0ba9774a3b7cbdafeefce2d8b58 Mon Sep 17 00:00:00 2001 From: positivcheg94 Date: Sun, 5 Jun 2016 23:23:49 +0300 Subject: [PATCH 20/70] change glfw -> glfw-x11 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 03a95be..ed20131 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,7 +5,7 @@ pkgbase = librealsense url = https://github.com/IntelRealSense/librealsense arch = any license = Apache - depends = glfw>=3 + depends = glfw-x11>=3 depends = libusb optdepends = qtcreator source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 66dac19..c6cbdfe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ arch=(any) url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() -depends=('glfw>=3' 'libusb') +depends=('glfw-x11>=3' 'libusb') optdepends=('qtcreator') changelog='' source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") From 1a2cacc15c5b748b8352f64f6b195ed8b61a5923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 8 Jun 2017 20:50:52 -0300 Subject: [PATCH 21/70] Change maintainer to Patrick MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index c6cbdfe..bd4f306 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Yang +# Maintainer: Patrick José Pereira pkgname=librealsense pkgver=0.9.1 pkgrel=1 From 5a318f2c4e73decfd46f8dcff735cf090afe153a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 8 Jun 2017 20:51:30 -0300 Subject: [PATCH 22/70] Move to 1.12.1 git version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- PKGBUILD | 31 +++++++++++++++---------------- librealsense.install | 4 +++- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index bd4f306..7ef0c8c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,34 +1,33 @@ # Maintainer: Patrick José Pereira pkgname=librealsense -pkgver=0.9.1 +pkgver=c8754286 pkgrel=1 pkgdesc="Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel RealSense F200, SR300 and R200 cameras" arch=(any) url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() -depends=('glfw-x11>=3' 'libusb') +depends=('git' 'glfw-x11>=3' 'libusb' 'base-devel' 'linux-headers') optdepends=('qtcreator') changelog='' -source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") -md5sums=('f2f2bad22f3cffb8f1bb3f509a90f3fb') - +source=("git://github.com/IntelRealSense/librealsense") +md5sums=(SKIP) udev_rules="etc/udev/rules.d/99-realsense-libusb.rules" +pkgver() { + cd "$pkgname" + git log --pretty=format:'%h' -n 1 +} + build() { - cd "$pkgname-$pkgver" + cd "$pkgname" + mkdir build && cd build + cmake ../ -DBUILD_EXAMPLES=true make } package() { - cd $srcdir/$pkgname-$pkgver/ - mkdir -p $pkgdir/usr/include/$pkgname - mkdir -p $pkgdir/usr/lib/ - mkdir -p $pkgdir/etc/udev/rules.d/ - cp -r lib/* $pkgdir/usr/lib/ - cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname - echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a80\", MODE=\"0666\", GROUP=\"realsense\"" > $pkgdir/$udev_rules - echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0a66\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules - echo "SUBSYSTEMS==\"usb\", ENV{DEVTYPE}==\"usb_device\", ATTRS{idVendor}==\"8086\", ATTRS{idProduct}==\"0aa5\", MODE=\"0666\", GROUP=\"realsense\"" >>$pkgdir/$udev_rules - install=librealsense.install + cd "$pkgname/build" + sudo make install + echo "Maybe kernel patch be necessary !!" } diff --git a/librealsense.install b/librealsense.install index d22f0fd..50be9d8 100644 --- a/librealsense.install +++ b/librealsense.install @@ -1,5 +1,7 @@ post_install() { getent group realsense >/dev/null 2>&1 || groupadd realsense udevadm control --reload-rules - echo "to use this driver you should add user to realsense group" + echo "To use this driver you should add user to realsense group !!!" + echo "sudo udevadm control --reload-rules && udevadm trigger" + echo "To updare usb rules." } From 0652e10a1bdbf6e7873c32b5b6019422ecf4642c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 11 Jun 2017 18:17:06 -0300 Subject: [PATCH 23/70] Remove vase-devel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 7ef0c8c..706d6f4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ arch=(any) url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=() -depends=('git' 'glfw-x11>=3' 'libusb' 'base-devel' 'linux-headers') +depends=('git' 'glfw-x11>=3' 'libusb' 'linux-headers') optdepends=('qtcreator') changelog='' source=("git://github.com/IntelRealSense/librealsense") From 92fb54aecdb01a9962a7aaaf731c4d676636f2a2 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 11 Aug 2018 10:11:25 +0800 Subject: [PATCH 24/70] Updated to 2.15.0 --- .SRCINFO | 18 +++++++++------- .gitignore | 7 +++++++ PKGBUILD | 50 +++++++++++++++++++++++++++----------------- librealsense.install | 7 ------- 4 files changed, 48 insertions(+), 34 deletions(-) create mode 100644 .gitignore delete mode 100644 librealsense.install diff --git a/.SRCINFO b/.SRCINFO index ed20131..1ae12f2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,18 @@ pkgbase = librealsense - pkgdesc = Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel RealSense F200, SR300 and R200 cameras - pkgver = 0.9.1 + pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) + pkgver = v2.15.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense - arch = any + arch = x86_64 license = Apache - depends = glfw-x11>=3 + makedepends = cmake + makedepends = linux-lts-header + depends = glfw-x11 + depends = gtk3 depends = libusb - optdepends = qtcreator - source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz - md5sums = f2f2bad22f3cffb8f1bb3f509a90f3fb + depends = linux-lts + source = git+https://github.com/IntelRealSense/librealsense#commit=1e8aa8002bc3d6afbfc7b733ea4a19864bbeca14 + sha256sums = SKIP pkgname = librealsense - install = librealsense.install diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..97589fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +* +!.gitignore +!.SRCINFO +!PKGBUILD +!*.install +!*.patch +!*.diff diff --git a/PKGBUILD b/PKGBUILD index 706d6f4..f4d4225 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,33 +1,45 @@ -# Maintainer: Patrick José Pereira +# Maintainer: pingplug +# Contributr: Patrick José Pereira + +_commit=1e8aa8002bc3d6afbfc7b733ea4a19864bbeca14 # tags=v2.15.0 pkgname=librealsense -pkgver=c8754286 +pkgver=v2.15.0 pkgrel=1 -pkgdesc="Librealsense is a cross-platform library (Linux, OSX, Windows) for capturing data from the Intel RealSense F200, SR300 and R200 cameras" -arch=(any) +pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" +arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') -makedepends=() -depends=('git' 'glfw-x11>=3' 'libusb' 'linux-headers') -optdepends=('qtcreator') -changelog='' -source=("git://github.com/IntelRealSense/librealsense") -md5sums=(SKIP) -udev_rules="etc/udev/rules.d/99-realsense-libusb.rules" +makedepends=('cmake' 'linux-lts-headers') +depends=('glfw-x11' 'gtk3' 'libusb' 'linux-lts') +source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}") +sha256sums=(SKIP) pkgver() { - cd "$pkgname" - git log --pretty=format:'%h' -n 1 + cd "${srcdir}/${pkgname}" + git describe --tags | sed 's/-/+/g' } build() { - cd "$pkgname" - mkdir build && cd build - cmake ../ -DBUILD_EXAMPLES=true + cd "${srcdir}/${pkgname}" + mkdir -p build && cd build + CFLAGS="${CFLAGS} -Wformat" \ + CXXFLAGS="${CXXFLAGS} -Wformat" \ + cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_INSTALL_SBINDIR=bin \ + -DCMAKE_INSTALL_SYSCONFDIR=/etc \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=on \ + -DBUILD_WITH_STATIC_CRT=off \ + -DBUILD_WITH_OPENMP=on \ + -DBUILD_EXAMPLES=true make } package() { - cd "$pkgname/build" - sudo make install - echo "Maybe kernel patch be necessary !!" + cd "${srcdir}/${pkgname}/build" + DESTDIR="${pkgdir}" make install + cd "${srcdir}/${pkgname}/config" + install -Dm644 99-realsense-libusb.rules "${pkgdir}/etc/udev/rules.d/99-realsense-libusb.rules" } diff --git a/librealsense.install b/librealsense.install deleted file mode 100644 index 50be9d8..0000000 --- a/librealsense.install +++ /dev/null @@ -1,7 +0,0 @@ -post_install() { - getent group realsense >/dev/null 2>&1 || groupadd realsense - udevadm control --reload-rules - echo "To use this driver you should add user to realsense group !!!" - echo "sudo udevadm control --reload-rules && udevadm trigger" - echo "To updare usb rules." -} From 6e5061f22295995cc51e12646dc62d41eac17a11 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 11 Aug 2018 10:13:14 +0800 Subject: [PATCH 25/70] oops --- .SRCINFO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index 1ae12f2..9d7a84c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,7 +6,7 @@ pkgbase = librealsense arch = x86_64 license = Apache makedepends = cmake - makedepends = linux-lts-header + makedepends = linux-lts-headers depends = glfw-x11 depends = gtk3 depends = libusb From 9caaac62a089227bd5515cfc2f1d8fb65d5c6e24 Mon Sep 17 00:00:00 2001 From: pingplug Date: Wed, 5 Sep 2018 19:43:43 +0800 Subject: [PATCH 26/70] Updated to v2.16.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9d7a84c..4f2659c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.15.0 + pkgver = v2.16.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = librealsense depends = gtk3 depends = libusb depends = linux-lts - source = git+https://github.com/IntelRealSense/librealsense#commit=1e8aa8002bc3d6afbfc7b733ea4a19864bbeca14 + source = git+https://github.com/IntelRealSense/librealsense#commit=b55069d177f69daea3b9437532f4b98fbe97a718 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index f4d4225..60a24b2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=1e8aa8002bc3d6afbfc7b733ea4a19864bbeca14 # tags=v2.15.0 +_commit=b55069d177f69daea3b9437532f4b98fbe97a718 # tags=v2.16.0 pkgname=librealsense -pkgver=v2.15.0 +pkgver=v2.16.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 28a866711b56ceb23d4cd6500593045b6eddfad7 Mon Sep 17 00:00:00 2001 From: pingplug Date: Fri, 7 Sep 2018 09:37:50 +0800 Subject: [PATCH 27/70] Remove linux-lts depends --- .SRCINFO | 2 -- PKGBUILD | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4f2659c..9231818 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,11 +6,9 @@ pkgbase = librealsense arch = x86_64 license = Apache makedepends = cmake - makedepends = linux-lts-headers depends = glfw-x11 depends = gtk3 depends = libusb - depends = linux-lts source = git+https://github.com/IntelRealSense/librealsense#commit=b55069d177f69daea3b9437532f4b98fbe97a718 sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 60a24b2..fea69cc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,8 +9,8 @@ pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® Re arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') -makedepends=('cmake' 'linux-lts-headers') -depends=('glfw-x11' 'gtk3' 'libusb' 'linux-lts') +makedepends=('cmake') +depends=('glfw-x11' 'gtk3' 'libusb') source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}") sha256sums=(SKIP) From 595c1562ea4802d1f78d0d8324ca7affd4915313 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 6 Oct 2018 15:22:53 +0800 Subject: [PATCH 28/70] Updated to v2.16.1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9231818..70b27b3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.16.0 + pkgver = v2.16.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=b55069d177f69daea3b9437532f4b98fbe97a718 + source = git+https://github.com/IntelRealSense/librealsense#commit=68c8d28f9eb8b3e5b0e42008882155ae1104d99d sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index fea69cc..ae42b21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=b55069d177f69daea3b9437532f4b98fbe97a718 # tags=v2.16.0 +_commit=68c8d28f9eb8b3e5b0e42008882155ae1104d99d # tags=v2.16.1 pkgname=librealsense -pkgver=v2.16.0 +pkgver=v2.16.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From e988f2244a6477c9da696e25a15aa364c70bcc18 Mon Sep 17 00:00:00 2001 From: pingplug Date: Tue, 30 Oct 2018 12:05:29 +0800 Subject: [PATCH 29/70] Updated to 2.16.3 --- .SRCINFO | 5 +++-- PKGBUILD | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 70b27b3..c296374 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,16 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.16.1 + pkgver = v2.16.3 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache makedepends = cmake + makedepends = git depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=68c8d28f9eb8b3e5b0e42008882155ae1104d99d + source = git+https://github.com/IntelRealSense/librealsense#commit=4d824623f2913c5dcd3d4892d61a102cffb02886 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index ae42b21..be4fad6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,18 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=68c8d28f9eb8b3e5b0e42008882155ae1104d99d # tags=v2.16.1 +_commit=4d824623f2913c5dcd3d4892d61a102cffb02886 # tags=v2.16.3 pkgname=librealsense -pkgver=v2.16.1 +pkgver=v2.16.3 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') -makedepends=('cmake') +makedepends=('cmake' 'git') depends=('glfw-x11' 'gtk3' 'libusb') source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}") -sha256sums=(SKIP) +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" From 9e741bf126e829f70bc6f27b0b0a7e796b2e7a00 Mon Sep 17 00:00:00 2001 From: pingplug Date: Thu, 29 Nov 2018 21:37:28 +0800 Subject: [PATCH 30/70] Updated to v2.16.5 --- .SRCINFO | 4 ++-- PKGBUILD | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c296374..9099a89 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.16.3 + pkgver = v2.16.5 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=4d824623f2913c5dcd3d4892d61a102cffb02886 + source = git+https://github.com/IntelRealSense/librealsense#commit=0fc8499ca1c01448d4a65047a0df2d91e37fe287 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index be4fad6..14a84d3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=4d824623f2913c5dcd3d4892d61a102cffb02886 # tags=v2.16.3 +_commit=0fc8499ca1c01448d4a65047a0df2d91e37fe287 # tags=v2.16.5 pkgname=librealsense -pkgver=v2.16.3 +pkgver=v2.16.5 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') @@ -33,7 +33,8 @@ build() { -DBUILD_SHARED_LIBS=on \ -DBUILD_WITH_STATIC_CRT=off \ -DBUILD_WITH_OPENMP=on \ - -DBUILD_EXAMPLES=true + -DBUILD_EXAMPLES=true \ + -DBUILD_WITH_TM2=false make } From c219f0a996bff543cd9a3957843c147e70c8d36f Mon Sep 17 00:00:00 2001 From: pingplug Date: Thu, 29 Nov 2018 22:13:25 +0800 Subject: [PATCH 31/70] minor fix --- .SRCINFO | 2 +- PKGBUILD | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9099a89..93e78a2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) pkgver = v2.16.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache diff --git a/PKGBUILD b/PKGBUILD index 14a84d3..80cc52b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _commit=0fc8499ca1c01448d4a65047a0df2d91e37fe287 # tags=v2.16.5 pkgname=librealsense pkgver=v2.16.5 -pkgrel=1 +pkgrel=2 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" @@ -22,8 +22,8 @@ pkgver() { build() { cd "${srcdir}/${pkgname}" mkdir -p build && cd build - CFLAGS="${CFLAGS} -Wformat" \ - CXXFLAGS="${CXXFLAGS} -Wformat" \ + CFLAGS="${CFLAGS} -Wformat -pthread" \ + CXXFLAGS="${CXXFLAGS} -Wformat -pthread" \ cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ @@ -34,7 +34,7 @@ build() { -DBUILD_WITH_STATIC_CRT=off \ -DBUILD_WITH_OPENMP=on \ -DBUILD_EXAMPLES=true \ - -DBUILD_WITH_TM2=false + -DBUILD_WITH_TM2=true make } From 619a4848ced99eb433167d4ce827d5bd5f58d087 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 1 Dec 2018 20:50:23 +0800 Subject: [PATCH 32/70] Updated to v2.17.0 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 93e78a2..39f0b5c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.16.5 - pkgrel = 2 + pkgver = v2.17.0 + pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=0fc8499ca1c01448d4a65047a0df2d91e37fe287 + source = git+https://github.com/IntelRealSense/librealsense#commit=a7fc189202787a572c5d1d6e453cfd4a01a61923 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 80cc52b..8c32de6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=0fc8499ca1c01448d4a65047a0df2d91e37fe287 # tags=v2.16.5 +_commit=a7fc189202787a572c5d1d6e453cfd4a01a61923 # tags=v2.17.0 pkgname=librealsense -pkgver=v2.16.5 -pkgrel=2 +pkgver=v2.17.0 +pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" From 575c6bb519f5368ccdfca077d152a1fe086e024f Mon Sep 17 00:00:00 2001 From: pingplug Date: Sun, 10 Feb 2019 15:13:35 +0800 Subject: [PATCH 33/70] Updated to v2.18.1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 39f0b5c..35c3937 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.17.0 + pkgver = v2.18.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=a7fc189202787a572c5d1d6e453cfd4a01a61923 + source = git+https://github.com/IntelRealSense/librealsense#commit=3c5e2bbda4bd0726bfd81bee13372a9ee797278b sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 8c32de6..037714e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=a7fc189202787a572c5d1d6e453cfd4a01a61923 # tags=v2.17.0 +_commit=3c5e2bbda4bd0726bfd81bee13372a9ee797278b # tags=v2.18.1 pkgname=librealsense -pkgver=v2.17.0 +pkgver=v2.18.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From e8a4ceea4a2a4817c26dba5d425db8614e4b5025 Mon Sep 17 00:00:00 2001 From: pingplug Date: Thu, 14 Mar 2019 11:41:21 +0800 Subject: [PATCH 34/70] Update to 2.19.1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 35c3937..eb2820f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.18.1 + pkgver = v2.19.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=3c5e2bbda4bd0726bfd81bee13372a9ee797278b + source = git+https://github.com/IntelRealSense/librealsense#commit=da6d553ba204ba08ca8090b12adfad91e5147a52 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 037714e..d1f54b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=3c5e2bbda4bd0726bfd81bee13372a9ee797278b # tags=v2.18.1 +_commit=da6d553ba204ba08ca8090b12adfad91e5147a52 # tags=v2.19.1 pkgname=librealsense -pkgver=v2.18.1 +pkgver=v2.19.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 18aef10d7e5c11339ad2c872e4bdf6b59732510a Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 30 Mar 2019 12:01:19 +0800 Subject: [PATCH 35/70] Updated to v2.19.2 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index eb2820f..a32d745 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.19.1 + pkgver = v2.19.2 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=da6d553ba204ba08ca8090b12adfad91e5147a52 + source = git+https://github.com/IntelRealSense/librealsense#commit=3a51db0b634b6342d215ed479734afe4c71bfe09 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index d1f54b4..1a7ee40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=da6d553ba204ba08ca8090b12adfad91e5147a52 # tags=v2.19.1 +_commit=3a51db0b634b6342d215ed479734afe4c71bfe09 # tags=v2.19.2 pkgname=librealsense -pkgver=v2.19.1 +pkgver=v2.19.2 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From f8f5a60eb2eafd66b980de019be127dc3a32ef58 Mon Sep 17 00:00:00 2001 From: pingplug Date: Mon, 20 May 2019 15:52:34 +0800 Subject: [PATCH 36/70] Updated to v2.21.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a32d745..a6eec8e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.19.2 + pkgver = v2.21.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=3a51db0b634b6342d215ed479734afe4c71bfe09 + source = git+https://github.com/IntelRealSense/librealsense#commit=9bdbfd98440b6516f8c864fbdfd6a9778b2c5715 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 1a7ee40..b9b9f4b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=3a51db0b634b6342d215ed479734afe4c71bfe09 # tags=v2.19.2 +_commit=9bdbfd98440b6516f8c864fbdfd6a9778b2c5715 # tags=v2.21.0 pkgname=librealsense -pkgver=v2.19.2 +pkgver=v2.21.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 5e25324aaa3e56f544b8f688e526d5ce6536b264 Mon Sep 17 00:00:00 2001 From: pingplug Date: Mon, 20 May 2019 20:34:07 +0800 Subject: [PATCH 37/70] update email --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b9b9f4b..c8d2a1b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ -# Maintainer: pingplug -# Contributr: Patrick José Pereira +# Maintainer: pingplug < aur at pingplug dot me > +# Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > _commit=9bdbfd98440b6516f8c864fbdfd6a9778b2c5715 # tags=v2.21.0 pkgname=librealsense From 8dd84ab0b3baf6f7152a419d454af3b57def8934 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 29 Jun 2019 19:30:43 +0800 Subject: [PATCH 38/70] Updated to 2.24 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a6eec8e..4053044 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.21.0 + pkgver = v2.24 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=9bdbfd98440b6516f8c864fbdfd6a9778b2c5715 + source = git+https://github.com/IntelRealSense/librealsense#commit=f112ed78e3917df79047254f864157195d4488b0 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index c8d2a1b..78fe564 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=9bdbfd98440b6516f8c864fbdfd6a9778b2c5715 # tags=v2.21.0 +_commit=f112ed78e3917df79047254f864157195d4488b0 # tags=v2.24.0 pkgname=librealsense -pkgver=v2.21.0 +pkgver=v2.24 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 9fc5d45969ba634ff571d84cccaa48a3e81695eb Mon Sep 17 00:00:00 2001 From: pingplug Date: Wed, 14 Aug 2019 17:16:29 +0800 Subject: [PATCH 39/70] Updated to v2.25.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4053044..4e1ecbf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.24 + pkgver = v2.25.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=f112ed78e3917df79047254f864157195d4488b0 + source = git+https://github.com/IntelRealSense/librealsense#commit=125d6508386402b89dc3ec0e6c5a94c51c4ec4bd sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 78fe564..c770669 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=f112ed78e3917df79047254f864157195d4488b0 # tags=v2.24.0 +_commit=125d6508386402b89dc3ec0e6c5a94c51c4ec4bd # tags=v2.25.0 pkgname=librealsense -pkgver=v2.24 +pkgver=v2.25.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 0d6eb6ab2f14c76e3b4470dae8f036c287248cd6 Mon Sep 17 00:00:00 2001 From: pingplug Date: Tue, 3 Sep 2019 11:15:54 +0800 Subject: [PATCH 40/70] Updated to v2.27.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4e1ecbf..7a6f68e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.25.0 + pkgver = v2.27.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=125d6508386402b89dc3ec0e6c5a94c51c4ec4bd + source = git+https://github.com/IntelRealSense/librealsense#commit=cbeaed4c8bf58a6bd44c0527dcb029a4f0441aa3 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index c770669..cb7fc2a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=125d6508386402b89dc3ec0e6c5a94c51c4ec4bd # tags=v2.25.0 +_commit=cbeaed4c8bf58a6bd44c0527dcb029a4f0441aa3 # tags=v2.27.0 pkgname=librealsense -pkgver=v2.25.0 +pkgver=v2.27.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From c0c95dfa1167470de394d5ed8e3d161266446130 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 21 Sep 2019 12:25:38 +0800 Subject: [PATCH 41/70] Updated to v2.28.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7a6f68e..c654d92 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.27.0 + pkgver = v2.28.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=cbeaed4c8bf58a6bd44c0527dcb029a4f0441aa3 + source = git+https://github.com/IntelRealSense/librealsense#commit=659860bb9a0eca56814c97d90a162b3cdfb2af82 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index cb7fc2a..b222748 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=cbeaed4c8bf58a6bd44c0527dcb029a4f0441aa3 # tags=v2.27.0 +_commit=659860bb9a0eca56814c97d90a162b3cdfb2af82 # tags=v2.28.0 pkgname=librealsense -pkgver=v2.27.0 +pkgver=v2.28.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 8b5a88e8e8778d7e8c7585b3fe4c503a48f68757 Mon Sep 17 00:00:00 2001 From: pingplug Date: Fri, 27 Sep 2019 14:57:05 +0800 Subject: [PATCH 42/70] Updated to v2.29.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c654d92..3a72c44 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.28.0 + pkgver = v2.29.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=659860bb9a0eca56814c97d90a162b3cdfb2af82 + source = git+https://github.com/IntelRealSense/librealsense#commit=5096aab40c71bfa2bebd17e4ace5f6678587b889 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index b222748..d35746f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=659860bb9a0eca56814c97d90a162b3cdfb2af82 # tags=v2.28.0 +_commit=5096aab40c71bfa2bebd17e4ace5f6678587b889 # tags=v2.29.0 pkgname=librealsense -pkgver=v2.28.0 +pkgver=v2.29.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From e31a71bd96617221edb164e6a3167dc0c963d47b Mon Sep 17 00:00:00 2001 From: pingplug Date: Sun, 10 Nov 2019 15:26:16 +0800 Subject: [PATCH 43/70] Updated to 2.30.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3a72c44..503512e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.29.0 + pkgver = v2.30.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=5096aab40c71bfa2bebd17e4ace5f6678587b889 + source = git+https://github.com/IntelRealSense/librealsense#commit=9f99fa9a509555f85bffc15ce27531aaa6db6f7e sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index d35746f..85d7a0d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=5096aab40c71bfa2bebd17e4ace5f6678587b889 # tags=v2.29.0 +_commit=9f99fa9a509555f85bffc15ce27531aaa6db6f7e # tags=v2.30.0 pkgname=librealsense -pkgver=v2.29.0 +pkgver=v2.30.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From bddcd913be6fb97420a0dcc83907b4255b9753bb Mon Sep 17 00:00:00 2001 From: pingplug Date: Tue, 17 Dec 2019 15:15:33 +0800 Subject: [PATCH 44/70] Updated to v2.31.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 503512e..8c6e9e8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.30.0 + pkgver = v2.31.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=9f99fa9a509555f85bffc15ce27531aaa6db6f7e + source = git+https://github.com/IntelRealSense/librealsense#commit=bdce5a4ebbd716e9d7372ad8831a929bccccd0b2 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 85d7a0d..68737d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=9f99fa9a509555f85bffc15ce27531aaa6db6f7e # tags=v2.30.0 +_commit=bdce5a4ebbd716e9d7372ad8831a929bccccd0b2 # tags=v2.31.0 pkgname=librealsense -pkgver=v2.30.0 +pkgver=v2.31.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From d198444e05d6ba692bc1a2e30e5f422dbf298ae2 Mon Sep 17 00:00:00 2001 From: pingplug Date: Wed, 5 Feb 2020 11:18:27 +0800 Subject: [PATCH 45/70] Updated to v2.32.1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8c6e9e8..8d62924 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.31.0 + pkgver = v2.32.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=bdce5a4ebbd716e9d7372ad8831a929bccccd0b2 + source = git+https://github.com/IntelRealSense/librealsense#commit=83f952a4bd6b70d72459f66c7f67ddaba9d337a0 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 68737d8..72a9d55 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=bdce5a4ebbd716e9d7372ad8831a929bccccd0b2 # tags=v2.31.0 +_commit=83f952a4bd6b70d72459f66c7f67ddaba9d337a0 # tags=v2.32.1 pkgname=librealsense -pkgver=v2.31.0 +pkgver=v2.32.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 09cd38cacd0f5a04b91b8221f1c95fac3b59258d Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 28 Mar 2020 23:19:04 +0800 Subject: [PATCH 46/70] Updated to v2.33.1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8d62924..a86aab2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.32.1 + pkgver = v2.33.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=83f952a4bd6b70d72459f66c7f67ddaba9d337a0 + source = git+https://github.com/IntelRealSense/librealsense#commit=842ee1e1e5c4bb96d63582a7fde061dbc1bebf69 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 72a9d55..94cf632 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=83f952a4bd6b70d72459f66c7f67ddaba9d337a0 # tags=v2.32.1 +_commit=842ee1e1e5c4bb96d63582a7fde061dbc1bebf69 # tags=v2.33.1 pkgname=librealsense -pkgver=v2.32.1 +pkgver=v2.33.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From de65e772996f541326d38ed90c559294dc1e7778 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sun, 3 May 2020 19:11:10 +0800 Subject: [PATCH 47/70] Updated to v2.34.1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a86aab2..545c850 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.33.1 + pkgver = v2.34.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=842ee1e1e5c4bb96d63582a7fde061dbc1bebf69 + source = git+https://github.com/IntelRealSense/librealsense#commit=a6275d8c2fab2959672d05ece9edda52017861c5 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 94cf632..7a95e4f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=842ee1e1e5c4bb96d63582a7fde061dbc1bebf69 # tags=v2.33.1 +_commit=a6275d8c2fab2959672d05ece9edda52017861c5 # tags=v2.34.1 pkgname=librealsense -pkgver=v2.33.1 +pkgver=v2.34.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 0aab32783e3b686df5c8049317004a0019334f84 Mon Sep 17 00:00:00 2001 From: pingplug Date: Wed, 10 Jun 2020 15:11:31 +0800 Subject: [PATCH 48/70] Updated to v2.35.0 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 545c850..4f9924d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.34.1 + pkgver = v2.35.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=a6275d8c2fab2959672d05ece9edda52017861c5 + source = git+https://github.com/IntelRealSense/librealsense#commit=d04376ad56581b3094d49ef71c35fe231ac8e4e7 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 7a95e4f..7f5074a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=a6275d8c2fab2959672d05ece9edda52017861c5 # tags=v2.34.1 +_commit=d04376ad56581b3094d49ef71c35fe231ac8e4e7 # tags=v2.35.0 pkgname=librealsense -pkgver=v2.34.1 +pkgver=v2.35.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From 379f7cdcf47e5200d6173bc5007bf8e73d37963f Mon Sep 17 00:00:00 2001 From: pingplug Date: Mon, 6 Jul 2020 22:32:45 +0800 Subject: [PATCH 49/70] Updated to v2.35.2 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4f9924d..13b578b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.35.0 + pkgver = v2.35.2 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=d04376ad56581b3094d49ef71c35fe231ac8e4e7 + source = git+https://github.com/IntelRealSense/librealsense#commit=8594d09f092347a8b3d832d14e4fb631140620c5 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 7f5074a..07c0697 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=d04376ad56581b3094d49ef71c35fe231ac8e4e7 # tags=v2.35.0 +_commit=8594d09f092347a8b3d832d14e4fb631140620c5 # tags=v2.35.2 pkgname=librealsense -pkgver=v2.35.0 +pkgver=v2.35.2 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') From faae9de44bb72cd972639bf5581da54a6f0b8d41 Mon Sep 17 00:00:00 2001 From: pingplug Date: Mon, 3 Aug 2020 00:06:13 +0800 Subject: [PATCH 50/70] Updated to v2.38.0 --- .SRCINFO | 12 ++++++++++-- PKGBUILD | 22 ++++++++++++++++++---- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 13b578b..83d7faf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.35.2 + pkgver = v2.38.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,8 +10,16 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=8594d09f092347a8b3d832d14e4fb631140620c5 + source = git+https://github.com/IntelRealSense/librealsense#commit=ce6a3a81f8ac5dd488b2f03358aab29fdc6c9512 + source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.7.100.bin + source = https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin + source = https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd + source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.4.1.2.bin sha256sums = SKIP + sha256sums = f6a06019a59b963c6e53a5299af49a4e375989866587c20c17d432b689679b50 + sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 + sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 + sha256sums = 692b18825844da20075e0ed4bfa2c23be4bf15abf61380a0dbae9a72a91f90bb pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 07c0697..5796d94 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=8594d09f092347a8b3d832d14e4fb631140620c5 # tags=v2.35.2 +_commit=ce6a3a81f8ac5dd488b2f03358aab29fdc6c9512 # tags=v2.38.0 pkgname=librealsense -pkgver=v2.35.2 +pkgver=v2.38.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') @@ -11,12 +11,26 @@ url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=('cmake' 'git') depends=('glfw-x11' 'gtk3' 'libusb') -source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}") -sha256sums=('SKIP') +source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" + "https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.7.100.bin" + "https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin" + "https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd" + "https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.4.1.2.bin") +sha256sums=('SKIP' + 'f6a06019a59b963c6e53a5299af49a4e375989866587c20c17d432b689679b50' + 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' + '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' + '692b18825844da20075e0ed4bfa2c23be4bf15abf61380a0dbae9a72a91f90bb') pkgver() { cd "${srcdir}/${pkgname}" git describe --tags | sed 's/-/+/g' + + mkdir -p build/common/fw/ + cp "../D4XX_FW_Image-5.12.7.100.bin" build/common/fw/ + cp "../SR3XX_FW_Image-3.26.1.0.bin" build/common/fw/ + cp "../target-0.2.0.951.mvcmd" build/common/fw/ + cp "../L5XX_FW_Image-1.4.1.2.bin" build/common/fw/ } build() { From 8df8ab3ff4395de10617720a94321d62870e13f9 Mon Sep 17 00:00:00 2001 From: pingplug Date: Fri, 2 Oct 2020 23:41:08 +0800 Subject: [PATCH 51/70] Updated to v2.39.0 --- .SRCINFO | 12 ++++++------ PKGBUILD | 29 +++++++++++++++++------------ 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 83d7faf..158deb9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.38.0 + pkgver = v2.39.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,16 +10,16 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=ce6a3a81f8ac5dd488b2f03358aab29fdc6c9512 - source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.7.100.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=d8f5d4212df85522a14b4a7b83bf4d54219b06fa + source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.8.200.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd - source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.4.1.2.bin + source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.1.3.bin sha256sums = SKIP - sha256sums = f6a06019a59b963c6e53a5299af49a4e375989866587c20c17d432b689679b50 + sha256sums = 01199619af5203444b09fbb3fbace0d9ed6dac3aa235ff512c2c5f45dc0d2371 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 - sha256sums = 692b18825844da20075e0ed4bfa2c23be4bf15abf61380a0dbae9a72a91f90bb + sha256sums = b078bfa68dda6f0b7280085f4c435f2dca46fd6aacc4aac6d3f73474a1907ef3 pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 5796d94..cfc7841 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,14 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=ce6a3a81f8ac5dd488b2f03358aab29fdc6c9512 # tags=v2.38.0 +_commit=d8f5d4212df85522a14b4a7b83bf4d54219b06fa # tags=v2.39.0 +_RS4XX_VER=5.12.8.200 +_SR300_VER=3.26.1.0 +_TM2_VER=0.2.0.951 +_L5XX_VER=1.5.1.3 + pkgname=librealsense -pkgver=v2.38.0 +pkgver=v2.39.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') @@ -12,25 +17,25 @@ license=('Apache') makedepends=('cmake' 'git') depends=('glfw-x11' 'gtk3' 'libusb') source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" - "https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.7.100.bin" - "https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin" - "https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd" - "https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.4.1.2.bin") + "https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" + "https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-${_SR300_VER}.bin" + "https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" + "https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") sha256sums=('SKIP' - 'f6a06019a59b963c6e53a5299af49a4e375989866587c20c17d432b689679b50' + '01199619af5203444b09fbb3fbace0d9ed6dac3aa235ff512c2c5f45dc0d2371' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' - '692b18825844da20075e0ed4bfa2c23be4bf15abf61380a0dbae9a72a91f90bb') + 'b078bfa68dda6f0b7280085f4c435f2dca46fd6aacc4aac6d3f73474a1907ef3') pkgver() { cd "${srcdir}/${pkgname}" git describe --tags | sed 's/-/+/g' mkdir -p build/common/fw/ - cp "../D4XX_FW_Image-5.12.7.100.bin" build/common/fw/ - cp "../SR3XX_FW_Image-3.26.1.0.bin" build/common/fw/ - cp "../target-0.2.0.951.mvcmd" build/common/fw/ - cp "../L5XX_FW_Image-1.4.1.2.bin" build/common/fw/ + cp "../D4XX_FW_Image-${_RS4XX_VER}.bin" build/common/fw/ + cp "../SR3XX_FW_Image-${_SR300_VER}.bin" build/common/fw/ + cp "../target-${_TM2_VER}.mvcmd" build/common/fw/ + cp "../L5XX_FW_Image-${_L5XX_VER}.bin" build/common/fw/ } build() { From 78e012731dcef69503df87675e00c43203457510 Mon Sep 17 00:00:00 2001 From: pingplug Date: Tue, 1 Dec 2020 10:07:26 +0800 Subject: [PATCH 52/70] Updated to v2.40.0 --- .SRCINFO | 12 ++++++------ PKGBUILD | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 158deb9..3807023 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.39.0 + pkgver = v2.40.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,16 +10,16 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=d8f5d4212df85522a14b4a7b83bf4d54219b06fa - source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.8.200.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=aae6f315ce80ff80df5bc9439b4ee852187533c1 + source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.9.0.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd - source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.1.3.bin + source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.2.0.bin sha256sums = SKIP - sha256sums = 01199619af5203444b09fbb3fbace0d9ed6dac3aa235ff512c2c5f45dc0d2371 + sha256sums = cc42926852ea26d415b57d8e082f41deb7f951ab187cf73dcb22b8c031efd3a9 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 - sha256sums = b078bfa68dda6f0b7280085f4c435f2dca46fd6aacc4aac6d3f73474a1907ef3 + sha256sums = 3b97b5a92c8453cab75593ed6a11bb8a0c869d94520d4398b0638f6cb359cd68 pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index cfc7841..d15fd0b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=d8f5d4212df85522a14b4a7b83bf4d54219b06fa # tags=v2.39.0 -_RS4XX_VER=5.12.8.200 +_commit=aae6f315ce80ff80df5bc9439b4ee852187533c1 # tags=v2.40.0 +_RS4XX_VER=5.12.9.0 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 -_L5XX_VER=1.5.1.3 +_L5XX_VER=1.5.2.0 pkgname=librealsense -pkgver=v2.39.0 +pkgver=v2.40.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') @@ -22,10 +22,10 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") sha256sums=('SKIP' - '01199619af5203444b09fbb3fbace0d9ed6dac3aa235ff512c2c5f45dc0d2371' + 'cc42926852ea26d415b57d8e082f41deb7f951ab187cf73dcb22b8c031efd3a9' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' - 'b078bfa68dda6f0b7280085f4c435f2dca46fd6aacc4aac6d3f73474a1907ef3') + '3b97b5a92c8453cab75593ed6a11bb8a0c869d94520d4398b0638f6cb359cd68') pkgver() { cd "${srcdir}/${pkgname}" From 353d7bc2f092d57573d483de7d367c26d5ad0afa Mon Sep 17 00:00:00 2001 From: pingplug Date: Thu, 7 Jan 2021 10:56:16 +0800 Subject: [PATCH 53/70] Updated to v2.41.0 --- .SRCINFO | 14 +++++++------- PKGBUILD | 20 +++++++++++++------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3807023..f6c5dcc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense - pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.40.0 + pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. + pkgver = v2.41.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,16 +10,16 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=aae6f315ce80ff80df5bc9439b4ee852187533c1 - source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.9.0.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=4f37f2ef0874c1716bce223b20e46d00532ffb04 + source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.10.0.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd - source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.2.0.bin + source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.3.0.bin sha256sums = SKIP - sha256sums = cc42926852ea26d415b57d8e082f41deb7f951ab187cf73dcb22b8c031efd3a9 + sha256sums = c44731a31ffc76a1acb4cb34aef57e4ec5372fa70f58a73cab04294683308b10 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 - sha256sums = 3b97b5a92c8453cab75593ed6a11bb8a0c869d94520d4398b0638f6cb359cd68 + sha256sums = 187e281fb02cdc8e441fc433850ebebef01d9d9318654ec5c7499404590d1fa3 pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index d15fd0b..56aa71e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=aae6f315ce80ff80df5bc9439b4ee852187533c1 # tags=v2.40.0 -_RS4XX_VER=5.12.9.0 +_commit=4f37f2ef0874c1716bce223b20e46d00532ffb04 # tags=v2.41.0 +_RS4XX_VER=5.12.10.0 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 -_L5XX_VER=1.5.2.0 +_L5XX_VER=1.5.3.0 pkgname=librealsense -pkgver=v2.40.0 +pkgver=v2.41.0 pkgrel=1 -pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" +pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') @@ -22,14 +22,20 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") sha256sums=('SKIP' - 'cc42926852ea26d415b57d8e082f41deb7f951ab187cf73dcb22b8c031efd3a9' + 'c44731a31ffc76a1acb4cb34aef57e4ec5372fa70f58a73cab04294683308b10' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' - '3b97b5a92c8453cab75593ed6a11bb8a0c869d94520d4398b0638f6cb359cd68') + '187e281fb02cdc8e441fc433850ebebef01d9d9318654ec5c7499404590d1fa3') pkgver() { cd "${srcdir}/${pkgname}" git describe --tags | sed 's/-/+/g' +} + +prepare(){ + cd "${srcdir}/${pkgname}" + sed -i 's|, GROUP:="plugdev"||g' "config/99-realsense-libusb.rules" + sed -i 's|, GROUP="plugdev"||g' "config/99-realsense-libusb.rules" mkdir -p build/common/fw/ cp "../D4XX_FW_Image-${_RS4XX_VER}.bin" build/common/fw/ From 29fe7bb4ac920cc7bd34b7e75123073a779628be Mon Sep 17 00:00:00 2001 From: pingplug Date: Thu, 11 Mar 2021 10:45:26 +0800 Subject: [PATCH 54/70] Updated to v2.42.0 --- .SRCINFO | 12 ++++++------ PKGBUILD | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f6c5dcc..4345137 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = v2.41.0 + pkgver = v2.42.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,16 +10,16 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=4f37f2ef0874c1716bce223b20e46d00532ffb04 - source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.10.0.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=bc0910f8ba3c33307ff247a29dd2b9e9ef1b269d + source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.11.0.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd - source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.3.0.bin + source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.4.1.bin sha256sums = SKIP - sha256sums = c44731a31ffc76a1acb4cb34aef57e4ec5372fa70f58a73cab04294683308b10 + sha256sums = c22dd34ff8a4abfc410e5e6a9cfc44bcdf6dc99c1d6a1200709c51f88ac7b8a3 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 - sha256sums = 187e281fb02cdc8e441fc433850ebebef01d9d9318654ec5c7499404590d1fa3 + sha256sums = 1abbea33f15586c4276c5a747907c9613fbf0c1b6d2e632ac08f69bf0ec05604 pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 56aa71e..3faf6da 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=4f37f2ef0874c1716bce223b20e46d00532ffb04 # tags=v2.41.0 -_RS4XX_VER=5.12.10.0 +_commit=bc0910f8ba3c33307ff247a29dd2b9e9ef1b269d # tags=v2.42.0 +_RS4XX_VER=5.12.11.0 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 -_L5XX_VER=1.5.3.0 +_L5XX_VER=1.5.4.1 pkgname=librealsense -pkgver=v2.41.0 +pkgver=v2.42.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') @@ -22,10 +22,10 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") sha256sums=('SKIP' - 'c44731a31ffc76a1acb4cb34aef57e4ec5372fa70f58a73cab04294683308b10' + 'c22dd34ff8a4abfc410e5e6a9cfc44bcdf6dc99c1d6a1200709c51f88ac7b8a3' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' - '187e281fb02cdc8e441fc433850ebebef01d9d9318654ec5c7499404590d1fa3') + '1abbea33f15586c4276c5a747907c9613fbf0c1b6d2e632ac08f69bf0ec05604') pkgver() { cd "${srcdir}/${pkgname}" From 764729746e0f50c10fb1cb8b244ef3f7a8f9035d Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 3 Apr 2021 16:53:28 +0800 Subject: [PATCH 55/70] Updated to v2.44.0 --- .SRCINFO | 12 ++++++------ PKGBUILD | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4345137..69248fb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = v2.42.0 + pkgver = v2.44.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,16 +10,16 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=bc0910f8ba3c33307ff247a29dd2b9e9ef1b269d - source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.11.0.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=5ff27fca5aaeec4736d6bb3bfb958fee82ee198b + source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.12.100.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd - source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.4.1.bin + source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.5.0.bin sha256sums = SKIP - sha256sums = c22dd34ff8a4abfc410e5e6a9cfc44bcdf6dc99c1d6a1200709c51f88ac7b8a3 + sha256sums = 1ac04368a3a38947e4d54cd7adcd1635e56d9bb282de7ca9d96c57b98ce6965b sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 - sha256sums = 1abbea33f15586c4276c5a747907c9613fbf0c1b6d2e632ac08f69bf0ec05604 + sha256sums = 5cbbb52c604b41fa5d09f9222d0248a285e10ef3db637f6b2b0803ca8f75117b pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 3faf6da..982f3a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=bc0910f8ba3c33307ff247a29dd2b9e9ef1b269d # tags=v2.42.0 -_RS4XX_VER=5.12.11.0 +_commit=5ff27fca5aaeec4736d6bb3bfb958fee82ee198b # tags=v2.44.0 +_RS4XX_VER=5.12.12.100 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 -_L5XX_VER=1.5.4.1 +_L5XX_VER=1.5.5.0 pkgname=librealsense -pkgver=v2.42.0 +pkgver=v2.44.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') @@ -22,10 +22,10 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") sha256sums=('SKIP' - 'c22dd34ff8a4abfc410e5e6a9cfc44bcdf6dc99c1d6a1200709c51f88ac7b8a3' + '1ac04368a3a38947e4d54cd7adcd1635e56d9bb282de7ca9d96c57b98ce6965b' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' - '1abbea33f15586c4276c5a747907c9613fbf0c1b6d2e632ac08f69bf0ec05604') + '5cbbb52c604b41fa5d09f9222d0248a285e10ef3db637f6b2b0803ca8f75117b') pkgver() { cd "${srcdir}/${pkgname}" From ad13ca4aac93b5f4210ef31367fd92c863faf137 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 29 May 2021 11:18:02 +0800 Subject: [PATCH 56/70] Updated to v2.45.0 --- .SRCINFO | 14 +++++++------- PKGBUILD | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 69248fb..a6afe19 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = v2.44.0 + pkgver = v2.45.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,13 +10,13 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=5ff27fca5aaeec4736d6bb3bfb958fee82ee198b - source = https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.12.100.bin - source = https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin - source = https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd - source = https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.5.0.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=d5e775b75f7adbf75c911b7c85a4afd2f16defcb + source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.13.50.bin + source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin + source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd + source = https://librealsense.intel.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.5.0.bin sha256sums = SKIP - sha256sums = 1ac04368a3a38947e4d54cd7adcd1635e56d9bb282de7ca9d96c57b98ce6965b + sha256sums = 6ddee0ec9323b5d645dd11d538f2d379c816cd5d32364402946f12b1638149d7 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 sha256sums = 5cbbb52c604b41fa5d09f9222d0248a285e10ef3db637f6b2b0803ca8f75117b diff --git a/PKGBUILD b/PKGBUILD index 982f3a0..740c06e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=5ff27fca5aaeec4736d6bb3bfb958fee82ee198b # tags=v2.44.0 -_RS4XX_VER=5.12.12.100 +_commit=d5e775b75f7adbf75c911b7c85a4afd2f16defcb # tags=v2.45.0 +_RS4XX_VER=5.12.13.50 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 _L5XX_VER=1.5.5.0 pkgname=librealsense -pkgver=v2.44.0 +pkgver=v2.45.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') @@ -17,12 +17,12 @@ license=('Apache') makedepends=('cmake' 'git') depends=('glfw-x11' 'gtk3' 'libusb') source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" - "https://realsense-hw-public.s3.amazonaws.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" - "https://realsense-hw-public.s3.amazonaws.com/Releases/SR300/FW/SR3XX_FW_Image-${_SR300_VER}.bin" - "https://realsense-hw-public.s3.amazonaws.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" - "https://realsense-hw-public.s3.amazonaws.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") + "https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" + "https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-${_SR300_VER}.bin" + "https://librealsense.intel.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" + "https://librealsense.intel.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") sha256sums=('SKIP' - '1ac04368a3a38947e4d54cd7adcd1635e56d9bb282de7ca9d96c57b98ce6965b' + '6ddee0ec9323b5d645dd11d538f2d379c816cd5d32364402946f12b1638149d7' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' '5cbbb52c604b41fa5d09f9222d0248a285e10ef3db637f6b2b0803ca8f75117b') From e8d54cd7ba734db53b61d649966ae3f26ef4635c Mon Sep 17 00:00:00 2001 From: pingplug Date: Fri, 2 Jul 2021 09:52:03 +0800 Subject: [PATCH 57/70] Updated to v2.47.0 --- .SRCINFO | 13 ++++++------- PKGBUILD | 12 ++++++------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a6afe19..d1dac2e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = v2.45.0 + pkgver = v2.47.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,16 +10,15 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=d5e775b75f7adbf75c911b7c85a4afd2f16defcb - source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.13.50.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=8c8577fa213c39942b34e01f042c59b59ee883c3 + source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.14.50.bin source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd - source = https://librealsense.intel.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.5.0.bin + source = https://librealsense.intel.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.8.1.bin sha256sums = SKIP - sha256sums = 6ddee0ec9323b5d645dd11d538f2d379c816cd5d32364402946f12b1638149d7 + sha256sums = 8ff3e8485a9ba10362f2658468e74a17b1fcdd1ce1f2c545ab32808a999028da sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 - sha256sums = 5cbbb52c604b41fa5d09f9222d0248a285e10ef3db637f6b2b0803ca8f75117b + sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452 pkgname = librealsense - diff --git a/PKGBUILD b/PKGBUILD index 740c06e..8c49c68 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=d5e775b75f7adbf75c911b7c85a4afd2f16defcb # tags=v2.45.0 -_RS4XX_VER=5.12.13.50 +_commit=8c8577fa213c39942b34e01f042c59b59ee883c3 # tags=v2.47.0 +_RS4XX_VER=5.12.14.50 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 -_L5XX_VER=1.5.5.0 +_L5XX_VER=1.5.8.1 pkgname=librealsense -pkgver=v2.45.0 +pkgver=v2.47.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') @@ -22,10 +22,10 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://librealsense.intel.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://librealsense.intel.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") sha256sums=('SKIP' - '6ddee0ec9323b5d645dd11d538f2d379c816cd5d32364402946f12b1638149d7' + '8ff3e8485a9ba10362f2658468e74a17b1fcdd1ce1f2c545ab32808a999028da' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' - '5cbbb52c604b41fa5d09f9222d0248a285e10ef3db637f6b2b0803ca8f75117b') + '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452') pkgver() { cd "${srcdir}/${pkgname}" From e50d6346581f403c0e7d428de57cf8aaceaaffb8 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sun, 15 Aug 2021 20:47:47 +0800 Subject: [PATCH 58/70] Updated to v2.49.0 --- .SRCINFO | 12 +++++++----- PKGBUILD | 25 +++++++++++++++++-------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d1dac2e..a1e4978 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = v2.47.0 + pkgver = v2.49.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,15 +10,17 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=8c8577fa213c39942b34e01f042c59b59ee883c3 - source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.14.50.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=e9f05c55f88f6876633bd59fd1cb3848da64b699 + source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.15.50.bin source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd - source = https://librealsense.intel.com/Releases/L5xx/FW/L5XX_FW_Image-1.5.8.1.bin + source = https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin + source = https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin sha256sums = SKIP - sha256sums = 8ff3e8485a9ba10362f2658468e74a17b1fcdd1ce1f2c545ab32808a999028da + sha256sums = 1030c06e0d266fd5a2704ba38d8615c88a86758034750e58e1656b90156a2d16 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452 + sha256sums = b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0 pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 8c49c68..2035d27 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,15 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=8c8577fa213c39942b34e01f042c59b59ee883c3 # tags=v2.47.0 -_RS4XX_VER=5.12.14.50 +_commit=e9f05c55f88f6876633bd59fd1cb3848da64b699 # tags=v2.49.0 +_RS4XX_VER=5.12.15.50 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 -_L5XX_VER=1.5.8.1 +_L51X_VER=1.5.8.1 +_L53X_VER=3.5.5.1 pkgname=librealsense -pkgver=v2.47.0 +pkgver=v2.49.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') @@ -20,12 +21,14 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" "https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-${_SR300_VER}.bin" "https://librealsense.intel.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" - "https://librealsense.intel.com/Releases/L5xx/FW/L5XX_FW_Image-${_L5XX_VER}.bin") + "https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-${_L51X_VER}.bin" + "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin") sha256sums=('SKIP' - '8ff3e8485a9ba10362f2658468e74a17b1fcdd1ce1f2c545ab32808a999028da' + '1030c06e0d266fd5a2704ba38d8615c88a86758034750e58e1656b90156a2d16' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' - '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452') + '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452' + 'b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0') pkgver() { cd "${srcdir}/${pkgname}" @@ -41,7 +44,8 @@ prepare(){ cp "../D4XX_FW_Image-${_RS4XX_VER}.bin" build/common/fw/ cp "../SR3XX_FW_Image-${_SR300_VER}.bin" build/common/fw/ cp "../target-${_TM2_VER}.mvcmd" build/common/fw/ - cp "../L5XX_FW_Image-${_L5XX_VER}.bin" build/common/fw/ + cp "../L51X_FW_Image-${_L51X_VER}.bin" build/common/fw/ + cp "../L53X_FW_Image-${_L53X_VER}.bin" build/common/fw/ } build() { @@ -49,6 +53,7 @@ build() { mkdir -p build && cd build CFLAGS="${CFLAGS} -Wformat -pthread" \ CXXFLAGS="${CXXFLAGS} -Wformat -pthread" \ + unset HOME cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ @@ -66,6 +71,10 @@ build() { package() { cd "${srcdir}/${pkgname}/build" DESTDIR="${pkgdir}" make install + # why install config file to ${HOME} ? + install -dm755 "${pkgdir}/usr/share" + mv "${pkgdir}/Documents/librealsense2" "${pkgdir}/usr/share" + rmdir "${pkgdir}/Documents" cd "${srcdir}/${pkgname}/config" install -Dm644 99-realsense-libusb.rules "${pkgdir}/etc/udev/rules.d/99-realsense-libusb.rules" } From 0c1eb6b1c6d3b75290e0bd619a73ce3abd12640f Mon Sep 17 00:00:00 2001 From: pingplug Date: Fri, 12 Nov 2021 23:28:11 +0800 Subject: [PATCH 59/70] Updated to v2.50.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a1e4978..e7d9b44 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = v2.49.0 + pkgver = v2.50.0 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,14 +10,14 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=e9f05c55f88f6876633bd59fd1cb3848da64b699 - source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.12.15.50.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=c94410a420b74e5fb6a414bd12215c05ddd82b69 + source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.13.0.50.bin source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd source = https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin source = https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin sha256sums = SKIP - sha256sums = 1030c06e0d266fd5a2704ba38d8615c88a86758034750e58e1656b90156a2d16 + sha256sums = c30da0560cdfb56521ded95579f9c7c116419d217b4a71651bc5d8522b7c7dce sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452 diff --git a/PKGBUILD b/PKGBUILD index 2035d27..3c7e2cf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=e9f05c55f88f6876633bd59fd1cb3848da64b699 # tags=v2.49.0 -_RS4XX_VER=5.12.15.50 +_commit=c94410a420b74e5fb6a414bd12215c05ddd82b69 # tags=v2.50.0 +_RS4XX_VER=5.13.0.50 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 _L51X_VER=1.5.8.1 _L53X_VER=3.5.5.1 pkgname=librealsense -pkgver=v2.49.0 +pkgver=v2.50.0 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') @@ -24,7 +24,7 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-${_L51X_VER}.bin" "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin") sha256sums=('SKIP' - '1030c06e0d266fd5a2704ba38d8615c88a86758034750e58e1656b90156a2d16' + 'c30da0560cdfb56521ded95579f9c7c116419d217b4a71651bc5d8522b7c7dce' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452' From 1dd6209e6c9e728d4ef8fef3f43149c4bb66d6f0 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Sat, 21 Jan 2023 23:47:39 +0900 Subject: [PATCH 60/70] Updated to v2.53.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e7d9b44..677c0b2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = v2.50.0 + pkgver = v2.53.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,14 +10,14 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=c94410a420b74e5fb6a414bd12215c05ddd82b69 - source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.13.0.50.bin + source = git+https://github.com/IntelRealSense/librealsense#commit=23b0904ba126e87327bc2908c1a5f79342eae867 + source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.14.0.0.bin source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd source = https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin source = https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin sha256sums = SKIP - sha256sums = c30da0560cdfb56521ded95579f9c7c116419d217b4a71651bc5d8522b7c7dce + sha256sums = c956a583ee3fcea105c00164eb3a0aad28643f62d54c99ad80724dd7a6c038e8 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452 diff --git a/PKGBUILD b/PKGBUILD index 3c7e2cf..c2c31ee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=c94410a420b74e5fb6a414bd12215c05ddd82b69 # tags=v2.50.0 -_RS4XX_VER=5.13.0.50 +_commit=23b0904ba126e87327bc2908c1a5f79342eae867 # tags=v2.53.1 +_RS4XX_VER=5.14.0.0 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 _L51X_VER=1.5.8.1 _L53X_VER=3.5.5.1 pkgname=librealsense -pkgver=v2.50.0 +pkgver=v2.53.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') @@ -24,7 +24,7 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-${_L51X_VER}.bin" "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin") sha256sums=('SKIP' - 'c30da0560cdfb56521ded95579f9c7c116419d217b4a71651bc5d8522b7c7dce' + 'c956a583ee3fcea105c00164eb3a0aad28643f62d54c99ad80724dd7a6c038e8' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452' From da1c4a8ab4307ff1616392da0427ea061507aed6 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Sun, 22 Jan 2023 01:49:10 +0900 Subject: [PATCH 61/70] Install desktop entry and license --- .SRCINFO | 4 +++- PKGBUILD | 16 +++++++++++----- realsense-viewer.desktop | 9 +++++++++ 3 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 realsense-viewer.desktop diff --git a/.SRCINFO b/.SRCINFO index 677c0b2..464fcc9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. pkgver = v2.53.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache @@ -16,11 +16,13 @@ pkgbase = librealsense source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd source = https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin source = https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin + source = realsense-viewer.desktop sha256sums = SKIP sha256sums = c956a583ee3fcea105c00164eb3a0aad28643f62d54c99ad80724dd7a6c038e8 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452 sha256sums = b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0 + sha256sums = 59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21 pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index c2c31ee..1917634 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ _L53X_VER=3.5.5.1 pkgname=librealsense pkgver=v2.53.1 -pkgrel=1 +pkgrel=2 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" @@ -22,13 +22,15 @@ source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" "https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-${_SR300_VER}.bin" "https://librealsense.intel.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-${_L51X_VER}.bin" - "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin") + "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin" + "realsense-viewer.desktop") sha256sums=('SKIP' 'c956a583ee3fcea105c00164eb3a0aad28643f62d54c99ad80724dd7a6c038e8' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452' - 'b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0') + 'b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0' + '59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21') pkgver() { cd "${srcdir}/${pkgname}" @@ -75,6 +77,10 @@ package() { install -dm755 "${pkgdir}/usr/share" mv "${pkgdir}/Documents/librealsense2" "${pkgdir}/usr/share" rmdir "${pkgdir}/Documents" - cd "${srcdir}/${pkgname}/config" - install -Dm644 99-realsense-libusb.rules "${pkgdir}/etc/udev/rules.d/99-realsense-libusb.rules" + cd "${srcdir}" + install -Dm644 realsense-viewer.desktop "${pkgdir}/usr/share/applications/realsense-viewer.desktop" + cd "${srcdir}/${pkgname}" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 config/99-realsense-libusb.rules "${pkgdir}/etc/udev/rules.d/99-realsense-libusb.rules" + install -Dm644 common/res/icon_512.png "${pkgdir}"/usr/share/pixmaps/realsense-viewer.png } diff --git a/realsense-viewer.desktop b/realsense-viewer.desktop new file mode 100644 index 0000000..7052731 --- /dev/null +++ b/realsense-viewer.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=RealSense™ Viewer +Comment=Intel® RealSense™ Viewer +Exec=realsense-viewer +Icon=realsense-viewer +StartupNotify=true +Terminal=false +Type=Application +Categories=Development;Science From a13b610d60adc68b54f74a72d26b3ac7945fa022 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Wed, 7 Jun 2023 23:08:00 +0900 Subject: [PATCH 62/70] cleanup pkgbuild --- PKGBUILD | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1917634..2930eef 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,6 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=23b0904ba126e87327bc2908c1a5f79342eae867 # tags=v2.53.1 _RS4XX_VER=5.14.0.0 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 @@ -9,22 +8,22 @@ _L51X_VER=1.5.8.1 _L53X_VER=3.5.5.1 pkgname=librealsense -pkgver=v2.53.1 -pkgrel=2 +pkgver=2.53.1 +pkgrel=3 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') -makedepends=('cmake' 'git') -depends=('glfw-x11' 'gtk3' 'libusb') -source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}" +makedepends=('cmake') +depends=('glfw-x11' 'glu' 'gtk3' 'libusb') +source=("https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkgver}.tar.gz" "https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" "https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-${_SR300_VER}.bin" "https://librealsense.intel.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-${_L51X_VER}.bin" "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin" "realsense-viewer.desktop") -sha256sums=('SKIP' +sha256sums=('e09d0cca0316fa02427ce749c4e9cc8d34e3a86c127b32a8dca3ef483e71e908' 'c956a583ee3fcea105c00164eb3a0aad28643f62d54c99ad80724dd7a6c038e8' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' @@ -32,13 +31,8 @@ sha256sums=('SKIP' 'b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0' '59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21') -pkgver() { - cd "${srcdir}/${pkgname}" - git describe --tags | sed 's/-/+/g' -} - prepare(){ - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's|, GROUP:="plugdev"||g' "config/99-realsense-libusb.rules" sed -i 's|, GROUP="plugdev"||g' "config/99-realsense-libusb.rules" @@ -51,7 +45,7 @@ prepare(){ } build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" mkdir -p build && cd build CFLAGS="${CFLAGS} -Wformat -pthread" \ CXXFLAGS="${CXXFLAGS} -Wformat -pthread" \ @@ -71,7 +65,7 @@ build() { } package() { - cd "${srcdir}/${pkgname}/build" + cd "${srcdir}/${pkgname}-${pkgver}/build" DESTDIR="${pkgdir}" make install # why install config file to ${HOME} ? install -dm755 "${pkgdir}/usr/share" @@ -79,8 +73,8 @@ package() { rmdir "${pkgdir}/Documents" cd "${srcdir}" install -Dm644 realsense-viewer.desktop "${pkgdir}/usr/share/applications/realsense-viewer.desktop" - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm644 config/99-realsense-libusb.rules "${pkgdir}/etc/udev/rules.d/99-realsense-libusb.rules" - install -Dm644 common/res/icon_512.png "${pkgdir}"/usr/share/pixmaps/realsense-viewer.png + install -Dm644 common/res/icon_512.png "${pkgdir}/usr/share/pixmaps/realsense-viewer.png" } From bbeca635752efedbade0b91b0c463e1a981a7e51 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Wed, 7 Jun 2023 23:13:44 +0900 Subject: [PATCH 63/70] fix source info --- .SRCINFO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 464fcc9..a4ed6c9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,23 +1,23 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = v2.53.1 - pkgrel = 2 + pkgver = 2.53.1 + pkgrel = 3 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache makedepends = cmake - makedepends = git depends = glfw-x11 + depends = glu depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=23b0904ba126e87327bc2908c1a5f79342eae867 + source = https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.53.1.tar.gz source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.14.0.0.bin source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd source = https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin source = https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin source = realsense-viewer.desktop - sha256sums = SKIP + sha256sums = e09d0cca0316fa02427ce749c4e9cc8d34e3a86c127b32a8dca3ef483e71e908 sha256sums = c956a583ee3fcea105c00164eb3a0aad28643f62d54c99ad80724dd7a6c038e8 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 From 6b3afa4b08ffda623a20923f4b120b86c8551153 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Mon, 26 Jun 2023 03:27:51 +0900 Subject: [PATCH 64/70] fix missing dependencies for curl --- .SRCINFO | 3 ++- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a4ed6c9..cf5b55e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,12 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. pkgver = 2.53.1 - pkgrel = 3 + pkgrel = 4 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache makedepends = cmake + makedepends = git depends = glfw-x11 depends = glu depends = gtk3 diff --git a/PKGBUILD b/PKGBUILD index 2930eef..b05f523 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,12 +9,12 @@ _L53X_VER=3.5.5.1 pkgname=librealsense pkgver=2.53.1 -pkgrel=3 +pkgrel=4 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') -makedepends=('cmake') +makedepends=('cmake' 'git') depends=('glfw-x11' 'glu' 'gtk3' 'libusb') source=("https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkgver}.tar.gz" "https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" @@ -61,7 +61,7 @@ build() { -DBUILD_WITH_OPENMP=on \ -DBUILD_EXAMPLES=true \ -DBUILD_WITH_TM2=true - make + make -j4 } package() { From df03413221e2534dacd4aec76d45ba3a85587a0c Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Mon, 26 Jun 2023 03:47:52 +0900 Subject: [PATCH 65/70] fix build thread counts --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cf5b55e..371e857 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. pkgver = 2.53.1 - pkgrel = 4 + pkgrel = 5 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache diff --git a/PKGBUILD b/PKGBUILD index b05f523..68989d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ _L53X_VER=3.5.5.1 pkgname=librealsense pkgver=2.53.1 -pkgrel=4 +pkgrel=5 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" @@ -61,7 +61,7 @@ build() { -DBUILD_WITH_OPENMP=on \ -DBUILD_EXAMPLES=true \ -DBUILD_WITH_TM2=true - make -j4 + make } package() { From 5477d141c0edd411029325fc903aa3c5fe7c9e5a Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Fri, 15 Dec 2023 12:39:01 +0900 Subject: [PATCH 66/70] allow wayland support --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 371e857..fdada94 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. pkgver = 2.53.1 - pkgrel = 5 + pkgrel = 6 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache makedepends = cmake makedepends = git - depends = glfw-x11 + depends = glfw depends = glu depends = gtk3 depends = libusb diff --git a/PKGBUILD b/PKGBUILD index 68989d6..0af30f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,13 +9,13 @@ _L53X_VER=3.5.5.1 pkgname=librealsense pkgver=2.53.1 -pkgrel=5 +pkgrel=6 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') makedepends=('cmake' 'git') -depends=('glfw-x11' 'glu' 'gtk3' 'libusb') +depends=('glfw' 'glu' 'gtk3' 'libusb') source=("https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkgver}.tar.gz" "https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" "https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-${_SR300_VER}.bin" From a3ae50cf17ade414f74c3ff9f3c29106ae66dd08 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Tue, 2 Jan 2024 17:08:19 +0900 Subject: [PATCH 67/70] update version to v2.54.2 --- .SRCINFO | 16 +++++++++------- PKGBUILD | 23 ++++++++++++++--------- fix-compile-error.patch | 10 ++++++++++ 3 files changed, 33 insertions(+), 16 deletions(-) create mode 100644 fix-compile-error.patch diff --git a/.SRCINFO b/.SRCINFO index fdada94..0e1b4c2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = librealsense - pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera. - pkgver = 2.53.1 - pkgrel = 6 + pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300). + pkgver = 2.54.2 + pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache @@ -11,19 +11,21 @@ pkgbase = librealsense depends = glu depends = gtk3 depends = libusb - source = https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.53.1.tar.gz - source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.14.0.0.bin + source = https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.54.2.tar.gz + source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.15.1.0.bin source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd source = https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin source = https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin source = realsense-viewer.desktop - sha256sums = e09d0cca0316fa02427ce749c4e9cc8d34e3a86c127b32a8dca3ef483e71e908 - sha256sums = c956a583ee3fcea105c00164eb3a0aad28643f62d54c99ad80724dd7a6c038e8 + source = fix-compile-error.patch + sha256sums = e3a767337ff40ae41000049a490ab84bd70b00cbfef65e8cdbadf17fd2e1e5a8 + sha256sums = 29bd3181dcf467019e9775f4466d68380a54dc8f46ed1ca933320d6b45b87028 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452 sha256sums = b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0 sha256sums = 59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21 + sha256sums = a9e026c053655730a5d4c275a00136df12538ffc8f830c290d8157f2215e3d0b pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 0af30f8..3df9443 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_RS4XX_VER=5.14.0.0 +_RS4XX_VER=5.15.1.0 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 _L51X_VER=1.5.8.1 _L53X_VER=3.5.5.1 pkgname=librealsense -pkgver=2.53.1 -pkgrel=6 -pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera." +pkgver=2.54.2 +pkgrel=1 +pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300)." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') @@ -22,14 +22,16 @@ source=("https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkg "https://librealsense.intel.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-${_L51X_VER}.bin" "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin" - "realsense-viewer.desktop") -sha256sums=('e09d0cca0316fa02427ce749c4e9cc8d34e3a86c127b32a8dca3ef483e71e908' - 'c956a583ee3fcea105c00164eb3a0aad28643f62d54c99ad80724dd7a6c038e8' + "realsense-viewer.desktop" + "fix-compile-error.patch") +sha256sums=('e3a767337ff40ae41000049a490ab84bd70b00cbfef65e8cdbadf17fd2e1e5a8' + '29bd3181dcf467019e9775f4466d68380a54dc8f46ed1ca933320d6b45b87028' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452' 'b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0' - '59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21') + '59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21' + 'a9e026c053655730a5d4c275a00136df12538ffc8f830c290d8157f2215e3d0b') prepare(){ cd "${srcdir}/${pkgname}-${pkgver}" @@ -42,6 +44,8 @@ prepare(){ cp "../target-${_TM2_VER}.mvcmd" build/common/fw/ cp "../L51X_FW_Image-${_L51X_VER}.bin" build/common/fw/ cp "../L53X_FW_Image-${_L53X_VER}.bin" build/common/fw/ + + patch -p0 -i ../fix-compile-error.patch } build() { @@ -60,7 +64,8 @@ build() { -DBUILD_WITH_STATIC_CRT=off \ -DBUILD_WITH_OPENMP=on \ -DBUILD_EXAMPLES=true \ - -DBUILD_WITH_TM2=true + -DBUILD_WITH_TM2=true \ + -DCHECK_FOR_UPDATES=off make } diff --git a/fix-compile-error.patch b/fix-compile-error.patch new file mode 100644 index 0000000..9bf51fa --- /dev/null +++ b/fix-compile-error.patch @@ -0,0 +1,10 @@ +--- third-party/rsutils/include/rsutils/version.h 2024-01-02 16:58:12.497365990 +0900 ++++ third-party/rsutils/include/rsutils/version.h.new 2024-01-02 16:57:04.747601168 +0900 +@@ -5,6 +5,7 @@ + + #include + #include ++#include + + + struct tm; From 4bd59401872a3132714b7e7ca0901a535d79f001 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Sun, 2 Jun 2024 03:55:50 +0900 Subject: [PATCH 68/70] update version to v2.55.1 --- .SRCINFO | 9 +++------ PKGBUILD | 18 +++++++----------- fix-compile-error.patch | 10 ---------- 3 files changed, 10 insertions(+), 27 deletions(-) delete mode 100644 fix-compile-error.patch diff --git a/.SRCINFO b/.SRCINFO index 0e1b4c2..21d6839 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,24 +1,22 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300). - pkgver = 2.54.2 + pkgver = 2.55.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache makedepends = cmake - makedepends = git depends = glfw depends = glu depends = gtk3 depends = libusb - source = https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.54.2.tar.gz - source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.15.1.0.bin + source = https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.55.1.tar.gz + source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.16.0.1.bin source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd source = https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin source = https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin source = realsense-viewer.desktop - source = fix-compile-error.patch sha256sums = e3a767337ff40ae41000049a490ab84bd70b00cbfef65e8cdbadf17fd2e1e5a8 sha256sums = 29bd3181dcf467019e9775f4466d68380a54dc8f46ed1ca933320d6b45b87028 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 @@ -26,6 +24,5 @@ pkgbase = librealsense sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452 sha256sums = b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0 sha256sums = 59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21 - sha256sums = a9e026c053655730a5d4c275a00136df12538ffc8f830c290d8157f2215e3d0b pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index 3df9443..4d27657 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,20 +1,20 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_RS4XX_VER=5.15.1.0 +_RS4XX_VER=5.16.0.1 _SR300_VER=3.26.1.0 _TM2_VER=0.2.0.951 _L51X_VER=1.5.8.1 _L53X_VER=3.5.5.1 pkgname=librealsense -pkgver=2.54.2 +pkgver=2.55.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300)." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" license=('Apache') -makedepends=('cmake' 'git') +makedepends=('cmake') depends=('glfw' 'glu' 'gtk3' 'libusb') source=("https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkgver}.tar.gz" "https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" @@ -22,16 +22,14 @@ source=("https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkg "https://librealsense.intel.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-${_L51X_VER}.bin" "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin" - "realsense-viewer.desktop" - "fix-compile-error.patch") -sha256sums=('e3a767337ff40ae41000049a490ab84bd70b00cbfef65e8cdbadf17fd2e1e5a8' - '29bd3181dcf467019e9775f4466d68380a54dc8f46ed1ca933320d6b45b87028' + "realsense-viewer.desktop") +sha256sums=('54546d834ff5d8b35d9955319ad2e428f6d9ae4c61b932d1bd716ed81ad135f7' + 'a481376ac2d072de1d057fe73d74fcc00ab5da17aa63fa92c18bb8f65adf909c' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452' 'b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0' - '59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21' - 'a9e026c053655730a5d4c275a00136df12538ffc8f830c290d8157f2215e3d0b') + '59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21') prepare(){ cd "${srcdir}/${pkgname}-${pkgver}" @@ -44,8 +42,6 @@ prepare(){ cp "../target-${_TM2_VER}.mvcmd" build/common/fw/ cp "../L51X_FW_Image-${_L51X_VER}.bin" build/common/fw/ cp "../L53X_FW_Image-${_L53X_VER}.bin" build/common/fw/ - - patch -p0 -i ../fix-compile-error.patch } build() { diff --git a/fix-compile-error.patch b/fix-compile-error.patch deleted file mode 100644 index 9bf51fa..0000000 --- a/fix-compile-error.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- third-party/rsutils/include/rsutils/version.h 2024-01-02 16:58:12.497365990 +0900 -+++ third-party/rsutils/include/rsutils/version.h.new 2024-01-02 16:57:04.747601168 +0900 -@@ -5,6 +5,7 @@ - - #include - #include -+#include - - - struct tm; From d73cb5a4123f4e1c7eb7e86caee5eb9c1da1ae65 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Sun, 2 Jun 2024 04:14:55 +0900 Subject: [PATCH 69/70] drop tm2 code --- .SRCINFO | 2 -- PKGBUILD | 5 ----- 2 files changed, 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 21d6839..ad3f53e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -13,14 +13,12 @@ pkgbase = librealsense source = https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.55.1.tar.gz source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.16.0.1.bin source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin - source = https://librealsense.intel.com/Releases/TM2/FW/target/0.2.0.951/target-0.2.0.951.mvcmd source = https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin source = https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin source = realsense-viewer.desktop sha256sums = e3a767337ff40ae41000049a490ab84bd70b00cbfef65e8cdbadf17fd2e1e5a8 sha256sums = 29bd3181dcf467019e9775f4466d68380a54dc8f46ed1ca933320d6b45b87028 sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1 - sha256sums = 0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0 sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452 sha256sums = b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0 sha256sums = 59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21 diff --git a/PKGBUILD b/PKGBUILD index 4d27657..4bab24d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,6 @@ _RS4XX_VER=5.16.0.1 _SR300_VER=3.26.1.0 -_TM2_VER=0.2.0.951 _L51X_VER=1.5.8.1 _L53X_VER=3.5.5.1 @@ -19,14 +18,12 @@ depends=('glfw' 'glu' 'gtk3' 'libusb') source=("https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkgver}.tar.gz" "https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin" "https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-${_SR300_VER}.bin" - "https://librealsense.intel.com/Releases/TM2/FW/target/${_TM2_VER}/target-${_TM2_VER}.mvcmd" "https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-${_L51X_VER}.bin" "https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-${_L53X_VER}.bin" "realsense-viewer.desktop") sha256sums=('54546d834ff5d8b35d9955319ad2e428f6d9ae4c61b932d1bd716ed81ad135f7' 'a481376ac2d072de1d057fe73d74fcc00ab5da17aa63fa92c18bb8f65adf909c' 'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1' - '0265fd111611908b822cdaf4a3fe5b631c50539b2805d2f364c498aa71c007c0' '87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452' 'b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0' '59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21') @@ -39,7 +36,6 @@ prepare(){ mkdir -p build/common/fw/ cp "../D4XX_FW_Image-${_RS4XX_VER}.bin" build/common/fw/ cp "../SR3XX_FW_Image-${_SR300_VER}.bin" build/common/fw/ - cp "../target-${_TM2_VER}.mvcmd" build/common/fw/ cp "../L51X_FW_Image-${_L51X_VER}.bin" build/common/fw/ cp "../L53X_FW_Image-${_L53X_VER}.bin" build/common/fw/ } @@ -60,7 +56,6 @@ build() { -DBUILD_WITH_STATIC_CRT=off \ -DBUILD_WITH_OPENMP=on \ -DBUILD_EXAMPLES=true \ - -DBUILD_WITH_TM2=true \ -DCHECK_FOR_UPDATES=off make } From 5e86853d8d841c0aeab8a5a4d7a36d332b5b1a38 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Mon, 28 Apr 2025 23:27:27 +0900 Subject: [PATCH 70/70] add support for cmake version 4 --- .SRCINFO | 2 +- PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ad3f53e..b9927a1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300). pkgver = 2.55.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/IntelRealSense/librealsense arch = x86_64 license = Apache diff --git a/PKGBUILD b/PKGBUILD index 4bab24d..91020c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ _L53X_VER=3.5.5.1 pkgname=librealsense pkgver=2.55.1 -pkgrel=1 +pkgrel=2 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300)." arch=('x86_64') url="https://github.com/IntelRealSense/librealsense" @@ -47,6 +47,7 @@ build() { CXXFLAGS="${CXXFLAGS} -Wformat -pthread" \ unset HOME cmake .. \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_SBINDIR=bin \