libplacebo ver. bump
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user