Page MenuHomeSolus

D9947.id23924.diff
No OneTemporary

D9947.id23924.diff

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/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,16 @@
name : libplacebo
-version : 2.72.0
-release : 6
+version : 2.72.2
+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.2/libplacebo-v2.72.2.tar.bz2 : a308b16404d1db0c641a698a0f37d92d7b96a794e32f44e1d2d0f6cec66b1995
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.
+summary : Reusable library for GPU-accelerated image/video processing primitives and shaders, as well a batteries-included, extensible, high-quality rendering pipeline (similar to mpv's vo_gpu). Supports Vulkan and OpenGL.
description: |
- libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library.
+ libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. This grew out of an interest to accomplish the following goals:
+ - Clean up mpv's internal RA API and make it reusable for other projects.
+ - Provide a standard library of useful GPU-accelerated image processing primitives based on GLSL.
+ - Rewrite core parts of mpv's GPU-accelerated video renderer on top of redesigned abstractions.
builddeps :
- pkgconfig(SPIRV-Tools)
- pkgconfig(epoxy)
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -7,15 +7,21 @@
</Packager>
<License>LGPL-2.1-or-later</License>
<PartOf>multimedia.library</PartOf>
- <Summary xml:lang="en">Reusable library for GPU-accelerated video/image rendering primitives, as well as a standalone Vulkan-based image/video renderer.</Summary>
- <Description xml:lang="en">libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library.
+ <Summary xml:lang="en">Reusable library for GPU-accelerated image/video processing primitives and shaders, as well a batteries-included, extensible, high-quality rendering pipeline (similar to mpv&apos;s vo_gpu). Supports Vulkan and OpenGL.</Summary>
+ <Description xml:lang="en">libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. This grew out of an interest to accomplish the following goals:
+- Clean up mpv&apos;s internal RA API and make it reusable for other projects.
+- Provide a standard library of useful GPU-accelerated image processing primitives based on GLSL.
+- Rewrite core parts of mpv&apos;s GPU-accelerated video renderer on top of redesigned abstractions.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>libplacebo</Name>
- <Summary xml:lang="en">Reusable library for GPU-accelerated video/image rendering primitives, as well as a standalone Vulkan-based image/video renderer.</Summary>
- <Description xml:lang="en">libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library.
+ <Summary xml:lang="en">Reusable library for GPU-accelerated image/video processing primitives and shaders, as well a batteries-included, extensible, high-quality rendering pipeline (similar to mpv&apos;s vo_gpu). Supports Vulkan and OpenGL.</Summary>
+ <Description xml:lang="en">libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. This grew out of an interest to accomplish the following goals:
+- Clean up mpv&apos;s internal RA API and make it reusable for other projects.
+- Provide a standard library of useful GPU-accelerated image processing primitives based on GLSL.
+- Rewrite core parts of mpv&apos;s GPU-accelerated video renderer on top of redesigned abstractions.
</Description>
<PartOf>multimedia.library</PartOf>
<Files>
@@ -25,11 +31,14 @@
<Package>
<Name>libplacebo-devel</Name>
<Summary xml:lang="en">Development files for libplacebo</Summary>
- <Description xml:lang="en">libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library.
+ <Description xml:lang="en">libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. This grew out of an interest to accomplish the following goals:
+- Clean up mpv&apos;s internal RA API and make it reusable for other projects.
+- Provide a standard library of useful GPU-accelerated image processing primitives based on GLSL.
+- Rewrite core parts of mpv&apos;s GPU-accelerated video renderer on top of redesigned abstractions.
</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 +65,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.2</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

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
5830620
Default Alt Text
D9947.id23924.diff (6 KB)

Event Timeline