Search Criteria
Package Details: libplacebo-git v3.104.0.rc1.65.ge48a162-1
Git Clone URL: | https://aur.archlinux.org/libplacebo-git.git (read-only, click to copy) |
---|---|
Package Base: | libplacebo-git |
Description: | Reusable library for GPU-accelerated video/image rendering primitives. (GIT version) |
Upstream URL: | https://code.videolan.org/videolan/libplacebo |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 3 |
Popularity: | 0.000009 |
First Submitted: | 2018-04-29 15:53 |
Last Updated: | 2021-02-20 13:34 |
Dependencies (9)
- glslang (glslang-git, glslang-minimal-git)
- lcms2 (lcms2-git)
- libepoxy (libepoxy-git, libepoxy-nodocs-git)
- libshaderc_shared.so (lib32-shaderc, shaderc-git, lib32-shaderc-git, shaderc)
- vulkan-icd-loader (vulkan-icd-loader-git)
- git (git-git) (make)
- meson (meson-git) (make)
- python-mako (make)
- vulkan-headers (vulkan-headers-git) (make)
Required by (24)
- dav1d-git (optional)
- dav1d-git (make)
- lib32-libplacebo (requires libplacebo)
- mpv-ahjolinna-git (requires libplacebo)
- mpv-amd-full-git (requires libplacebo)
- mpv-build-git (requires libplacebo.so)
- mpv-full (requires libplacebo)
- mpv-full-build-git (requires libplacebo)
- mpv-full-git (requires libplacebo)
- mpv-light (requires libplacebo)
- mpv-light-pulse (requires libplacebo)
- mpv-rpi (requires libplacebo)
- mpv-vapoursynth (requires libplacebo.so)
- mpv-vapoursynth (requires libplacebo)
- mpv-vapoursynth-git (requires libplacebo)
- mpv-vapoursynth-git (requires libplacebo.so)
- vapoursynth-plugin-placebo-git (make)
- vdr-softhdcuvid (requires libplacebo) (make)
- vdr-softhdcuvid (requires libplacebo)
- vdr-softhddrm (requires libplacebo) (make)
- vdr-softhdvaapi (requires libplacebo)
- vdr-softhdvaapi (requires libplacebo) (make)
- vlc-git (requires libplacebo)
- vlc-nox (requires libplacebo)
Latest Comments
sl1pkn07 commented on 2021-02-22 18:53
I have tested 52ef301 with nvidia blob vulkan drivers and vulkan related packages from git, and the test passed ok
quietvoid commented on 2021-02-22 17:37
The PKGBUILD update made the build process run tests, which currently fails: https://code.videolan.org/videolan/libplacebo/-/issues/129
akvadrako commented on 2020-07-06 16:26
Could you add dependencies on libepoxy and python-mako ?
sl1pkn07 commented on 2019-01-25 21:28
sorry the delay. done
rdoursenaud commented on 2018-11-15 12:18
Please replace "vulkan=true" by "vulkan=enabled" otherwise the following error occurs: "meson.build:1:0: ERROR: Value "true" for combo option "vulkan" is not one of the choices. Possible choices are: "enabled", "disabled", "auto"." Also add "provides=('libplacebo')" and "conflicts=('libplacebo')" to avoid collisions at install time. Thanks!