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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
vapoursynth Video processing framework with simplicity in mind
r66 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 r66Version 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: 2016-04-10 01:11:12
Last Update: 2024-03-10 15:54:24
Commit Hash: 352a035
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

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/vapoursynth-r66/catalog.mk
  3. /usr/local/share/licenses/vapoursynth-r66/LICENSE
  4. /usr/local/share/licenses/vapoursynth-r66/LGPL21+
  5. bin/vspipe
  6. include/vapoursynth/VSConstants4.h
  7. include/vapoursynth/VSHelper.h
  8. include/vapoursynth/VSHelper4.h
  9. include/vapoursynth/VSScript.h
  10. include/vapoursynth/VSScript4.h
  11. include/vapoursynth/VapourSynth.h
  12. include/vapoursynth/VapourSynth4.h
  13. lib/libvapoursynth-script.so
  14. lib/libvapoursynth-script.so.0
  15. lib/libvapoursynth-script.so.0.0.0
  16. lib/libvapoursynth.so
  17. lib/python3.9/site-packages/vapoursynth.so
  18. libdata/pkgconfig/vapoursynth-script.pc
  19. libdata/pkgconfig/vapoursynth.pc
  20. @owner
  21. @group
  22. @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 = 1710077749 SHA256 (vapoursynth-vapoursynth-R66_GH0.tar.gz) = e2c82b1f583adbc33dabbe59c0dc65e6aede70dedebe79be94155cb38d418b2c SIZE (vapoursynth-vapoursynth-R66_GH0.tar.gz) = 1878159

Packages (timestamps in pop-ups are UTC):
vapoursynth
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestr66r66-r66r66---
FreeBSD:13:quarterlyr66r66-r66r66r65r65r65
FreeBSD:14:latestr66r66-r66r66--r54_4
FreeBSD:14:quarterlyr66r66-r66r66r65r65r65
FreeBSD:15:latestr66r66n/ar65n/ar65r65r65
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nasm : devel/nasm
  2. sphinx-build : textproc/py-sphinx
  3. py39-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py39
  4. gmake>=4.4.1 : devel/gmake
  5. cython-3.9 : lang/cython@py39
  6. python3.9 : lang/python39
  7. pkgconf>=1.3.0_1 : devel/pkgconf
  8. autoconf>=2.71 : devel/autoconf
  9. automake>=1.16.5 : devel/automake
  10. libtoolize : devel/libtool
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
Library dependencies:
  1. libzimg.so : graphics/sekrit-twc-zimg
This port is required by:
for Build
  1. graphics/vapoursynth-waifu2x-ncnn-vulkan
  2. graphics/vapoursynth-waifu2x-w2xc
  3. multimedia/ffms2
  4. multimedia/vapoursynth-l-smash-works
  5. multimedia/vapoursynth-vmaf
for Libraries
  1. multimedia/av1an
  2. multimedia/avidemux
  3. multimedia/avidemux-cli
  4. multimedia/avidemux-plugins
  5. multimedia/avidemux-qt5

Configuration Options:
===> The following configuration options are available for vapoursynth-r66: DEBUG=off: Build with debugging support DOCS=on: Build and/or install documentation FRAME_GUARD=off: Check integrity after each filter ===> Use 'make config' to modify these settings
Options name:
multimedia_vapoursynth
USES:
autoreconf compiler:c++17-lang gmake libtool localbase pathfix python pkgconfig
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/R66?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port