* [PR PATCH] glfw: update to 3.4.
@ 2024-07-09 12:59 Johnnynator
2024-07-09 13:03 ` [PR PATCH] [Updated] " Johnnynator
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Johnnynator @ 2024-07-09 12:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 314 bytes --]
There is a new pull request by Johnnynator against master on the void-packages repository
https://github.com/Johnnynator/void-packages glfw
https://github.com/void-linux/void-packages/pull/51173
glfw: update to 3.4.
None
A patch file from https://github.com/void-linux/void-packages/pull/51173.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glfw-51173.patch --]
[-- Type: text/x-diff, Size: 2740 bytes --]
From d9ee8cbfbdbbc4fb1d79b8db22d4accd34e81cc2 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 9 Jul 2024 14:53:05 +0200
Subject: [PATCH] glfw: update to 3.4.
---
srcpkgs/glfw-wayland | 1 +
srcpkgs/glfw-wayland/template | 24 ------------------------
srcpkgs/glfw/template | 11 +++++++++--
3 files changed, 10 insertions(+), 26 deletions(-)
create mode 120000 srcpkgs/glfw-wayland
delete mode 100644 srcpkgs/glfw-wayland/template
diff --git a/srcpkgs/glfw-wayland b/srcpkgs/glfw-wayland
new file mode 120000
index 00000000000000..adc93a5b9cf39d
--- /dev/null
+++ b/srcpkgs/glfw-wayland
@@ -0,0 +1 @@
+glfw
\ No newline at end of file
diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
deleted file mode 100644
index eb0e8d33e284d0..00000000000000
--- a/srcpkgs/glfw-wayland/template
+++ /dev/null
@@ -1,24 +0,0 @@
-# Template file for 'glfw-wayland'
-pkgname=glfw-wayland
-version=3.3.8
-revision=1
-build_style=cmake
-configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_USE_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"
-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
-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..d7aaec9850ae56 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,7 +1,7 @@
# 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"
@@ -13,7 +13,14 @@ 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-wayland_package() {
+ build_style=meta
+ short_desc+=" - (transitional dummy package)"
+ depends="${sourcepkg}>=${version}_${revision}"
+}
+
glfw-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] glfw: update to 3.4.
2024-07-09 12:59 [PR PATCH] glfw: update to 3.4 Johnnynator
@ 2024-07-09 13:03 ` Johnnynator
2024-07-09 13:13 ` Johnnynator
2024-07-14 19:06 ` [PR PATCH] [Merged]: " Johnnynator
2 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2024-07-09 13:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 319 bytes --]
There is an updated pull request by Johnnynator against master on the void-packages repository
https://github.com/Johnnynator/void-packages glfw
https://github.com/void-linux/void-packages/pull/51173
glfw: update to 3.4.
None
A patch file from https://github.com/void-linux/void-packages/pull/51173.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glfw-51173.patch --]
[-- Type: text/x-diff, Size: 3075 bytes --]
From 4dbdb1153459eb572cffddd8395b143cd1b7e208 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 9 Jul 2024 14:53:05 +0200
Subject: [PATCH] glfw: update to 3.4.
---
srcpkgs/glfw-wayland | 1 +
srcpkgs/glfw-wayland/template | 24 ------------------------
srcpkgs/glfw/template | 14 +++++++++++---
3 files changed, 12 insertions(+), 27 deletions(-)
create mode 120000 srcpkgs/glfw-wayland
delete mode 100644 srcpkgs/glfw-wayland/template
diff --git a/srcpkgs/glfw-wayland b/srcpkgs/glfw-wayland
new file mode 120000
index 00000000000000..adc93a5b9cf39d
--- /dev/null
+++ b/srcpkgs/glfw-wayland
@@ -0,0 +1 @@
+glfw
\ No newline at end of file
diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
deleted file mode 100644
index eb0e8d33e284d0..00000000000000
--- a/srcpkgs/glfw-wayland/template
+++ /dev/null
@@ -1,24 +0,0 @@
-# Template file for 'glfw-wayland'
-pkgname=glfw-wayland
-version=3.3.8
-revision=1
-build_style=cmake
-configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_USE_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"
-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
-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..5d9b76b349d926 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,19 +1,27 @@
# 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"
+hostmakedepends="pkg-config wayland-devel"
makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
- libXinerama-devel"
+ libxkbcommon-devel libXinerama-devel wayland-devel wayland-protocols"
short_desc="Multi-platform library for creating windows with OpenGL contexts"
maintainer="Enno Boland <gottox@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-wayland_package() {
+ build_style=meta
+ short_desc+=" - (transitional dummy package)"
+ depends="${sourcepkg}>=${version}_${revision}"
+}
+
glfw-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] glfw: update to 3.4.
2024-07-09 12:59 [PR PATCH] glfw: update to 3.4 Johnnynator
2024-07-09 13:03 ` [PR PATCH] [Updated] " Johnnynator
@ 2024-07-09 13:13 ` Johnnynator
2024-07-14 19:06 ` [PR PATCH] [Merged]: " Johnnynator
2 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2024-07-09 13:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 319 bytes --]
There is an updated pull request by Johnnynator against master on the void-packages repository
https://github.com/Johnnynator/void-packages glfw
https://github.com/void-linux/void-packages/pull/51173
glfw: update to 3.4.
None
A patch file from https://github.com/void-linux/void-packages/pull/51173.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glfw-51173.patch --]
[-- Type: text/x-diff, Size: 4359 bytes --]
From 1289a33f3e612764caa137e9dac34e97b57d5a58 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 9 Jul 2024 14:53:05 +0200
Subject: [PATCH 1/2] glfw: update to 3.4.
---
srcpkgs/glfw-wayland | 1 +
srcpkgs/glfw-wayland/template | 24 ------------------------
srcpkgs/glfw/template | 14 +++++++++++---
3 files changed, 12 insertions(+), 27 deletions(-)
create mode 120000 srcpkgs/glfw-wayland
delete mode 100644 srcpkgs/glfw-wayland/template
diff --git a/srcpkgs/glfw-wayland b/srcpkgs/glfw-wayland
new file mode 120000
index 00000000000000..adc93a5b9cf39d
--- /dev/null
+++ b/srcpkgs/glfw-wayland
@@ -0,0 +1 @@
+glfw
\ No newline at end of file
diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
deleted file mode 100644
index eb0e8d33e284d0..00000000000000
--- a/srcpkgs/glfw-wayland/template
+++ /dev/null
@@ -1,24 +0,0 @@
-# Template file for 'glfw-wayland'
-pkgname=glfw-wayland
-version=3.3.8
-revision=1
-build_style=cmake
-configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_USE_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"
-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
-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..5d9b76b349d926 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,19 +1,27 @@
# 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"
+hostmakedepends="pkg-config wayland-devel"
makedepends="MesaLib-devel libXrandr-devel libXi-devel glu-devel libXcursor-devel
- libXinerama-devel"
+ libxkbcommon-devel libXinerama-devel wayland-devel wayland-protocols"
short_desc="Multi-platform library for creating windows with OpenGL contexts"
maintainer="Enno Boland <gottox@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-wayland_package() {
+ build_style=meta
+ short_desc+=" - (transitional dummy package)"
+ depends="${sourcepkg}>=${version}_${revision}"
+}
+
glfw-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
From 064d9b776a82ab5a465f433a10b56aa20cf0edb3 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 9 Jul 2024 15:08:25 +0200
Subject: [PATCH 2/2] imhex: update to 1.35.4.
---
srcpkgs/imhex/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/imhex/template b/srcpkgs/imhex/template
index 4484d56810062a..9e8cd7184a1520 100644
--- a/srcpkgs/imhex/template
+++ b/srcpkgs/imhex/template
@@ -1,6 +1,6 @@
# Template file for 'imhex'
pkgname=imhex
-version=1.35.3
+version=1.35.4
revision=1
build_wrksrc="ImHex"
build_style=cmake
@@ -21,8 +21,8 @@ homepage="https://imhex.werwolv.net/"
changelog="https://github.com/WerWolv/ImHex/releases"
distfiles="https://github.com/WerWolv/ImHex/releases/download/v${version}/Full.Sources.tar.gz>imhex-${version}.tar.gz
https://github.com/WerWolv/ImHex-Patterns/archive/refs/tags/ImHex-v${version}.tar.gz>imhex-patterns-${version}.tar.gz"
-checksum="371c36f57c82b36e44069c91448891d1f0795962604246539f9ae38f330c11af
- 39b660b168f06fc80a990a85fca474a07fbd135530779ea16aba9c6587f4fa14"
+checksum="987188df511a01dca407c4fd398a9dbc805ef82cdf044ea27da57ec343c7d6df
+ 10df85b64b4c14945e43ad14b3ff95cda9ba23e47f4559b5429c2dc733fe23ed"
patch_args="-Np1 -d $build_wrksrc"
python_version=3
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: glfw: update to 3.4.
2024-07-09 12:59 [PR PATCH] glfw: update to 3.4 Johnnynator
2024-07-09 13:03 ` [PR PATCH] [Updated] " Johnnynator
2024-07-09 13:13 ` Johnnynator
@ 2024-07-14 19:06 ` Johnnynator
2 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2024-07-14 19:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]
There's a merged pull request on the void-packages repository
glfw: update to 3.4.
https://github.com/void-linux/void-packages/pull/51173
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
(imhex 1.35.4 is in here since this version (and any newer one) links against some X11 symbols of glfw, so won't work with the otherwise abi compatible `glfw-wayland`. `glfw` 3.4 fixes this by having support for both X11 and Wayland in a single library)
#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PR PATCH] glfw: update to 3.4
@ 2024-03-02 21:01 mkohlhaas
0 siblings, 0 replies; 7+ messages in thread
From: mkohlhaas @ 2024-03-02 21:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 538 bytes --]
There is a new 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: 2970 bytes --]
From 8d85a026e5157aa013326d3415eaf13c3a7f48e0 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 | 10 +++++-----
2 files changed, 11 insertions(+), 11 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..b90166f2825f2c 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"
+configure_args="-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_WAYLAND=OFF"
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>"
+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}"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PR PATCH] glfw: update to 3.4
@ 2024-03-02 19:52 mkohlhaas
0 siblings, 0 replies; 7+ messages in thread
From: mkohlhaas @ 2024-03-02 19:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
There is a new 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: 1459 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] 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}"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PR PATCH] glfw: update to 3.4
@ 2024-03-02 18:46 mkohlhaas
0 siblings, 0 replies; 7+ messages in thread
From: mkohlhaas @ 2024-03-02 18:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 544 bytes --]
There is a new 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: 2148 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] 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}"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-07-14 19:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-09 12:59 [PR PATCH] glfw: update to 3.4 Johnnynator
2024-07-09 13:03 ` [PR PATCH] [Updated] " Johnnynator
2024-07-09 13:13 ` Johnnynator
2024-07-14 19:06 ` [PR PATCH] [Merged]: " Johnnynator
-- strict thread matches above, loose matches on Subject: below --
2024-03-02 21:01 [PR PATCH] " mkohlhaas
2024-03-02 19:52 mkohlhaas
2024-03-02 18:46 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).