Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11034295
D9947.id23923.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D9947.id23923.diff
View Options
diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -48,6 +48,7 @@
libplacebo.so.72:pl_find_named_filter_function
libplacebo.so.72:pl_find_named_fmt
libplacebo.so.72:pl_find_vertex_fmt
+libplacebo.so.72:pl_fix_ver
libplacebo.so.72:pl_fmt_is_ordered
libplacebo.so.72:pl_generate_bayer_matrix
libplacebo.so.72:pl_generate_blue_noise
@@ -173,6 +174,7 @@
libplacebo.so.72:pl_var_vec2
libplacebo.so.72:pl_var_vec3
libplacebo.so.72:pl_var_vec4
+libplacebo.so.72:pl_version
libplacebo.so.72:pl_vk_inst_create
libplacebo.so.72:pl_vk_inst_destroy
libplacebo.so.72:pl_vulkan_choose_device
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,3 +1,4 @@
+ld-linux-x86-64.so.2
libc.so.6
libepoxy.so.0
libgcc_s.so.1
diff --git a/files/0001-Add-new-glslang-libraries-to-fx-linking-errors.patch b/files/0001-Add-new-glslang-libraries-to-fx-linking-errors.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-Add-new-glslang-libraries-to-fx-linking-errors.patch
@@ -0,0 +1,37 @@
+From 014d3efbc4898d0cf80350ebf638eba558b71b9c Mon Sep 17 00:00:00 2001
+From: Alexander Vorobyev <avorobyev@protonmail.com>
+Date: Tue, 10 Nov 2020 10:35:06 +0300
+Subject: Add new glslang libraries to fx linking errors
+
+---
+ src/meson.build | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+diff --git a/src/meson.build b/src/meson.build
+index c6e6a59..428caa1 100644
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -68,12 +68,14 @@ if glslang_req.auto() and shaderc.found()
+ else
+
+ glslang_deps = [
+- cxx.find_library('glslang', required: glslang_req),
+- cxx.find_library('HLSL', required: glslang_req),
+- cxx.find_library('OGLCompiler', required: glslang_req),
+- cxx.find_library('OSDependent', required: glslang_req),
+- cxx.find_library('SPIRV', required: glslang_req),
+- cxx.find_library('SPVRemapper', required: glslang_req),
++ cxx.find_library('glslang', required: glslang_req),
++ cxx.find_library('HLSL', required: glslang_req),
++ cxx.find_library('OGLCompiler', required: glslang_req),
++ cxx.find_library('OSDependent', required: glslang_req),
++ cxx.find_library('SPIRV', required: glslang_req),
++ cxx.find_library('SPVRemapper', required: glslang_req),
++ cxx.find_library('MachineIndependent', required: glslang_req),
++ cxx.find_library('GenericCodeGen', required: glslang_req)
+ ]
+
+ glslang_opt_deps = [
+--
+2.29.2
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : libplacebo
-version : 2.72.0
-release : 6
+version : 2.72.1
+release : 7
source :
- - https://code.videolan.org/videolan/libplacebo/-/archive/v2.72.0/libplacebo-v2.72.0.tar.gz : e570c5692cd974c43acf430f6b3fe348814f5052c3a1f7a74a1ba10a69ac2715
+ - https://code.videolan.org/videolan/libplacebo/-/archive/v2.72.1/libplacebo-v2.72.1.tar.bz2 : cfc6174147fa07581c20714cc83e69f9478d98a0b1be00ad209a601621b13f36
license : LGPL-2.1-or-later
component : multimedia.library
summary : Reusable library for GPU-accelerated video/image rendering primitives, as well as a standalone Vulkan-based image/video renderer.
@@ -17,6 +17,7 @@
- mako
- vulkan-headers
setup : |
+ %patch -p1 < $pkgfiles/0001-Add-new-glslang-libraries-to-fx-linking-errors.patch
%meson_configure
build : |
%ninja_build
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -29,7 +29,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="6">libplacebo</Dependency>
+ <Dependency release="7">libplacebo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libplacebo/colorspace.h</Path>
@@ -56,12 +56,12 @@
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2020-06-12</Date>
- <Version>2.72.0</Version>
+ <Update release="7">
+ <Date>2020-11-10</Date>
+ <Version>2.72.1</Version>
<Comment>Packaging update</Comment>
<Name>Alexander Vorobyev</Name>
<Email>avorobyev@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 4:36 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866556
Default Alt Text
D9947.id23923.diff (4 KB)
Attached To
Mode
D9947: Update libplacebo to 2.72.2
Attached
Detach File
Event Timeline
Log In to Comment