Package Details: libplacebo-git 7.342.0.3490.g52314e0e-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: LGPL2.1
Conflicts: libplacebo
Provides: libplacebo, libplacebo.so
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 11
Popularity: 0.145566
First Submitted: 2018-04-29 15:53 (UTC)
Last Updated: 2023-12-23 18:34 (UTC)

Required by (35)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5

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

==> Iniciando check()...
ninja: Entering directory `build'
[0/1] Running all tests.
 1/12 context.c                    OK              0.04s
 2/12 colorspace.c                 OK              0.04s
 3/12 lut.c                        OK              0.03s
 4/12 filters.c                    OK              0.03s
 5/12 string.c                     OK              0.03s
 6/12 utils.c                      OK              0.03s
 7/12 dav1d.c                      OK              0.02s
 8/12 libav.c                      OK              0.02s
 9/12 dummy.c                      OK              0.05s
10/12 dither.c                     OK              0.07s
11/12 opengl_surfaceless.c         SKIP            0.50s   exit status 77
12/12 vulkan.c                     OK              6.77s


Ok:                 11  
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            1   
Timeout:            0   

Full log written to /tmp/makepkg/libplacebo-git/src/build/meson-logs/testlog.txt

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!