%general-entities; ]> libplacebo-&libplacebo-version; libplacebo Introduction to libplacebo The libplacebo package contains a library for processing image and video primitives and shaders. It also includes a high quality rendering pipeline that supports OpenGL and Vulkan. &lfs120_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libplacebo-md5sum; Download size: &libplacebo-size; Estimated disk space required: &libplacebo-buildsize; Estimated build time: &libplacebo-time; libplacebo Dependencies Required and Recommended and Optional , dovi_tool, Nuklear, and xxHash Installation of libplacebo Install libplacebo by running the following commands: mkdir build && cd build && meson setup .. \ --prefix=/usr \ --buildtype=release \ -Dtests=true \ -Ddemos=false && ninja To test the results, issue: ninja test. One test, opengl_surfaceless.c, is known to fail. Now, as the root user: ninja install Command Explanations -Ddemos=false: This switch disables building the demo programs because building plplay is currently broken. -Dtests=true: This switch enables building the code necessary to run the tests. Contents Installed Programs Installed Libraries Installed Directories None libplacebo.so /usr/include/libplacebo Short Descriptions libplacebo.so processes image and video primitives and shaders and provides a high quality rendering pipeline for OpenGL and Vulkan libplacebo.so