Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93b3a84bab | ||
|
|
936b2b67d0 | ||
|
|
6b5d388842 | ||
|
|
795349af0b | ||
|
|
44d954355c | ||
|
|
abd9ff08ce | ||
|
|
f0b7bf01a1 | ||
|
|
c8346d4733 | ||
|
|
5daa4b5211 | ||
|
|
8ad2c91b43 | ||
|
|
545fd14354 | ||
|
|
842c8dcdb2 | ||
|
|
f3923a5b82 | ||
|
|
7e5eb2106e | ||
|
|
1249e2df9d | ||
|
|
4009e84cf2 | ||
|
|
d2d28cac2b |
1 changed files with 52 additions and 0 deletions
52
librealsense.yaml
Normal file
52
librealsense.yaml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
# === Information about this module ==================================
|
||||
# (Can be copied from the main RPM package, but doesn't need to be)
|
||||
summary: Cross-platform camera capture for Intel RealSense
|
||||
description: >-
|
||||
The Intel RealSense SDK is a cross-platform library (Linux, OSX,
|
||||
Windows) for capturing data from the Intel RealSense D400 and SR 300
|
||||
depth cameras.
|
||||
|
||||
# === License of this modulemd file ==================================
|
||||
# (Package licenses will be added automatically by the build system)
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
|
||||
# === Modular dependencies ===========================================
|
||||
# (For which Fedora releases to build?)
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [] # <- Build for all Fedora releases
|
||||
requires:
|
||||
platform: [] # <- Run on all Fedora releases
|
||||
|
||||
# === Module API (optional, but encouraged) ==========================
|
||||
# (Which packages are API-stable?)
|
||||
api:
|
||||
rpms:
|
||||
- librealsense
|
||||
|
||||
# === Installation profiles (optional, but encouraged) ===============
|
||||
# (Helping users with installation by providing predefined groups)
|
||||
profiles:
|
||||
default: # <- Name of the profile
|
||||
description: A standard installation.
|
||||
rpms:
|
||||
- librealsense
|
||||
dev: # <- Name of the profile
|
||||
description: Development with librealsense.
|
||||
rpms:
|
||||
- librealsense
|
||||
- librealsense-devel
|
||||
|
||||
# === Packages in this module ========================================
|
||||
# (Referenced by their dist-git repo name + branch name)
|
||||
components:
|
||||
rpms:
|
||||
librealsense:
|
||||
ref: master
|
||||
rationale: Main package
|
||||
buildorder: 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue