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: Wed, 06 Mar 2024 18:17:53 +0100	[thread overview]
Message-ID: <20240306171753.183202692C@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49042@inbox.vuxu.org>

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

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

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

From 892825f57d8e013660908975bddf57bbf5ed40ea Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Sat, 2 Mar 2024 22:00:08 +0100
Subject: [PATCH] glfw: update to 3.4

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

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index eb0e8d33e284d0..bd681e5a8ed493 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -1,24 +1,24 @@
 # 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"
 
 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
 }
diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index 3d9d7b42692805..d79662cc6877d2 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,19 +1,18 @@
 # 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 wayland-devel wayland-protocols libxkbcommon-devel"
+short_desc="Multi-platform library for OpenGL, OpenGL ES and Vulkan"
+maintainer="Knock <knock@myopendoor.de>"
 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}"

  parent reply	other threads:[~2024-03-06 17:17 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02 21:01 [PR PATCH] " mkohlhaas
2024-03-02 21:20 ` mkohlhaas
2024-03-03 16:59 ` [PR REVIEW] " classabbyamp
2024-03-03 18:49 ` mkohlhaas
2024-03-03 18:50 ` mkohlhaas
2024-03-03 19:39 ` classabbyamp
2024-03-03 19:40 ` mkohlhaas
2024-03-03 19:41 ` classabbyamp
2024-03-03 19:50 ` Gottox
2024-03-06 15:39 ` M374LX
2024-03-06 17:17 ` mkohlhaas [this message]
2024-03-06 17:21 ` [PR PATCH] [Updated] " mkohlhaas
2024-03-06 17:25 ` mkohlhaas
2024-03-06 17:30 ` mkohlhaas
2024-03-12 20:00 ` [PR PATCH] [Closed]: " mkohlhaas
  -- strict thread matches above, loose matches on Subject: below --
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 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=20240306171753.183202692C@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).