-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconandata.yml
More file actions
77 lines (77 loc) · 2.44 KB
/
conandata.yml
File metadata and controls
77 lines (77 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
sources:
"latest":
"local_root": '/path/to/local/sources/' # e.g. extraced from the Release Assets, or pulled individually.
"ffmpeg":
# Order of preference: local (if found) > commit > tag/branch
"local": "ffmpeg"
# "commit": "140fd653aed8cad774f991ba083e2d01e86420c7"
"tag": "n8.0"
"amf":
"local": 'amf'
# "commit": "16f7d73e0b45c473e903e46981ed0b91efc4c091"
"tag": "v1.4.36"
"nvcodecheaders":
"local": 'nvcodecheaders'
"tag": 'n12.2.72.0'
"vulkan":
"local": 'vulkan'
"tag": 'vulkan-sdk-1.4.313'
"libvpl":
"local": "libvpl"
"tag": "v2.15.0"
"libva":
"local": "libva"
"commit": "4c8971cdeb1a9d2243d2a78a7bc0e1a04ec0a8c9" # commit to support VA-API 1.23 on rolling releases
# "tag": "2.22.0"
"libvdpau":
"local": "libvdpau"
"tag": "1.5"
"v6.0.0-beta3":
"local_root": '/path/to/local/sources/' # e.g. extraced from the Release Assets, or pulled individually.
"ffmpeg":
# Order of preference: local (if found) > commit > tag/branch
"local": "ffmpeg"
# "commit": "140fd653aed8cad774f991ba083e2d01e86420c7"
"tag": "n8.0"
"amf":
"local": 'amf'
# "commit": "16f7d73e0b45c473e903e46981ed0b91efc4c091"
"tag": "v1.4.36"
"nvcodecheaders":
"local": 'nvcodecheaders'
"tag": 'n12.2.72.0'
"vulkan":
"local": 'vulkan'
"tag": 'vulkan-sdk-1.4.313'
"libvpl":
"local": "libvpl"
"tag": "v2.15.0"
"libva":
"local": "libva"
"commit": "4c8971cdeb1a9d2243d2a78a7bc0e1a04ec0a8c9" # commit to support VA-API 1.23 on rolling releases
# "tag": "2.22.0"
"libvdpau":
"local": "libvdpau"
"tag": "1.5"
repos:
"ffmpeg":
"git": "https://git.ffmpeg.org/ffmpeg.git"
"amf":
"git": "https://github.com/GPUOpen-LibrariesAndSDKs/AMF"
"sparse": # conanfile supports sparse-checkouts of lists or a single string and supports adding both files & folders
- "amf/public/include"
- "LICENSE.txt"
"nvcodecheaders":
"git": "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git"
"vulkan":
"git": "https://github.com/KhronosGroup/Vulkan-Headers.git"
"sparse":
- "include"
- "LICENSES"
- "LICENSE.md"
"libvpl":
"git": "https://github.com/oneapi-src/oneVPL.git"
"libva":
"git": "https://github.com/intel/libva.git"
"libvdpau":
"git": "https://gitlab.freedesktop.org/vdpau/libvdpau.git"