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 @@ LGPL-2.1-or-later multimedia.library - Reusable library for GPU-accelerated video/image rendering primitives, as well as a standalone Vulkan-based image/video renderer. - libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. + 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. + 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. https://getsol.us/sources/README.Solus libplacebo - Reusable library for GPU-accelerated video/image rendering primitives, as well as a standalone Vulkan-based image/video renderer. - libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. + 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. + 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. multimedia.library @@ -25,11 +31,14 @@ libplacebo-devel Development files for libplacebo - 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. programming.devel - libplacebo + libplacebo /usr/include/libplacebo/colorspace.h @@ -56,12 +65,12 @@ - - 2020-06-12 - 2.72.0 + + 2020-11-10 + 2.72.2 Packaging update Alexander Vorobyev avorobyev@protonmail.com \ No newline at end of file