- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry
Makefile changes:
- Add LICENSE
- Update MASTER_SITES
- Use gnomehack for proper pc file installation
- Hack documentation installation to make it optional, it needed patched
to install in the correct location anyways
- Disable CPU optimizations by default
PR: ports/150871
Submitted by: Jason E. Hale (maintainer)
- Install plugins instead of just a header file
- Mark MAKE_JOBS_SAFE
- Pass maintainership to submitter
PR: 133861
Submitted by: Jason E. Hale <bsdkaffee at gmail dot com>
Frei0r is a minimalistic plugin API for video sources and filters. The
behaviour of the effects can be controlled from the host by simple
parameters. The intent is to solve the recurring reimplementation or
adaptation issue of standard effects.
It is not meant as a generic API for all kinds of video applications.
There is no support for the requirements of special application areas
like non linear editors, hardware accelerated shader effects, and high
precision video processing. These advanced issues are not even solved
satisfactory for non cross application plugin apis and are still an
evolving field.
The frei0r API is not meant to be a competing standard to more
ambitious efforts.
WWW: http://www.piksel.org/frei0r