Github messages for voidlinux
 help / color / mirror / Atom feed
From: pascal-huber <pascal-huber@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] antimicrox: update to 3.3.2
Date: Tue, 27 Dec 2022 17:25:40 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41319@inbox.vuxu.org> (raw)

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

There is a new pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages antimicrox
https://github.com/void-linux/void-packages/pull/41319

antimicrox: update to 3.3.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc, x86_64-musl
- I built this PR locally for these architectures:
  - armv7l


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

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

From f4ab71f0bc7b5397e57a072d3660faeeaeb401ab Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Tue, 27 Dec 2022 14:11:25 +0100
Subject: [PATCH] antimicrox: update to 3.3.2

---
 srcpkgs/antimicrox/patches/endian.patch | 20 --------------------
 srcpkgs/antimicrox/template             |  4 ++--
 2 files changed, 2 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/antimicrox/patches/endian.patch

diff --git a/srcpkgs/antimicrox/patches/endian.patch b/srcpkgs/antimicrox/patches/endian.patch
deleted file mode 100644
index 3e0093c90ea2..000000000000
--- a/srcpkgs/antimicrox/patches/endian.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/haptictriggerps5.cpp
-+++ b/src/haptictriggerps5.cpp
-@@ -27,7 +27,7 @@ constexpr u16 u16tole(u16 x)
- {
- #if __BYTE_ORDER == __LITTLE_ENDIAN
-     return x;
--#elif __BYTE_ORDER == _BIG_ENDIAN
-+#elif __BYTE_ORDER == __BIG_ENDIAN
-     return ((x << 8) & 0xFF00) | ((x >> 8) & 0x00FF);
- #else
-     #error "Target machine has unknown endianness!"
-@@ -38,7 +38,7 @@ constexpr u32 u32tole(u32 x)
- {
- #if __BYTE_ORDER == __LITTLE_ENDIAN
-     return x;
--#elif __BYTE_ORDER == _BIG_ENDIAN
-+#elif __BYTE_ORDER == __BIG_ENDIAN
-     return ((x << 24) & 0xFF000000) | ((x << 8) & 0x00FF0000) | ((x >> 8) & 0x0000FF00) | ((x >> 24) & 0x000000FF);
- #else
-     #error "Target machine has unknown endianness!"
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 4c2217e40536..3b6622670bcd 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.3.1
+version=3.3.2
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=df1df587691568190a1cfa024f85e842c3883f9c58e6a7e883d42976584f728d
+checksum=9f5b51655fb5bac9259e553bc3f001f4d31088f83ee0f90f0c136e58c10e9724
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" libexecinfo-devel"

             reply	other threads:[~2022-12-27 16:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-27 16:25 pascal-huber [this message]
2022-12-27 17:40 ` [PR REVIEW] " paper42
2022-12-27 18:12 ` [PR PATCH] [Updated] " pascal-huber
2022-12-27 18:14 ` [PR REVIEW] " pascal-huber
2022-12-27 18:45 ` [PR PATCH] [Merged]: " paper42

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41319@inbox.vuxu.org \
    --to=pascal-huber@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).