UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ 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 directory: libplacebo-7.349.0
Package URL: libplacebo-7.349.0.tar.gz
Package md5-checksum URL: 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