Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] spacenavd: update to 1.3.
@ 2024-06-16 14:39 CtrlC-Root
  2024-06-16 14:43 ` CtrlC-Root
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: CtrlC-Root @ 2024-06-16 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CtrlC-Root/void-packages spacenavd-v1.3
https://github.com/void-linux/void-packages/pull/50849

spacenavd: update to 1.3.
https://github.com/FreeSpacenav/spacenavd/releases/tag/v1.3

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

* 3DConnexion SpaceMoue Pro Wireless
* libspnav-1.1

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spacenavd-v1.3-50849.patch --]
[-- Type: text/x-diff, Size: 1085 bytes --]

From 4f356dafd95f9b2993284c0947ea9ca8e39fee7f Mon Sep 17 00:00:00 2001
From: Alexandru Barbur <alex@ctrlc.name>
Date: Sun, 16 Jun 2024 10:36:44 -0400
Subject: [PATCH] spacenavd: update to 1.3.

---
 srcpkgs/spacenavd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/spacenavd/template b/srcpkgs/spacenavd/template
index bc19b380ab6fb1..120585cc6ff023 100644
--- a/srcpkgs/spacenavd/template
+++ b/srcpkgs/spacenavd/template
@@ -1,6 +1,6 @@
 # Template file for 'spacenavd'
 pkgname=spacenavd
-version=1.2
+version=1.3
 revision=1
 build_style=gnu-configure
 makedepends="libX11-devel libXtst-devel"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="http://spacenav.sourceforge.net"
 changelog="https://github.com/FreeSpacenav/spacenavd/releases"
 distfiles="https://github.com/FreeSpacenav/spacenavd/archive/refs/tags/v${version}.tar.gz"
-checksum="4b4096908f842f697a6410a5a873ff4927bd24bd041b6d60b111e90da1178840"
+checksum="0ab698fb309a7df9c68f37a6e3d80dd6bbe4cb1038a56846b63342c2535bb551"
 conf_files="/etc/spnavrc"
 
 post_install() {

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

* Re: spacenavd: update to 1.3.
  2024-06-16 14:39 [PR PATCH] spacenavd: update to 1.3 CtrlC-Root
@ 2024-06-16 14:43 ` CtrlC-Root
  2024-06-16 14:52 ` CtrlC-Root
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: CtrlC-Root @ 2024-06-16 14:43 UTC (permalink / raw)
  To: ml

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

New comment by CtrlC-Root on void-packages repository

https://github.com/void-linux/void-packages/pull/50849#issuecomment-2171694764

Comment:
Hmm, build failures on musl due to missing header I suspect. It can take a while for upstream to make releases though so I may ship a patch to fix it in the meantime.

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

* Re: spacenavd: update to 1.3.
  2024-06-16 14:39 [PR PATCH] spacenavd: update to 1.3 CtrlC-Root
  2024-06-16 14:43 ` CtrlC-Root
@ 2024-06-16 14:52 ` CtrlC-Root
  2024-06-16 16:29 ` [PR PATCH] [Updated] " CtrlC-Root
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: CtrlC-Root @ 2024-06-16 14:52 UTC (permalink / raw)
  To: ml

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

New comment by CtrlC-Root on void-packages repository

https://github.com/void-linux/void-packages/pull/50849#issuecomment-2171697619

Comment:
Upstream issue for the musl libc build failure: https://github.com/FreeSpacenav/spacenavd/issues/105.

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

* Re: [PR PATCH] [Updated] spacenavd: update to 1.3.
  2024-06-16 14:39 [PR PATCH] spacenavd: update to 1.3 CtrlC-Root
  2024-06-16 14:43 ` CtrlC-Root
  2024-06-16 14:52 ` CtrlC-Root
@ 2024-06-16 16:29 ` CtrlC-Root
  2024-06-16 16:31 ` CtrlC-Root
  2024-06-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: CtrlC-Root @ 2024-06-16 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CtrlC-Root/void-packages spacenavd-v1.3
https://github.com/void-linux/void-packages/pull/50849

spacenavd: update to 1.3.
https://github.com/FreeSpacenav/spacenavd/releases/tag/v1.3

#### Testing the changes
* I tested the changes in this PR: **YES**
  * 3DConnexion SpaceMoue Pro Wireless
  * libspnav-1.1

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spacenavd-v1.3-50849.patch --]
[-- Type: text/x-diff, Size: 1837 bytes --]

