Compare commits

...

15 Commits

Author SHA1 Message Date
Sebastiaan de Schaetzen (automated)
3811d5c415 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 9s
Workflows / Build and Push (push) Successful in 20m22s
2025-11-28 11:43:41 +01:00
Sebastiaan de Schaetzen (automated)
0a54d3e113 Merge remote-tracking branch 'aur/master' 2025-11-28 11:43:38 +01:00
Naoto Kondo
ab44e29f85 Update version to v2.56.5 2025-09-28 01:26:45 +09:00
Sebastiaan de Schaetzen (automated)
da5cfe8345 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 10s
Workflows / Build and Push (push) Successful in 10m21s
2025-08-28 02:03:13 +02:00
Sebastiaan de Schaetzen (automated)
8725066ec0 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 8s
Workflows / Build and Push (push) Successful in 16m33s
2025-08-25 02:03:34 +02:00
Sebastiaan de Schaetzen (automated)
64d11cb5bf Bump pkgrel
Some checks failed
Workflows / Wake Runner (push) Successful in 9s
Workflows / Build and Push (push) Failing after 1m41s
2025-08-24 02:04:17 +02:00
Sebastiaan de Schaetzen (automated)
7d41fb01bc Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 7s
Workflows / Build and Push (push) Successful in 17m16s
2025-08-16 02:02:41 +02:00
Sebastiaan de Schaetzen (automated)
ba1a9104b1 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 12s
Workflows / Build and Push (push) Successful in 18m33s
2025-08-14 02:02:26 +02:00
Sebastiaan de Schaetzen (automated)
774c609223 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 20s
Workflows / Build and Push (push) Successful in 10m21s
2025-08-11 02:02:29 +02:00
Sebastiaan de Schaetzen (automated)
329f4a5370 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 6s
Workflows / Build and Push (push) Successful in 17m22s
2025-07-16 02:03:10 +02:00
Sebastiaan de Schaetzen (automated)
d78447b444 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 6s
Workflows / Build and Push (push) Successful in 12m6s
2025-07-09 02:02:05 +02:00
Sebastiaan de Schaetzen (automated)
f9a0bf9f2f Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 13s
Workflows / Build and Push (push) Successful in 16m56s
2025-07-03 02:03:09 +02:00
Sebastiaan de Schaetzen (automated)
e043779cc3 Merge remote-tracking branch 'aur/master' 2025-07-03 02:03:09 +02:00
Massimiliano Torromeo
8c21a3cea4 updated to 2.56.3 2025-07-01 19:04:50 +02:00
Massimiliano Torromeo
bdb1236e0d added git to makedepends 2025-07-01 17:38:09 +02:00
2 changed files with 22 additions and 24 deletions

View File

@@ -1,26 +1,25 @@
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 = 2
pkgver = 2.56.5
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.55.1.tar.gz
source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.16.0.1.bin
source = https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.56.5.tar.gz
source = https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.17.0.10.bin
source = https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.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
source = realsense-viewer.desktop
sha256sums = e3a767337ff40ae41000049a490ab84bd70b00cbfef65e8cdbadf17fd2e1e5a8
sha256sums = 29bd3181dcf467019e9775f4466d68380a54dc8f46ed1ca933320d6b45b87028
sha256sums = 58b2029eb7179afc7ea893c25be38a65b42c5b6d27330c8c611bc0e0a4ac5a85
sha256sums = a7e10cf7b011929df2bfc6347d87471372621cc937c96cb529c3846f26b60f1c
sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1
sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452
sha256sums = b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0
sha256sums = 59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21
pkgname = librealsense

View File

@@ -1,31 +1,28 @@
# Maintainer: pingplug < aur at pingplug dot me >
# Contributr: Patrick José Pereira < positivcheg94 at gmail dot com >
_RS4XX_VER=5.16.0.1
_RS4XX_VER=5.17.0.10
_SR300_VER=3.26.1.0
_L51X_VER=1.5.8.1
_L53X_VER=3.5.5.1
pkgname=librealsense
pkgver=2.55.1
pkgrel=52
pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300)."
pkgver=2.56.5
pkgrel=2
pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras."
arch=('x86_64')
url="https://github.com/IntelRealSense/librealsense"
license=('Apache')
makedepends=('cmake')
makedepends=('cmake' 'git')
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/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'
sha256sums=('58b2029eb7179afc7ea893c25be38a65b42c5b6d27330c8c611bc0e0a4ac5a85'
'a7e10cf7b011929df2bfc6347d87471372621cc937c96cb529c3846f26b60f1c'
'c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1'
'87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452'
'b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0'
'59281f91e7d471a7dde1cf7207eddd8624e05218cc4301ee52e4c453a0c8ab21')
prepare(){
@@ -37,7 +34,6 @@ prepare(){
cp "../D4XX_FW_Image-${_RS4XX_VER}.bin" build/common/fw/
cp "../SR3XX_FW_Image-${_SR300_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() {
@@ -47,7 +43,6 @@ 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 \
@@ -64,14 +59,18 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}/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}"
install -Dm644 realsense-viewer.desktop "${pkgdir}/usr/share/applications/realsense-viewer.desktop"
cd "${srcdir}/${pkgname}-${pkgver}"
# Install udev rules
install -Dm644 "config/99-realsense-libusb.rules" "${pkgdir}/usr/lib/udev/rules.d/99-realsense-libusb.rules"
install -Dm644 "config/99-realsense-d4xx-mipi-dfu.rules" "${pkgdir}/usr/lib/udev/rules.d/99-realsense-d4xx-mipi-dfu.rules"
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 "$srcdir/realsense-viewer.desktop" "${pkgdir}/usr/share/applications/realsense-viewer.desktop"
}