Merge pull request #16023 from Rmys/master

libplacebo ver. bump
This commit is contained in:
Rmys
2025-01-14 20:09:09 +03:00
committed by GitHub
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> <Summary>Core rendering algorithms and ideas of mpv rewritten as an independent library</Summary>
<Icon>libplacebo</Icon> <Icon>libplacebo</Icon>
<Description>Bağımsız bir kitaplık olarak yeniden yazılan çekirdek oluşturma algoritmaları ve mpv fikirleri</Description> <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> <BuildDependencies>
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
<Dependency>lcms2-devel</Dependency> <Dependency>lcms2-devel</Dependency>
@@ -24,12 +24,9 @@
<Dependency>libunwind-devel</Dependency> <Dependency>libunwind-devel</Dependency>
<Dependency>python3-Jinja2</Dependency> <Dependency>python3-Jinja2</Dependency>
</BuildDependencies> </BuildDependencies>
<!--
<Patches> <Patches>
<Patch>libplacebo.patch</Patch> <Patch level="1">libplacebo-7.349.0-glslang-1.3.296.patch</Patch>
<Patch level="1">libplacebo.patch</Patch>
</Patches> </Patches>
-->
</Source> </Source>
<Package> <Package>
@@ -66,10 +63,10 @@
<History> <History>
<Update release="4"> <Update release="4">
<Date>2025-01-14</Date> <Date>2025-01-14</Date>
<Version>6.338.2</Version> <Version>7.349.0</Version>
<Comment>Rebuild.</Comment> <Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name> <Name>Pisi Linux Community</Name>
<Email>muscnsl@gmail.com</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
<Update release="3"> <Update release="3">
<Date>2024-04-17</Date> <Date>2024-04-17</Date>