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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://github.com/haasn/libplacebo/archive/refs/tags/v6.338.1/libplacebo-6.338.1.tar.gz
Download MD5 sum: 0b92af743309c406e214e28c7b99a082
Download size: 824 KB
Estimated disk space required: 41 MB
Estimated build time: 0.4 SBU
FFmpeg-6.1 and Glad-2.0.4
Glslang-13.1.1 and Vulkan-Loader-1.3.273
Little CMS-2.14 libunwind-1.6.2, dovi_tool, Nuklear, and xxHash
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.
Now, as the root
user:
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-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.