Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libplacebo: update to 2.27.2
@ 2020-11-24  4:26 concatime
  2020-11-24 16:40 ` [PR PATCH] [Updated] " concatime
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: concatime @ 2020-11-24  4:26 UTC (permalink / raw)
  To: ml

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

There is a new pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages libplacebo-2.27.2
https://github.com/void-linux/void-packages/pull/26670

libplacebo: update to 2.27.2


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

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

From 65c31c5838e4894330fc9a8c3fc8e054c6cb4c33 Mon Sep 17 00:00:00 2001
From: "Issam E. Maghni" <issam.e.maghni@mailbox.org>
Date: Mon, 23 Nov 2020 22:47:41 -0500
Subject: [PATCH] libplacebo: update to 2.27.2

---
 srcpkgs/libplacebo/template | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libplacebo/template b/srcpkgs/libplacebo/template
index c764566718e..57efbd703d4 100644
--- a/srcpkgs/libplacebo/template
+++ b/srcpkgs/libplacebo/template
@@ -1,22 +1,29 @@
 # Template file for 'libplacebo'
 pkgname=libplacebo
-version=2.72.0
+version=2.72.2
 revision=1
+wrksrc="${pkgname}-v${version}"
 build_style=meson
-configure_args="-Dvulkan=enabled -Dglslang=disabled -Dshaderc=enabled"
+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="vulkan-loader glslang-devel shaderc Vulkan-Headers lcms2-devel
- libepoxy-devel"
+makedepends="shaderc Vulkan-Headers vulkan-loader $(vopt_if lcms lcms2-devel)
+ $(vopt_if opengl libepoxy-devel)"
 short_desc="Reusable library for GPU-accelerated video/image rendering"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://github.com/haasn/libplacebo"
-distfiles="https://github.com/haasn/libplacebo/archive/v${version}.tar.gz"
-checksum=41f83de4271c00d01facce683af798035707874c21113dcf0b00e74b6fce713b
+homepage="https://code.videolan.org/videolan/libplacebo"
+distfiles="https://code.videolan.org/videolan/libplacebo/-/archive/v${version}/libplacebo-v${version}.tar.gz"
+checksum=5d3c51bb98d9727a255234a522f631f00d62a9e87115fb14251d991fc5076979
+
+build_options="lcms opengl"
+build_options_default="lcms opengl"
+desc_option_lcms="Enable support for LittleCMS 2 engine"
+desc_option_opengl="Enable support for OpenGL-based renderer"
 
 libplacebo-devel_package() {
-	depends="libplacebo-${version}_${revision} vulkan-loader lcms2-devel
-	 libepoxy-devel"
+	depends="${sourcepkg}-${version}_${revision} vulkan-loader
+	 $(vopt_if lcms lcms2-devel) $(vopt_if opengl libepoxy-devel)"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] libplacebo: update to 2.27.2
  2020-11-24  4:26 [PR PATCH] libplacebo: update to 2.27.2 concatime
@ 2020-11-24 16:40 ` concatime
  2020-11-24 17:24 ` concatime
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: concatime @ 2020-11-24 16:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/concatime/void-packages libplacebo-2.27.2
https://github.com/void-linux/void-packages/pull/26670

libplacebo: update to 2.27.2


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

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

From a86f21fc12f02705c32b6cc05b16ab3b828c7460 Mon Sep 17 00:00:00 2001
From: "Issam E. Maghni" <issam.e.maghni@mailbox.org>
Date: Mon, 23 Nov 2020 22:47:41 -0500
Subject: [PATCH] libplacebo: update to 2.27.2

---
 srcpkgs/libplacebo/template | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libplacebo/template b/srcpkgs/libplacebo/template
index c764566718e..9d843e26af1 100644
--- a/srcpkgs/libplacebo/template
+++ b/srcpkgs/libplacebo/template
@@ -1,22 +1,29 @@
 # Template file for 'libplacebo'
 pkgname=libplacebo
-version=2.72.0
+version=2.72.2
 revision=1
+wrksrc="${pkgname}-v${version}"
 build_style=meson
-configure_args="-Dvulkan=enabled -Dglslang=disabled -Dshaderc=enabled"
+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="vulkan-loader glslang-devel shaderc Vulkan-Headers lcms2-devel
- libepoxy-devel"
+makedepends="shaderc Vulkan-Headers vulkan-loader $(vopt_if lcms lcms2-devel)
+ $(vopt_if opengl libepoxy-devel)"
 short_desc="Reusable library for GPU-accelerated video/image rendering"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://github.com/haasn/libplacebo"
-distfiles="https://github.com/haasn/libplacebo/archive/v${version}.tar.gz"
-checksum=41f83de4271c00d01facce683af798035707874c21113dcf0b00e74b6fce713b
+homepage="https://code.videolan.org/videolan/libplacebo"
+distfiles="https://code.videolan.org/videolan/libplacebo/-/archive/v${version}/libplacebo-v${version}.tar.gz"
+checksum=5d3c51bb98d9727a255234a522f631f00d62a9e87115fb14251d991fc5076979
+
+build_options="lcms opengl"
+build_options_default="lcms opengl"
+desc_option_lcms="Enable support for LittleCMS 2 engine"
+desc_option_opengl="Enable support for OpenGL-based renderer"
 
 libplacebo-devel_package() {
-	depends="libplacebo-${version}_${revision} vulkan-loader lcms2-devel
-	 libepoxy-devel"
+	depends="${sourcepkg}>=${version}_${revision} vulkan-loader
+	 $(vopt_if lcms lcms2-devel) $(vopt_if opengl libepoxy-devel)"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: libplacebo: update to 2.27.2
  2020-11-24  4:26 [PR PATCH] libplacebo: update to 2.27.2 concatime
  2020-11-24 16:40 ` [PR PATCH] [Updated] " concatime
