update shim packages

This commit is contained in:
github-actions[bot]
2026-03-14 21:33:41 +00:00
commit 8fcd620050
60 changed files with 4138 additions and 0 deletions

24
ffmpeg/pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[build-system]
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
build-backend = "setuptools.build_meta"
[project]
name = "ffmpeg"
version = "7.1.0"
description = "FFmpeg media tools and libraries (minimal build for openpilot) (pre-built)"
requires-python = ">=3.8"
[project.scripts]
"ffmpeg" = "ffmpeg:_run_ffmpeg"
"ffprobe" = "ffmpeg:_run_ffprobe"
[tool.setuptools.packages.find]
include = ["ffmpeg*"]
[tool.setuptools.package-data]
ffmpeg = ["install/**/*", "*.so"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "ffmpeg/v7.1.0"
datadir = "install"