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 21:17:11 +0100	[thread overview]
Message-ID: <20240302201711.C1C6E250CF@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49035@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 545 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/49035

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/49035.patch is attached

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

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

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

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 3d9d7b42692805..884b6714a8966b 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>"
+ 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
 
 glfw-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

---
 srcpkgs/glfw/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 884b6714a8966b..181c405d1c64a7 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -5,6 +5,7 @@ version=3.4
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
+hostmakedepends="extra-cmake-modules pkg-config wayland-devel"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
  libXinerama-devel libXrandr-devel libXcursor-devel libXi-devel"
 short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"

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

---
 srcpkgs/glfw/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 181c405d1c64a7..5ce801d7a467b2 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -4,10 +4,9 @@ pkgname=glfw
 version=3.4
 revision=1
 build_style=cmake
-configure_args="-DBUILD_SHARED_LIBS=ON"
-hostmakedepends="extra-cmake-modules pkg-config wayland-devel"
+configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_WAYLAND=OFF"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
- libXinerama-devel libXrandr-devel libXcursor-devel libXi-devel"
+ libXinerama-devel libXrandr-devel libXcursor-devel libXi-devel libxkbcommon-devel"
 short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"

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

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

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 5ce801d7a467b2..0624d3072fc925 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -6,7 +6,7 @@ revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_WAYLAND=OFF"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
- libXinerama-devel libXrandr-devel libXcursor-devel libXi-devel 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"

From 39ae66e7c5b7c43d60430648e17f740edac826b8 Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Sat, 2 Mar 2024 21:13:05 +0100
Subject: [PATCH 5/6] glfw: update to 3.4

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

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 0624d3072fc925..abfb74316ab756 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -6,7 +6,7 @@ revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_WAYLAND=OFF"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
- libXinerama-devel libXrandr-devel libXcursor-devel libXi-devel"
+ libXinerama-devel libXrandr-devel libXcursor-devel"
 short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"

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

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

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index abfb74316ab756..b90166f2825f2c 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -6,7 +6,7 @@ revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_WAYLAND=OFF"
 makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
- libXinerama-devel libXrandr-devel libXcursor-devel"
+ libXinerama-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 20:17 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2024-03-02 20:20 ` mkohlhaas
2024-03-02 20:23 ` mkohlhaas
2024-03-02 20:53 ` [PR PATCH] [Closed]: " mkohlhaas
  -- strict thread matches above, loose matches on Subject: below --
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
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
2024-03-02 19:19 ` mkohlhaas
2024-03-02 19:22 ` mkohlhaas
2024-03-02 19:24 ` mkohlhaas
2024-03-02 19:28 ` 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=20240302201711.C1C6E250CF@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).