Search Criteria
Package Details: libplacebo-git 7.342.0.3490.g52314e0e-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: | 11 |
Popularity: | 0.042019 |
First Submitted: | 2018-04-29 15:53 (UTC) |
Last Updated: | 2023-12-23 18:34 (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, glibc-eac-rocoAUR)
- 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)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Required by (35)
- 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.so)
- ffmpeg-headless (requires libplacebo)
- ffmpeg-libfdk_aac (requires libplacebo.so)
- ffmpeg-libfdk_aac (requires libplacebo)
- ffmpeg-obs (requires libplacebo)
- ffmpeg6.1 (requires libplacebo.so)
- ffmpeg6.1 (requires libplacebo)
- jellyfin-ffmpeg-libsvtav1 (requires libplacebo.so)
- 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)
- mpv-vapoursynth-git
- teleguard-desktop (requires libplacebo)
- vapoursynth-plugin-placebo-git (requires libplacebo) (make)
- 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 Next › Last »
JDAturbo commented on 2021-09-13 10:21 (UTC)
Since there are no packages for lib32-ffmpeg-full-git or lib32-dav1d-git, is it still possible to install this with dav1d-git and ffmpeg-full-git?
quietvoid commented on 2021-09-13 01:03 (UTC)
There are the errors I'm getting:
sl1pkn07 commented on 2021-09-13 00:27 (UTC) (edited on 2021-09-13 00:30 (UTC) by sl1pkn07)
normal package and lib32 counterpart should be the same version and same build always. lib32 packages uses the headers and porgrams from the normal package. building both packages togeter avoid the problem of missmatch compilations when use as dependencie (more related when use GIT package)
sdl2 problem is knowed and reported (https://bugs.archlinux.org/task/72107?project=5&string=lib32-sdl2)
show me the error log for the shaderc part.
greetings
quietvoid commented on 2021-09-12 23:59 (UTC) (edited on 2021-09-13 00:12 (UTC) by quietvoid)
Hi, any reason why lib32-libplacebo-git is not a separate AUR package?
The change brought a lot of unnecessary dependencies.
Also, for me the 32 bit package fails building with errors from SDL2 and shaderc.
carlosnewmusic commented on 2021-07-09 12:31 (UTC)
I have re-compiled the package you told me and it worked :)
sl1pkn07 commented on 2021-07-06 15:34 (UTC)
seems need glslang-git
carlosnewmusic commented on 2021-07-06 15:28 (UTC)
build error https://pastebin.com/MJBbreeW
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?
« First ‹ Previous 1 2 3 4 5 Next › Last »