Github messages for voidlinux
 help / color / mirror / Atom feed
From: mmnmnnmnmm <mmnmnnmnmm@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libplacebo: update to 5.229.1
Date: Sat, 18 Feb 2023 13:38:52 +0100	[thread overview]
Message-ID: <20230218123852.zBckuteRBTmkrBIeFsnXHu0J2txspCTcztDf1KAyFo0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40807@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]

There is an updated pull request by mmnmnnmnmm against master on the void-packages repository

https://github.com/mmnmnnmnmm/void-packages libplacebo
https://github.com/void-linux/void-packages/pull/40807

libplacebo: update to 5.229.1
I am unable to test Vulkan output, but OpenGL works fine.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (cross)



A patch file from https://github.com/void-linux/void-packages/pull/40807.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libplacebo-40807.patch --]
[-- Type: text/x-diff, Size: 10054 bytes --]

From dfc8283e2450908110219eefe6604441feac0622 Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Sun, 27 Nov 2022 18:02:51 +0000
Subject: [PATCH 1/4] New package: python3-glad-2.0.2

---
 srcpkgs/python3-glad/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/python3-glad/template

diff --git a/srcpkgs/python3-glad/template b/srcpkgs/python3-glad/template
new file mode 100644
index 000000000000..fcaf41654fe6
--- /dev/null
+++ b/srcpkgs/python3-glad/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-glad'
+pkgname=python3-glad
+version=2.0.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Jinja2"
+checkdepends="python3-Jinja2 python3-mock python3-nose"
+short_desc="Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator"
+maintainer="mmnmnnmnmm <mnnnm@disroot.org>"
+license="MIT"
+homepage="https://glad.dav1d.de/"
+distfiles="https://github.com/Dav1dde/glad/archive/refs/tags/v${version}.tar.gz"
+checksum=0326d59b1ccf8ccae1fface5bfb71bec1bb41fbe2341e722b31f6acac3068aeb
+make_check=no	# Jinja2 raises exceptions
+
+do_check() {
+	nosetests
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 445bf0b03c42cfe881cf336f8806b0c3faacff2f Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Sun, 27 Nov 2022 18:03:49 +0000
Subject: [PATCH 2/4] libplacebo: update to 5.229.2

---
 common/shlibs               |  2 +-
 srcpkgs/libplacebo/template | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 504d29f4cb98..281cd15fcfb4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3448,7 +3448,7 @@ libSoapySDR.so.0.8 SoapySDR-0.8.1_1
 libeditorconfig.so.0 editorconfig-0.12.2_1
 libcfitsio.so.10 cfitsio-4.2.0_1
 libapparmor.so.1 libapparmor-2.12.0_1
-libplacebo.so.208 libplacebo-4.208.0_1
+libplacebo.so.229 libplacebo-5.229.2_1
 libw2xc.so waifu2x-converter-cpp-5.2_1
 libnova-0.15.so.0 libnova-0.15.0_1
 libcue.so.2 libcue-2.2.0_1
diff --git a/srcpkgs/libplacebo/template b/srcpkgs/libplacebo/template
index b58d978095d1..4d506bd9e477 100644
--- a/srcpkgs/libplacebo/template
+++ b/srcpkgs/libplacebo/template
@@ -1,32 +1,32 @@
 # Template file for 'libplacebo'
 pkgname=libplacebo
-version=4.208.0
+version=5.229.2
 revision=1
 build_style=meson
 configure_args="-Dshaderc=enabled -Dvulkan=enabled
- -Dlcms=$(vopt_if lcms en dis)abled -Dopengl=$(vopt_if opengl en dis)abled"
-hostmakedepends="pkg-config python3-Mako Vulkan-Headers"
-makedepends="shaderc Vulkan-Headers vulkan-loader $(vopt_if lcms lcms2-devel)
- $(vopt_if opengl libepoxy-devel)"
+ -Dlcms=$(vopt_if lcms en dis)abled -Ddemos=false -Dtests=true"
+hostmakedepends="pkg-config Vulkan-Headers python3-glad"
+makedepends="shaderc Vulkan-Headers vulkan-loader python3-MarkupSafe
+ python3-Jinja2 $(vopt_if lcms lcms2-devel)"
 short_desc="Reusable library for GPU-accelerated video/image rendering"
 maintainer="Enrico Belleri <idesmi@protonmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://code.videolan.org/videolan/libplacebo"
 distfiles="https://code.videolan.org/videolan/libplacebo/-/archive/v${version}/libplacebo-v${version}.tar.gz"
-checksum=7b3c857934ee3d30f743e43d7f0606e10950806661ea0ea385f8a1f06cbab854
+checksum=a42035c69e4a6373cb9856cc0c5736f24af4485006f3b29605ddffba377264db
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
 	LDFLAGS+=" -latomic"
 fi
 
-build_options="lcms opengl"
-build_options_default="lcms opengl"
+build_options="lcms"
+build_options_default="lcms"
 desc_option_lcms="Enable support for LittleCMS 2 engine"
 
 libplacebo-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} vulkan-loader
