Skip to content

Commit

Permalink
muse: update to 4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
unspecd committed Apr 25, 2022
1 parent f1d060d commit 7702ceb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/muse/patches/include_stdint_h.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"
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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"
Expand Down

0 comments on commit 7702ceb

Please sign in to comment.