From 8df8ab3ff4395de10617720a94321d62870e13f9 Mon Sep 17 00:00:00 2001 From: pingplug Date: Fri, 2 Oct 2020 23:41:08 +0800 Subject: [PATCH] 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() {