From 267e893f47803780cc077e71037fe184d356a184 Mon Sep 17 00:00:00 2001
From: Alexandru Barbur <alex@ctrlc.name>
Date: Sun, 16 Jun 2024 10:36:44 -0400
Subject: [PATCH] spacenavd: update to 1.3.

---
 .../spacenavd/patches/v1.3-fix-header-defines.patch   | 11 +++++++++++
 srcpkgs/spacenavd/template                            |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/spacenavd/patches/v1.3-fix-header-defines.patch

diff --git a/srcpkgs/spacenavd/patches/v1.3-fix-header-defines.patch b/srcpkgs/spacenavd/patches/v1.3-fix-header-defines.patch
new file mode 100644
index 00000000000000..1b30ff7e4b0ce1
--- /dev/null
+++ b/srcpkgs/spacenavd/patches/v1.3-fix-header-defines.patch
@@ -0,0 +1,11 @@
+Fix header defines until fixed upstream: https://github.com/FreeSpacenav/spacenavd/issues/105
+
+--- a/src/proto.h
++++ a/src/proto.h
+@@ -6,1 +6,1 @@ else ()
+-#ifdef HAVE_STDINT_H_
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
+ #elif defined(HAVE_INTTYPES_H_)
+ #include <inttypes.h>
+ #endif
diff --git a/srcpkgs/spacenavd/template b/srcpkgs/spacenavd/template
index bc19b380ab6fb1..120585cc6ff023 100644
--- a/srcpkgs/spacenavd/template
+++ b/srcpkgs/spacenavd/template
@@ -1,6 +1,6 @@
 # Template file for 'spacenavd'
 pkgname=spacenavd
-version=1.2
+version=1.3
 revision=1
 build_style=gnu-configure
 makedepends="libX11-devel libXtst-devel"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="http://spacenav.sourceforge.net"
 changelog="https://github.com/FreeSpacenav/spacenavd/releases"
 distfiles="https://github.com/FreeSpacenav/spacenavd/archive/refs/tags/v${version}.tar.gz"
-checksum="4b4096908f842f697a6410a5a873ff4927bd24bd041b6d60b111e90da1178840"
+checksum="0ab698fb309a7df9c68f37a6e3d80dd6bbe4cb1038a56846b63342c2535bb551"
 conf_files="/etc/spnavrc"
 
 post_install() {

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

* Re: spacenavd: update to 1.3.
  2024-06-16 14:39 [PR PATCH] spacenavd: update to 1.3 CtrlC-Root
                   ` (2 preceding siblings ...)
  2024-06-16 16:29 ` [PR PATCH] [Updated] " CtrlC-Root
@ 2024-06-16 16:31 ` CtrlC-Root
  2024-06-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: CtrlC-Root @ 2024-06-16 16:31 UTC (permalink / raw)
  To: ml

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

New comment by CtrlC-Root on void-packages repository

https://github.com/void-linux/void-packages/pull/50849#issuecomment-2171763527

Comment:
Ok, I added a patch to fix the header issue, until it's resolved upstream.

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

* Re: [PR PATCH] [Closed]: spacenavd: update to 1.3.
  2024-06-16 14:39 [PR PATCH] spacenavd: update to 1.3 CtrlC-Root
                   ` (3 preceding siblings ...)
  2024-06-16 16:31 ` CtrlC-Root
@ 2024-06-16 22:28 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-06-16 22:28 UTC (permalink / raw)
  To: ml

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

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

spacenavd: update to 1.3.
https://github.com/void-linux/void-packages/pull/50849

Description:
https://github.com/FreeSpacenav/spacenavd/releases/tag/v1.3

#### Testing the changes
* I tested the changes in this PR: **YES**
  * 3DConnexion SpaceMoue Pro Wireless
  * libspnav-1.1

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


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

end of thread, other threads:[~2024-06-16 22:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-16 14:39 [PR PATCH] spacenavd: update to 1.3 CtrlC-Root
2024-06-16 14:43 ` CtrlC-Root
2024-06-16 14:52 ` CtrlC-Root
2024-06-16 16:29 ` [PR PATCH] [Updated] " CtrlC-Root
2024-06-16 16:31 ` CtrlC-Root
2024-06-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp

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