-	 $(vopt_if lcms lcms2-devel) $(vopt_if opengl libepoxy-devel)"
+	 $(vopt_if lcms lcms2-devel)"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 4089fc8a056219db1d1ab1f8c138f0289a567294 Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Sun, 18 Dec 2022 14:51:28 +0000
Subject: [PATCH 3/4] mpv: revbump for libplacebo-5.229.2

---
 srcpkgs/mpv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 0a56d037e194..e163c496c6eb 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,7 +1,7 @@
 # Template file for 'mpv'
 pkgname=mpv
 version=0.35.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
  -Dlibmpv=true -Dcplugins=enabled

From 62b9a2beeb7f0bf70f8e466dde96fd4216f2dc45 Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Sun, 27 Nov 2022 18:04:48 +0000
Subject: [PATCH 4/4] vlc: revbump for libplacebo-5.229.2

---
 srcpkgs/vlc/patches/libplacebo-v5.patch | 113 ++++++++++++++++++++++++
 srcpkgs/vlc/template                    |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/vlc/patches/libplacebo-v5.patch

diff --git a/srcpkgs/vlc/patches/libplacebo-v5.patch b/srcpkgs/vlc/patches/libplacebo-v5.patch
new file mode 100644
index 000000000000..3fa20249db7e
--- /dev/null
+++ b/srcpkgs/vlc/patches/libplacebo-v5.patch
@@ -0,0 +1,113 @@
+Patch from Arch Linux
+https://raw.githubusercontent.com/archlinux/svntogit-packages/e35c373bdfcafaabbdf6af9108090f130de66b14/trunk/libplacebo-5.patch
+
+---
+
+patch vaguely ported from: https://code.videolan.org/videolan/vlc/-/merge_requests/2233
+
+diff --git a/modules/video_output/opengl/converter.h b/modules/video_output/opengl/converter.h
+index 7000e1f..49fa667 100644
+--- a/modules/video_output/opengl/converter.h
++++ b/modules/video_output/opengl/converter.h
+@@ -26,6 +26,9 @@
+ #include <vlc_picture_pool.h>
+ #include <vlc_opengl.h>
+
++#include <libplacebo/log.h>
++#include <libplacebo/shaders.h>
++
+ /* if USE_OPENGL_ES2 is defined, OpenGL ES version 2 will be used, otherwise
+  * normal OpenGL will be used */
+ #ifdef __APPLE__
+@@ -253,10 +256,6 @@ static inline bool HasExtension(const char *apis, const char *api)
+     return false;
+ }
+
+-struct pl_context;
+-struct pl_shader;
+-struct pl_shader_res;
+-
+ /*
+  * Structure that is filled by "glhw converter" module probe function
+  * The implementation should initialize every members of the struct that are
+@@ -273,7 +272,7 @@ struct opengl_tex_converter_t
+     vlc_gl_t *gl;
+
+     /* libplacebo context, created by the caller (optional) */
+-    struct pl_context *pl_ctx;
++    pl_log pl_log;
+
+     /* Function pointers to OpenGL functions, set by the caller */
+     const opengl_vtable_t *vt;
+@@ -337,7 +336,7 @@ struct opengl_tex_converter_t
+     bool yuv_color;
+     GLfloat yuv_coefficients[16];
+
+-    struct pl_shader *pl_sh;
++    pl_shader pl_sh;
+     const struct pl_shader_res *pl_sh_res;
+
+     /* Private context */
+diff --git a/modules/video_output/opengl/fragment_shaders.c b/modules/video_output/opengl/fragment_shaders.c
+index ecf7226..29f4148 100644
+--- a/modules/video_output/opengl/fragment_shaders.c
++++ b/modules/video_output/opengl/fragment_shaders.c
+@@ -611,7 +611,7 @@ opengl_fragment_shader_init_impl(opengl_tex_converter_t *tc, GLenum tex_target,
+
+ #ifdef HAVE_LIBPLACEBO
+     if (tc->pl_sh) {
+-        struct pl_shader *sh = tc->pl_sh;
++        pl_shader sh = tc->pl_sh;
+         struct pl_color_map_params color_params = pl_color_map_default_params;
+         color_params.intent = var_InheritInteger(tc->gl, "rendering-intent");
+         color_params.tone_mapping_algo = var_InheritInteger(tc->gl, "tone-mapping");
+@@ -634,7 +634,7 @@ opengl_fragment_shader_init_impl(opengl_tex_converter_t *tc, GLenum tex_target,
+                 pl_color_space_from_video_format(&tc->fmt),
+                 dst_space, NULL, false);
+
+-        struct pl_shader_obj *dither_state = NULL;
++        pl_shader_obj dither_state = NULL;
+         int method = var_InheritInteger(tc->gl, "dither-algo");
+         if (method >= 0) {
+
+diff --git a/modules/video_output/opengl/vout_helper.c b/modules/video_output/opengl/vout_helper.c
+index 13d65e0..1ee99af 100644
+--- a/modules/video_output/opengl/vout_helper.c
++++ b/modules/video_output/opengl/vout_helper.c
+@@ -570,8 +570,7 @@ opengl_deinit_program(vout_display_opengl_t *vgl, struct prgm *prgm)
+
+ #ifdef HAVE_LIBPLACEBO
+     FREENULL(tc->uloc.pl_vars);
+-    if (tc->pl_ctx)
+-        pl_context_destroy(&tc->pl_ctx);
++    pl_log_destroy(&tc->pl_log);
+ #endif
+
+     vlc_object_release(tc);
+@@ -622,21 +621,21 @@ opengl_init_program(vout_display_opengl_t *vgl, struct prgm *prgm,
+     // create the main libplacebo context
+     if (!subpics)
+     {
+-        tc->pl_ctx = pl_context_create(PL_API_VER, &(struct pl_context_params) {
++        tc->pl_log = pl_log_create(PL_API_VER, &(struct pl_log_params) {
+             .log_cb    = log_cb,
+             .log_priv  = tc,
+             .log_level = PL_LOG_INFO,
+         });
+-        if (tc->pl_ctx) {
++        if (tc->pl_log) {
+ #   if PL_API_VER >= 20
+-            tc->pl_sh = pl_shader_alloc(tc->pl_ctx, &(struct pl_shader_params) {
++            tc->pl_sh = pl_shader_alloc(tc->pl_log, &(struct pl_shader_params) {
+                 .glsl.version = tc->glsl_version,
+                 .glsl.gles = tc->is_gles,
+             });
+ #   elif PL_API_VER >= 6
+-            tc->pl_sh = pl_shader_alloc(tc->pl_ctx, NULL, 0);
++            tc->pl_sh = pl_shader_alloc(tc->pl_log, NULL, 0);
+ #   else
+-            tc->pl_sh = pl_shader_alloc(tc->pl_ctx, NULL, 0, 0);
++            tc->pl_sh = pl_shader_alloc(tc->pl_log, NULL, 0, 0);
+ #   endif
+         }
+     }
diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template
index 25867af43440..210762b0a7e2 100644
--- a/srcpkgs/vlc/template
+++ b/srcpkgs/vlc/template
@@ -1,7 +1,7 @@
 # Template file for 'vlc'
 pkgname=vlc
 version=3.0.18
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-gme --disable-libtar --enable-jack
  --enable-live555 --disable-fluidsynth --enable-dvdread

  parent reply	other threads:[~2023-02-18 12:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-27 17:56 [PR PATCH] " mmnmnnmnmm
2022-11-27 18:06 ` [PR PATCH] [Updated] " mmnmnnmnmm
2022-11-27 18:08 ` mmnmnnmnmm
2022-12-18 16:54 ` mmnmnnmnmm
2023-02-18 12:38 ` mmnmnnmnmm [this message]
2023-02-26 18:04 ` [PR REVIEW] libplacebo: update to 5.229.2 mhmdanas
2023-02-26 18:04 ` mhmdanas
2023-02-26 18:04 ` mhmdanas
2023-02-26 18:09 ` mhmdanas
2023-02-26 18:33 ` mhmdanas
2023-05-28  2:00 ` github-actions
2023-06-11  2:09 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230218123852.zBckuteRBTmkrBIeFsnXHu0J2txspCTcztDf1KAyFo0@z \
    --to=mmnmnnmnmm@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).