Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glfw-wayland: update to 3.4
@ 2024-03-02 20:32 mkohlhaas
  2024-03-02 20:41 ` [PR PATCH] [Updated] " mkohlhaas
  2024-03-02 20:53 ` [PR PATCH] [Closed]: " mkohlhaas
  0 siblings, 2 replies; 3+ messages in thread
From: mkohlhaas @ 2024-03-02 20:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mkohlhaas/void-packages glfw-wayland
https://github.com/void-linux/void-packages/pull/49038

glfw-wayland: update to 3.4
Testing the changes
   - I tested the changes in this PR: **YES**

Local build testing
   -  I built this PR locally for my native architecture, (**x86_64-glibc**)

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

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

From 121a6bece7394b6105d345df9eadf94aa244f3ca Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Sat, 2 Mar 2024 21:30:02 +0100
Subject: [PATCH] glfw-wayland: update to 3.4

---
 srcpkgs/glfw-wayland/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index eb0e8d33e284d0..6ba7797863e2be 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -1,19 +1,20 @@
 # Template file for 'glfw-wayland'
 pkgname=glfw-wayland
-version=3.3.8
+version=3.4
 revision=1
 build_style=cmake
-configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_USE_WAYLAND=ON"
+configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_WAYLAND=ON"
 hostmakedepends="extra-cmake-modules pkg-config wayland-devel"
 makedepends="MesaLib-devel glu-devel wayland-devel wayland-protocols
- libxkbcommon-devel"
-short_desc="Multi-platform library for creating windows with OpenGL contexts"
+ libxkbcommon-devel libXinerama-devel libXrandr-devel libXcursor-devel
+ libXi-devel"
+short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.glfw.org"
 changelog="https://www.glfw.org/changelog.html"
 distfiles="https://github.com/glfw/glfw/archive/${version}.tar.gz"
-checksum=f30f42e05f11e5fc62483e513b0488d5bceeab7d9c5da0ffe2252ad81816c713
+checksum=c038d34200234d071fae9345bc455e4a8f2f544ab60150765d7704e08f3dac01
 provides="glfw-${version}_${revision}"
 replaces="glfw>=0"
 

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

* Re: [PR PATCH] [Updated] glfw-wayland: update to 3.4
  2024-03-02 20:32 [PR PATCH] glfw-wayland: update to 3.4 mkohlhaas
@ 2024-03-02 20:41 ` mkohlhaas
  2024-03-02 20:53 ` [PR PATCH] [Closed]: " mkohlhaas
  1 sibling, 0 replies; 3+ messages in thread
From: mkohlhaas @ 2024-03-02 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mkohlhaas/void-packages glfw-wayland
https://github.com/void-linux/void-packages/pull/49038

glfw-wayland: update to 3.4
Testing the changes
   - I tested the changes in this PR: **YES**

Local build testing
   -  I built this PR locally for my native architecture, (**x86_64-glibc**)

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

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

From 121a6bece7394b6105d345df9eadf94aa244f3ca Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Sat, 2 Mar 2024 21:30:02 +0100
Subject: [PATCH 1/2] glfw-wayland: update to 3.4

---
 srcpkgs/glfw-wayland/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index eb0e8d33e284d0..6ba7797863e2be 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -1,19 +1,20 @@
 # Template file for 'glfw-wayland'
 pkgname=glfw-wayland
-version=3.3.8
+version=3.4
 revision=1
 build_style=cmake
-configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_USE_WAYLAND=ON"
+configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_WAYLAND=ON"
 hostmakedepends="extra-cmake-modules pkg-config wayland-devel"
 makedepends="MesaLib-devel glu-devel wayland-devel wayland-protocols
- libxkbcommon-devel"
-short_desc="Multi-platform library for creating windows with OpenGL contexts"
+ libxkbcommon-devel libXinerama-devel libXrandr-devel libXcursor-devel
+ libXi-devel"
+short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.glfw.org"
 changelog="https://www.glfw.org/changelog.html"
 distfiles="https://github.com/glfw/glfw/archive/${version}.tar.gz"
-checksum=f30f42e05f11e5fc62483e513b0488d5bceeab7d9c5da0ffe2252ad81816c713
+checksum=c038d34200234d071fae9345bc455e4a8f2f544ab60150765d7704e08f3dac01
 provides="glfw-${version}_${revision}"
 replaces="glfw>=0"
 

From f139d35b514243594ff6e812a46ca16531aa3f3e Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Sat, 2 Mar 2024 21:41:43 +0100
Subject: [PATCH 2/2] glfw-wayland: update to 3.4

---
 srcpkgs/glfw-wayland/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index 6ba7797863e2be..bd681e5a8ed493 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -21,5 +21,4 @@ replaces="glfw>=0"
 do_install() {
 	vmkdir usr/lib
 	install -m755 ${wrksrc}/build/src/libglfw.so.${version%.*} ${DESTDIR}/usr/lib/
-	ln -s libglfw.so.${version%.*} ${DESTDIR}/usr/lib/libglfw.so.3
 }

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

* Re: [PR PATCH] [Closed]: glfw-wayland: update to 3.4
  2024-03-02 20:32 [PR PATCH] glfw-wayland: update to 3.4 mkohlhaas
  2024-03-02 20:41 ` [PR PATCH] [Updated] " mkohlhaas
@ 2024-03-02 20:53 ` mkohlhaas
  1 sibling, 0 replies; 3+ messages in thread
From: mkohlhaas @ 2024-03-02 20:53 UTC (permalink / raw)
  To: ml

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

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

glfw-wayland: update to 3.4
https://github.com/void-linux/void-packages/pull/49038

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

Local build testing
   -  I built this PR locally for my native architecture, (**x86_64-glibc**)

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

end of thread, other threads:[~2024-03-02 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-02 20:32 [PR PATCH] glfw-wayland: update to 3.4 mkohlhaas
2024-03-02 20:41 ` [PR PATCH] [Updated] " mkohlhaas
2024-03-02 20:53 ` [PR PATCH] [Closed]: " mkohlhaas

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