Sun, 05 May 2024 05:38:42 UTC | login

Information for build libplacebo-0.5.0-1.fc29

ID67766
Package Namelibplacebo
Version0.5.0
Release1.fc29
Epoch
SummaryReusable library for GPU-accelerated video/image rendering primitives
Descriptionlibplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. This grew out of an interest to accomplish the following goals: - Clean up mpv's internal API and make it reusable for other projects. - Provide a standard library of useful GPU-accelerated image processing primitives based on GLSL, so projects like VLC or Firefox can use them without incurring a heavy dependency on `libmpv`. - Rewrite core parts of mpv's GPU-accelerated video renderer on top of redesigned abstractions. (Basically, I wanted to eliminate code smell like `shader_cache.c` and totally redesign `gpu/video.c`)
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 24 Aug 2018 06:02:31 UTC
CompletedFri, 24 Aug 2018 06:24:22 UTC
Taskbuild (f29-candidate, libplacebo-0.5.0-1.fc29.src.rpm)
Tags
f29
f30
f31
f32
f33
RPMs
src
libplacebo-0.5.0-1.fc29.src.rpm (info) (download)
riscv64
libplacebo-0.5.0-1.fc29.riscv64.rpm (info) (download)
libplacebo-devel-0.5.0-1.fc29.riscv64.rpm (info) (download)
libplacebo-debuginfo-0.5.0-1.fc29.riscv64.rpm (info) (download)
libplacebo-debugsource-0.5.0-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 17 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-1 - Update to 0.5.0 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon May 21 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.4.0-2 - Fix build on EL7 * Mon Feb 12 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.4.0-1 - Initial spec file