libplacebo: new at 6.338.1

This commit is contained in:
Owen Rafferty 2023-11-24 19:09:21 -06:00
parent 62c32b8398
commit f4651802b4
No known key found for this signature in database
5 changed files with 22 additions and 0 deletions

13
extra/libplacebo/build Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh -e
export DESTDIR="$1"
meson setup \
-Dprefix=/usr \
-Dbuildtype=release \
-Dvulkan=disabled \
-Ddemos=false \
output
ninja -C output
ninja -C output install

View File

@ -0,0 +1,3 @@
76dd56655aa18cf249041d8a52e681ecde0ac3b4e7c966c05d91f03de22ace4439
3e847e39f78b118668becaaa254947b568bb1180f3077120cd046d77336b1721c7
8024f76f023bcc006625964a86f1bd0ddc2aed90680dd9861a9cb8429157689dc8

2
extra/libplacebo/depends Normal file
View File

@ -0,0 +1,2 @@
meson make
vulkan-headers make

3
extra/libplacebo/sources Normal file
View File

@ -0,0 +1,3 @@
https://code.videolan.org/videolan/libplacebo/-/archive/v6.338.1/libplacebo-v6.338.1.tar.gz
https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.4.tar.gz 3rdparty/glad
https://github.com/pallets/jinja/archive/refs/tags/3.1.2.tar.gz 3rdparty/jinja

1
extra/libplacebo/version Normal file
View File

@ -0,0 +1 @@
6.338.1 1