-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpixi.toml
More file actions
46 lines (43 loc) · 954 Bytes
/
pixi.toml
File metadata and controls
46 lines (43 loc) · 954 Bytes
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
[project]
name = "spatialmp4"
channels = ["conda-forge"]
platforms = ["linux-64"]
[tasks]
build-ffmpeg = "bash scripts/build_ffmpeg.sh"
build = "cmake -G Ninja -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -B build -S . && cmake --build build"
rebuild = "rm -rf build; cmake -B build -S . && cmake --build build"
test = "cd build && VIDEO=../video/test.mp4 ./test_reader"
test-python = "pytest -s python/tests"
[dependencies]
cmake = ">=3.24.1,<4.0"
ninja = ">=1.13.0,<2"
make = "*"
pkg-config = "*"
zlib = "*"
libpng = ">=1.6.43,<2"
libjpeg-turbo = "*"
freetype = "*"
harfbuzz = "*"
libass = "*"
fontconfig = "*"
expat = "*"
glib = "*"
pcre = "*"
graphite2 = "*"
fribidi = "*"
brotli = "*"
tbb = ">=2021.9.0,<2023"
pytest = ">=8.4.1,<9"
setuptools = ">=80.9.0,<81"
jpeg = ">=9e,<10a"
libvorbis = ">=1.3.7,<2"
numpy = "<2.0"
pip = ">=25.1.1,<26"
[target.linux-64.dependencies]
gcc = "*"
gxx = "*"
libdrm = "*"
libxcb = "*"
libva = "*"
alsa-lib = "*"
libuuid = "*"