summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYichao Zhou2020-03-17 01:30:58 -0700
committerYichao Zhou2020-03-17 01:32:41 -0700
commitbea1cfd96b7333ba8da2a139247bce36ad3674ba (patch)
tree40a2e93d1426a193842a8cb65c0c89d2fe0e828f
parent978c9a525f71add1e11fa806fb40be3602f08624 (diff)
downloadaur-bea1cfd96b7333ba8da2a139247bce36ad3674ba.tar.gz
Version bump and compile examples
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a92cf0ddabae..f62fd607047f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librealsense-git
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
diff --git a/PKGBUILD b/PKGBUILD
index d044be3d0825..03c14e34e578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=librealsense-git
pkgname=(librealsense-git python-pyrealsense2-git)
_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')
@@ -36,7 +36,7 @@ build() {
-DBUILD_WITH_STATIC_CRT=off \
-DBUILD_WITH_OPENMP=on \
-DBUILD_WITH_TM2=true \
- -DBUILD_EXAMPLES=false \
+ -DBUILD_EXAMPLES=true \
-DFORCE_LIBUVC=true \
-DBUILD_PYTHON_BINDINGS=true
make