notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2023Q2
vapoursynth Video processing framework with simplicity in mind
r54_1 multimedia on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout r54_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-05-04 05:21:02
Last Update: 2023-05-04 05:15:21
Commit Hash: e2dd7a8
License: LGPL21+
WWW:
https://www.vapoursynth.com/
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. It came to be when I started thinking about alternative designs for Avisynth and most of it was written over a 3 month period. The software has been heavily inspired by Avisynth and aims to be a 21st century rewrite, taking advantage of the advancements computers have made since the late 90s. The main features compared to Avisynth are: * Multithreaded - Frame level multithreading that scales well * Generalized Colorspaces - New colorspaces can be specified at runtime * Per Frame Properties - Additional metadata can be attached to frames * Python Based - The scripting part is implemented as a Python module so you don't have to learn a special language * Support for video with format changes - Some video just can't stick to one format or frame size. VapourSynth can handle any kind of change * Compatible with a large number of already existing Avisynth plugins
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (30 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/vapoursynth-r54_1/catalog.mk
  3. /usr/local/share/licenses/vapoursynth-r54_1/LICENSE
  4. /usr/local/share/licenses/vapoursynth-r54_1/LGPL21+
  5. bin/vspipe
  6. include/vapoursynth/VSHelper.h
  7. include/vapoursynth/VSScript.h
  8. include/vapoursynth/VapourSynth.h
  9. lib/libvapoursynth-script.a
  10. lib/libvapoursynth-script.so
  11. lib/libvapoursynth-script.so.0
  12. lib/libvapoursynth-script.so.0.0.0
  13. lib/libvapoursynth.a
  14. lib/libvapoursynth.so
  15. lib/python3.9/site-packages/vapoursynth.so
  16. libdata/pkgconfig/vapoursynth-script.pc
  17. libdata/pkgconfig/vapoursynth.pc
  18. lib/vapoursynth/libeedi3.so
  19. lib/vapoursynth/libimwri.so
  20. lib/vapoursynth/libmiscfilters.so
  21. lib/vapoursynth/libmorpho.so
  22. lib/vapoursynth/libocr.so
  23. lib/vapoursynth/libremovegrain.so
  24. lib/vapoursynth/libsubtext.so
  25. lib/vapoursynth/libvinverse.so
  26. lib/vapoursynth/libvivtc.so
  27. share/man/man1/vspipe.1.gz
  28. @owner
  29. @group
  30. @mode
Collapse this list.
Dependency lines:
  • vapoursynth>0:multimedia/vapoursynth
To install the port:
cd /usr/ports/multimedia/vapoursynth/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/vapoursynth
  • pkg install vapoursynth
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: vapoursynth
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1626721847 SHA256 (vapoursynth-vapoursynth-R54_GH0.tar.gz) = ad0c446adcb3877c253dc8c1372a053ad35022bcf42600889b927d2797c5330b SIZE (vapoursynth-vapoursynth-R54_GH0.tar.gz) = 631275

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. sekrit-twc-zimg>=2.9.3 : graphics/sekrit-twc-zimg
  2. sphinx-build : textproc/py-sphinx
  3. nasm : devel/nasm
  4. gmake>=4.3 : devel/gmake
  5. pkgconf>=1.3.0_1 : devel/pkgconf
  6. makeinfo : print/texinfo
  7. cython-3.9 : lang/cython@py39
  8. python3.9 : lang/python39
  9. autoconf>=2.71 : devel/autoconf
  10. automake>=1.16.5 : devel/automake
  11. libtoolize : devel/libtool
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
  2. indexinfo : print/indexinfo
Library dependencies:
  1. libavcodec.so : multimedia/ffmpeg
  2. libass.so : multimedia/libass
  3. libzimg.so : graphics/sekrit-twc-zimg
  4. libtesseract.so : graphics/tesseract
  5. libMagick++-7.so : graphics/ImageMagick7
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for vapoursynth-r54_1: DEBUG=off: Build with debugging support DOCS=on: Build and/or install documentation FRAME_GUARD=off: Check integrity after each filter SIMD=on: Use CPU-specific optimizations ====> Components CORE=on: Core library PYTHON=on: Python bindings or support VSPIPE=on: Command line interface VSSCRIPT=on: Scripting library ====> Plugins ASS=on: Subtitles rendering via libass EEDI3=on: Very slow edge directed interpolation IMAGEMAGICK=on: ImageMagick image processing support MISCFILTERS=on: Miscellaneous filters MORPHO=on: Morphological filter TESSERACT=on: Optical Character Recognition via Tesseract REMOVEGRAIN=on: 3x3 median and convolution denoising VINVERSE=on: Remove residual combing VIVTC=on: Field matching, inverse telecine and decimation ===> Use 'make config' to modify these settings
Options name:
multimedia_vapoursynth
USES:
autoreconf gmake libtool localbase pathfix pkgconfig iconv compiler:c++11-lib makeinfo compiler:c++11-lib magick:7 python:3.3+ compiler:c++11-lib compiler:c++11-lib python:3.3+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/vapoursynth/vapoursynth/tar.gz/R54?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
r54_1
04 May 2023 05:15:21
commit hash: e2dd7a8055f88501c31104ca26783c0d36edb35bcommit hash: e2dd7a8055f88501c31104ca26783c0d36edb35bcommit hash: e2dd7a8055f88501c31104ca26783c0d36edb35bcommit hash: e2dd7a8055f88501c31104ca26783c0d36edb35b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
multimedia/vapoursynth: drop maintainership

(cherry picked from commit a6bd925bd8b0cde42d879e28ab5a0b2aca5e201e)

Number of commits found: 1