GET /api/v1/ports/vapoursynth/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "vapoursynth",
"portdir": "multimedia/vapoursynth",
"version": "65",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/vapoursynth/vapoursynth",
"description": "A video processing framework with simplicity in mind",
"long_description": "VapourSynth is an application for video manipulation. Or a plugin. Or a library. It’s hard to tell because it has a core library written in C++ and a Python module to allow video scripts to be created. The software has been heavily inspired by Avisynth.",
"active": true,
"categories": [
"multimedia",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 993
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-cython",
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ImageMagick",
"zimg",
"ffmpeg",
"libass",
"libiconv",
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"av1an"
]
}
]
}