Updated to v2.50.0

This commit is contained in:
pingplug 2021-11-12 23:28:11 +08:00
parent e50d634658
commit 0c1eb6b1c6
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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'