Search Criteria
Package Details: libplacebo-git 7.350.0.3601.g5ba13768-1
Package Actions
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: | LGPL2.1 |
Conflicts: | libplacebo |
Provides: | libplacebo, libplacebo.so |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 13 |
Popularity: | 0.50 |
First Submitted: | 2018-04-29 15:53 (UTC) |
Last Updated: | 2024-11-30 23:45 (UTC) |
Dependencies (21)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- glslang (glslang-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libdovi (libdovi-gitAUR)
- libdovi.so (libdovi-gitAUR, lib32-libdoviAUR, libdovi)
- liblcms2.so (lcms2-ff-gitAUR, lcms2-ffAUR, lcms2, lib32-lcms2)
- libshaderc_shared.so (shaderc-gitAUR, lib32-shadercAUR, shaderc)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, lib32-vulkan-icd-loader, vulkan-icd-loader)
- libxxhash.so (xxhash)
- shaderc (shaderc-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- xxhash (xxhash-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- glad (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-jinja (make)
- python-markupsafe (make)
- Show 1 more dependencies...
Required by (33)
- chiaki-ng (requires libplacebo)
- chiaki-ng-git (requires libplacebo)
- ffmpeg-amd-full (requires libplacebo)
- ffmpeg-amd-full-git (requires libplacebo)
- ffmpeg-cuda (requires libplacebo)
- ffmpeg-decklink (requires libplacebo)
- ffmpeg-ffplayout (requires libplacebo)
- ffmpeg-ffplayout (requires libplacebo.so)
- ffmpeg-full (requires libplacebo)
- ffmpeg-full-git (requires libplacebo)
- ffmpeg-git (requires libplacebo)
- ffmpeg-headless (requires libplacebo)
- ffmpeg-headless (requires libplacebo.so)
- ffmpeg-libfdk_aac (requires libplacebo)
- ffmpeg-libfdk_aac (requires libplacebo.so)
- ffmpeg-obs (requires libplacebo)
- ffmpeg6.1 (requires libplacebo.so)
- ffmpeg6.1 (requires libplacebo)
- lib32-libplacebo (requires libplacebo)
- mpv-amd-full-git (requires libplacebo)
- mpv-full (requires libplacebo)
- mpv-full-build-git (requires libplacebo)
- mpv-full-git (requires libplacebo)
- mpv-git (requires libplacebo)
- mpv-light-pulse (requires libplacebo)
- teleguard-desktop (requires libplacebo)
- vapoursynth-plugin-placebo-git (requires libplacebo)
- vdr-softhdcuvid (requires libplacebo.so)
- vdr-softhdcuvid (requires libplacebo) (make)
- vdr-softhddrm (requires libplacebo) (make)
- vdr-softhdvaapi (requires libplacebo.so)
- vdr-softhdvaapi (requires libplacebo) (make)
- vlc-git (requires libplacebo)
Latest Comments
« First ‹ Previous 1 2 3 4 5
LaserEyess commented on 2021-07-05 14:34 (UTC)
Due to https://code.videolan.org/videolan/libplacebo/-/commit/be32ca6807c1986fcbee9cee8e9ca25317bf24b1 when building libplacebo-git now, it hard errors because it can't find the headers required for d3d11. That backend is pretty useless on linux so please either:
a) update the PKGBUILD to explicitly do
-Dd3d11=no
b) Stop usingarch-meson
so it doesn't autofail on "missing" dependencies that are auto-detectedkeren_sky commented on 2021-03-16 01:04 (UTC)
@sl1pkn07 so the test passes with vulkan-icd-loader-git & vulkan-headers-git instead of the official packages?
sl1pkn07 commented on 2021-02-22 18:53 (UTC) (edited on 2021-02-22 18:59 (UTC) by sl1pkn07)
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 (UTC)
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 (UTC)
Could you add dependencies on libepoxy and python-mako ?
sl1pkn07 commented on 2019-01-25 21:28 (UTC)
sorry the delay. done
rdoursenaud commented on 2018-11-15 12:18 (UTC)
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!
« First ‹ Previous 1 2 3 4 5