UmVirt LFS Package info

DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ 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:
Codename: libplacebo
Source file: libplacebo-7.349.0.tar.gz
Source file size: 846196
Source file MD5-checkum: 8dd72edf2ec5f1918770a317ef8107a5
Source directory: libplacebo-7.349.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libplacebo-7.349.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libplacebo-7.349.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 "20s/$/,/"                                         \
    -e "21i cxx.find_library('glslang', required: false)" \
    -i src/glsl/meson.build

mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -Dtests=true        \
      -Ddemos=false 

Build script:
cd    build &&
ninja

Install script:
cd    build &&
ninja install