Github messages for voidlinux
 help / color / mirror / Atom feed
From: mkohlhaas <mkohlhaas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] glfw: update to 3.4
Date: Sat, 02 Mar 2024 20:16:38 +0100	[thread overview]
Message-ID: <20240302191638.9ACAC29D33@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49033@inbox.vuxu.org>

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

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

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

glfw: 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**)

Email address `Enno Boland <gottox@voidlinux.org>` is unreachable.


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

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

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

---
 srcpkgs/glfw-wayland/template | 4 ++--
 srcpkgs/glfw/template         | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index eb0e8d33e284d0..dc75646ad4a6aa 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -1,6 +1,6 @@
 # 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"
@@ -13,7 +13,7 @@ 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"
 
diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 3d9d7b42692805..0b7646b1e7d8ef 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,19 +1,19 @@
 # Template file for 'glfw'
 # update together with glfw-wayland
 pkgname=glfw
-version=3.3.8
+version=3.4
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
  libXinerama-devel"
 short_desc="Multi-platform library for creating windows with OpenGL contexts"
-maintainer="Enno Boland <gottox@voidlinux.org>"
+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
 
 glfw-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 6130b15f6e0a494f88d501150494f36546dbf60c Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Sat, 2 Mar 2024 19:58:42 +0100
Subject: [PATCH 2/4] glfw: update to 3.4

---
 srcpkgs/glfw-wayland/template | 4 ++--
 srcpkgs/glfw/template         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index dc75646ad4a6aa..487f763d242d2c 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -3,11 +3,11 @@ pkgname=glfw-wayland
 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"
+short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.glfw.org"
diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 0b7646b1e7d8ef..39ed8c5f76c77b 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -7,7 +7,7 @@ build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
  libXinerama-devel"
-short_desc="Multi-platform library for creating windows with OpenGL contexts"
+short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.glfw.org"

From 42159b8807e6a16fa318f6cef63efe147139707e Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Sat, 2 Mar 2024 20:02:51 +0100
Subject: [PATCH 3/4] glfw: update to 3.4

---
 srcpkgs/glfw-wayland/template | 2 +-
 srcpkgs/glfw/template         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index 487f763d242d2c..25cc7a6325077c 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -7,7 +7,7 @@ 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 OpenGL, OpenGL ES and Vulkan development on the desktop"
+short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.glfw.org"
diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 39ed8c5f76c77b..1e10e738b19c02 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -7,7 +7,7 @@ build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
  libXinerama-devel"
-short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop"
+short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.glfw.org"

From 6a3a881370aecc70ffcd824c736087976e0a3c17 Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Sat, 2 Mar 2024 20:16:32 +0100
Subject: [PATCH 4/4] glfw: update to 3.4

---
 srcpkgs/glfw-wayland/template | 2 +-
 srcpkgs/glfw/template         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index 25cc7a6325077c..83ecb37abbee0e 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -6,7 +6,7 @@ build_style=cmake
 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"
+ libxkbcommon-devel libXrandr-devel"
 short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 1e10e738b19c02..6f2d35bffd2b60 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -6,7 +6,7 @@ revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
- libXinerama-devel"
+ libXinerama-devel libXrandr-devel"
 short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"

  parent reply	other threads:[~2024-03-02 19:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02 18:46 [PR PATCH] " mkohlhaas
2024-03-02 18:59 ` [PR PATCH] [Updated] " mkohlhaas
2024-03-02 19:03 ` mkohlhaas
2024-03-02 19:16 ` mkohlhaas [this message]
2024-03-02 19:19 ` mkohlhaas
2024-03-02 19:22 ` mkohlhaas
2024-03-02 19:24 ` mkohlhaas
2024-03-02 19:28 ` mkohlhaas
2024-03-02 19:40 ` [PR PATCH] [Closed]: " mkohlhaas
2024-03-02 19:52 [PR PATCH] " mkohlhaas
2024-03-02 20:00 ` [PR PATCH] [Updated] " mkohlhaas
2024-03-02 20:06 ` mkohlhaas
2024-03-02 20:10 ` mkohlhaas
2024-03-02 20:13 ` mkohlhaas
2024-03-02 20:17 ` mkohlhaas
2024-03-02 20:20 ` mkohlhaas
2024-03-02 20:23 ` mkohlhaas
2024-03-02 21:01 [PR PATCH] " mkohlhaas
2024-03-06 17:17 ` [PR PATCH] [Updated] " mkohlhaas
2024-03-06 17:21 ` mkohlhaas
2024-03-06 17:25 ` mkohlhaas
2024-03-06 17:30 ` mkohlhaas

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=20240302191638.9ACAC29D33@inbox.vuxu.org \
    --to=mkohlhaas@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).