UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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 directory: libplacebo-7.351.0
Package URL: libplacebo-7.351.0.tar.gz
Package md5-checksum URL: 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