Sun, 05 May 2024 05:14:56 UTC | login

Information for build libplacebo-1.18.0-2.fc31

ID125305
Package Namelibplacebo
Version1.18.0
Release2.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libplacebo.git#e4d3d5744cef977e06056a7656163145bc5d1ed0
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
StartedSun, 22 Sep 2019 00:57:24 UTC
CompletedSun, 22 Sep 2019 01:55:18 UTC
Taskbuild (f31-candidate, /rpms/libplacebo.git:e4d3d5744cef977e06056a7656163145bc5d1ed0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libplacebo.git#e4d3d5744cef977e06056a7656163145bc5d1ed0'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.18.0-2 - Rebuild with Meson fix for #1699099 * Sat Apr 06 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.18.0-1 - Update to 1.18.0 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 03 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-2 - Drop WAR patch - Enforce the shaderc version * Mon Oct 01 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-1 - Update to 0.6.0 * 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