Sun, 05 May 2024 01:14:31 UTC | login

Information for build libplacebo-0.4.0-1.fc29

ID27890
Package Namelibplacebo
Version0.4.0
Release1.fc29
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libplacebo.git#1ca1e8598dd9354853fafd35b88249ac93bfa602
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 failed
Volume DEFAULT
StartedTue, 22 May 2018 01:57:38 UTC
CompletedTue, 22 May 2018 02:10:51 UTC
Taskbuild (f29-candidate, /rpms/libplacebo.git:1ca1e8598dd9354853fafd35b88249ac93bfa602)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libplacebo.git?#1ca1e8598dd9354853fafd35b88249ac93bfa602'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Feb 12 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.4.0-1 - Initial spec file