libplacebo ver. bump

This commit is contained in:
Rmys
2025-01-14 20:06:57 +03:00
parent b3f40e9484
commit b7ff032f8c
2 changed files with 22 additions and 9 deletions
@@ -0,0 +1,16 @@
Quick workaround for libSPIRV seemingly having became a stub in glslang-1.3.296
https://bugs.gentoo.org/941968
TODO?: rather than worry with the constant issues with glslang, should likely
always force shaderc -- it's also what upstream prefers by default and so the
glslang paths are hardly tested.
--- a/src/glsl/meson.build
+++ b/src/glsl/meson.build
@@ -39,4 +39,5 @@
glslang_deps += spirv
+ glslang_deps += cxx.find_library('glslang', required: required, static: static)
if static
+6 -9
View File
@@ -13,7 +13,7 @@
<Summary>Core rendering algorithms and ideas of mpv rewritten as an independent library</Summary>
<Icon>libplacebo</Icon>
<Description>Bağımsız bir kitaplık olarak yeniden yazılan çekirdek oluşturma algoritmaları ve mpv fikirleri</Description>
<Archive sha1sum="35cbfe108eb54dcb08ff0a6d2684b2f12f15f6b6" type="targz">https://github.com/haasn/libplacebo/archive/refs/tags/v6.338.2.tar.gz</Archive>
<Archive sha1sum="f273dcccf15704c1b4efd84ca211d52328360447" type="targz">https://github.com/haasn/libplacebo/archive/refs/tags/v7.349.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>lcms2-devel</Dependency>
@@ -24,12 +24,9 @@
<Dependency>libunwind-devel</Dependency>
<Dependency>python3-Jinja2</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libplacebo.patch</Patch>
<Patch level="1">libplacebo.patch</Patch>
<Patch level="1">libplacebo-7.349.0-glslang-1.3.296.patch</Patch>
</Patches>
-->
</Source>
<Package>
@@ -66,10 +63,10 @@
<History>
<Update release="4">
<Date>2025-01-14</Date>
<Version>6.338.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
<Version>7.349.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2024-04-17</Date>