added git to makedepends

This commit is contained in:
Massimiliano Torromeo 2025-07-01 17:38:09 +02:00
parent 5e86853d8d
commit bdb1236e0d
No known key found for this signature in database
GPG Key ID: 11675C743429DDEF
2 changed files with 4 additions and 3 deletions

View File

@ -6,6 +6,7 @@ pkgbase = librealsense
arch = x86_64
license = Apache
makedepends = cmake
makedepends = git
depends = glfw
depends = glu
depends = gtk3
@ -16,8 +17,8 @@ pkgbase = librealsense
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 = 54546d834ff5d8b35d9955319ad2e428f6d9ae4c61b932d1bd716ed81ad135f7
sha256sums = a481376ac2d072de1d057fe73d74fcc00ab5da17aa63fa92c18bb8f65adf909c
sha256sums = c4ac2144df13c3a64fca9d16c175595c903e6e45f02f0f238630a223b07c14d1
sha256sums = 87a9a91b613d9d807b2bfc424abe9cac63cad75dfc04718592c44777cb0b4452
sha256sums = b837b2cff2b270b89eed3c0b212ab4108389a20b6e07c19dd5957918ff9ce7e0

View File

@ -13,7 +13,7 @@ pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® Re
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"