Github messages for voidlinux
 help / color / mirror / Atom feed
From: unspecd <unspecd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] muse: update to 4.1.0.
Date: Mon, 25 Apr 2022 13:32:18 +0200	[thread overview]
Message-ID: <20220425113218.wAPlbVLkGWlc8FXON90fe3DucM4-_wHqvhofWGzO2s4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36847@inbox.vuxu.org>

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

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

https://github.com/unspecd/void-packages pkg/muse
https://github.com/void-linux/void-packages/pull/36847

muse: update to 4.1.0.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl


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

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

From 23250d89e2260eb72c06e274a480afee82431f13 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 24 Apr 2022 19:15:20 +1100
Subject: [PATCH] muse: update to 4.1.0.

---
 srcpkgs/muse/patches/i686.patch | 22 ++++++++++++++++++++++
 srcpkgs/muse/template           |  6 +++---
 2 files changed, 25 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/muse/patches/i686.patch

diff --git a/srcpkgs/muse/patches/i686.patch b/srcpkgs/muse/patches/i686.patch
new file mode 100644
index 000000000000..e15bce630026
--- /dev/null
+++ b/srcpkgs/muse/patches/i686.patch
@@ -0,0 +1,22 @@
+From 40afa0ad60e221c7b02fb8febbf9baff42c13cdc Mon Sep 17 00:00:00 2001
+From: Michal Vasilek <michal@vasilek.cz>
+Date: Mon, 25 Apr 2022 10:19:30 +0200
+Subject: [PATCH] Fix intptr_t was not declared in this scope on i386
+
+---
+ src/al/dsp.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/al/dsp.cpp b/src/al/dsp.cpp
+index 8a4803e4c..3f601dc63 100644
+--- a/src/al/dsp.cpp
++++ b/src/al/dsp.cpp
+@@ -21,7 +21,7 @@
+ //=============================================================================
+ 
+ #include <stdio.h>
+-//#include <stdint.h>
++#include <stdint.h>
+ //#include "config.h"
+ #include "al.h"
+ #include "dsp.h"
diff --git a/srcpkgs/muse/template b/srcpkgs/muse/template
index c1289802a6b6..ae753c097ee0 100644
--- a/srcpkgs/muse/template
+++ b/srcpkgs/muse/template
@@ -1,7 +1,7 @@
 # Template file for 'muse'
 pkgname=muse
-version=4.0.0
-revision=2
+version=4.1.0
+revision=1
 wrksrc="muse-${version}"
 build_wrksrc=src
 build_style=cmake
@@ -19,7 +19,7 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://muse-sequencer.github.io"
 distfiles="https://github.com/muse-sequencer/muse/archive/${version/pre/-pre}.tar.gz"
-checksum=cdd4c76a19f5be2d72832f6ed0d22218647c58b33f2da45ab2223a4c04bddf96
+checksum=b5462cdebd84326b0ffc0aa0b2c27f5eab55362dcc04e17796de866fcee4f391
 python_version=3
 
 build_options="alsa python"

  parent reply	other threads:[~2022-04-25 11:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25  4:12 [PR PATCH] " unspecd
2022-04-25  8:41 ` paper42
2022-04-25  8:49 ` [PR PATCH] [Updated] " unspecd
2022-04-25  9:37 ` unspecd
2022-04-25 11:29 ` [PR REVIEW] " paper42
2022-04-25 11:32 ` unspecd [this message]
2022-04-25 11:39 ` [PR PATCH] [Updated] " unspecd
2022-04-25 11:39 ` [PR REVIEW] " unspecd
2022-04-25 13:59 ` [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=20220425113218.wAPlbVLkGWlc8FXON90fe3DucM4-_wHqvhofWGzO2s4@z \
    --to=unspecd@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).