Updated to v2.16.5

This commit is contained in:
pingplug 2018-11-29 21:37:28 +08:00
parent e988f2244a
commit 9e741bf126
2 changed files with 6 additions and 5 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)
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

View File

@ -1,9 +1,9 @@
# Maintainer: pingplug <pingplug@foxmail.com>
# Contributr: Patrick José Pereira <positivcheg94@gmail.com>
_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
}