UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

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.

Package info

Template: meson
Codename: libplacebo
Source file: libplacebo-7.351.0.tar.gz
Source file size: 848715
Source file MD5-checkum: 2bd64e3591e4689b29669cd915aa22a4
Source directory: libplacebo-7.351.0
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/l/libplacebo-7.351.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/l/libplacebo-7.351.0.tar.gz.md5sum
Dependances: lcms2, ffmpeg, glslang, Vulkan-Loader, python3-glad2.
Dependance of: mpv.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -e '204a\    tree = ET.parse(xmlfile)'                 \
    -e 's/VkXML(ET.parse(xmlfile))/VkXML(tree.getroot())/' \
    -i src/vulkan/utils_gen.py

mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -D tests=true       \
      -D demos=false 

Build script:
cd    build
ninja

Install script:
cd    build
ninja install