Frei0r is a minimalistic plugin API for video effects. Note that the 0 in the name is a zero, not a capital letter o.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/dyne/frei0r/archive/v2.5.0/frei0r-2.5.0.tar.gz
Download SHA256 Sum: c511aeb51faeb0de2afe47327c30026d5b76ccc910a0b93d286029f07d29c656
Download MD5 sum: 2d6ed336561e9c4e10bdb7d0cecd06af
Download size: 13,717.2 KB
Estimated disk space required: 31,881.8 KB
Estimated build time: less than 0.5 SBU
"doxygen" and "opencv"
Prepare Frei0r by running the following commands:
cmake -B build -W no-dev \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=ReleaseTo Build the package, issue:
cmake --build build
This package does not come with a test suite.
Now Install the package, as the root user:
cmake --install build
-D WITHOUT_OPENCV=TRUE: This option instructs the make
procedure to disable building plugins dependent upon opencv.
-D WITHOUT_GAVL=TRUE: This option instructs the make
procedure to disable building plugins dependent upon gavl.