%general-entities; ]> $LastChangedBy$ $Date$ frei0r-plugins-&frei0r-version; frei0r Introduction to Frei0r-plugins Frei0r is a minimalistic plugin API for video effects. Note that the 0 in the name is a zero, not a capital letter o. &lfs83_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &frei0r-md5sum; Download size: &frei0r-size; Estimated disk space required: &frei0r-buildsize; Estimated build time: &frei0r-time; Frei0r-plugins Dependencies Recommended and Optional User Notes: Installation of Frei0r-plugins Install Frei0r by running the following commands: sed -i 's/CV_RGB/cv::Scalar/' src/filter/facebl0r/facebl0r.cpp && mkdir -vp build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DOpenCV_DIR=/usr/share/OpenCV \ -Wno-dev .. && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed ... facebl0r.cpp: This command fixes a build problem with the current opencv dependency. -DOpenCV_DIR=/usr/share/OpenCV: This parameter helps the make procedure to find the libippicv.a library, installed under that directory tree. : This option instructs the make procedure to disable building plugins dependent upon gavl. : This option instructs the make procedure to disable building plugins dependent upon OpenCV. Contents Installed Program Installed Libraries Installed Directories None Over 120 video effects plugins /usr/lib/frei0r-1