@ 2020-11-24 17:24 ` concatime
  2020-11-24 18:22 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: concatime @ 2020-11-24 17:24 UTC (permalink / raw)
  To: ml

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

New comment by concatime on void-packages repository

https://github.com/void-linux/void-packages/pull/26670#issuecomment-733124110

Comment:
We should wait for https://github.com/void-linux/void-packages/pull/26678 before merging this.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: libplacebo: update to 2.27.2
  2020-11-24  4:26 [PR PATCH] libplacebo: update to 2.27.2 concatime
  2020-11-24 16:40 ` [PR PATCH] [Updated] " concatime
  2020-11-24 17:24 ` concatime
@ 2020-11-24 18:22 ` ericonr
  2020-11-24 18:24 ` concatime
  2020-11-24 18:24 ` [PR PATCH] [Closed]: " concatime
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-24 18:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26670#issuecomment-733153937

Comment:
Please put all this into the mpv PR, keeping track of PR dependencies is pretty hard already.

A commit per package, in the logical order, is enough

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: libplacebo: update to 2.27.2
  2020-11-24  4:26 [PR PATCH] libplacebo: update to 2.27.2 concatime
                   ` (2 preceding siblings ...)
  2020-11-24 18:22 ` ericonr
@ 2020-11-24 18:24 ` concatime
  2020-11-24 18:24 ` [PR PATCH] [Closed]: " concatime
  4 siblings, 0 replies; 6+ messages in thread
From: concatime @ 2020-11-24 18:24 UTC (permalink / raw)
  To: ml

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

New comment by concatime on void-packages repository

https://github.com/void-linux/void-packages/pull/26670#issuecomment-733154992

Comment:
Ok.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: libplacebo: update to 2.27.2
  2020-11-24  4:26 [PR PATCH] libplacebo: update to 2.27.2 concatime
                   ` (3 preceding siblings ...)
  2020-11-24 18:24 ` concatime
@ 2020-11-24 18:24 ` concatime
  4 siblings, 0 replies; 6+ messages in thread
From: concatime @ 2020-11-24 18:24 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

libplacebo: update to 2.27.2
https://github.com/void-linux/void-packages/pull/26670

Description:


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-24 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24  4:26 [PR PATCH] libplacebo: update to 2.27.2 concatime
2020-11-24 16:40 ` [PR PATCH] [Updated] " concatime
2020-11-24 17:24 ` concatime
2020-11-24 18:22 ` ericonr
2020-11-24 18:24 ` concatime
2020-11-24 18:24 ` [PR PATCH] [Closed]: " concatime

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).