muse: update to 4.1.0.

This commit is contained in:
Evgeny Ermakov 2022-04-24 19:15:20 +11:00 committed by Echo
parent 7c0417a24c
commit 1c13c76f29
2 changed files with 25 additions and 4 deletions

View file

@ -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"

View file

@ -1,8 +1,7 @@
# Template file for 'muse'
pkgname=muse
version=4.0.0
revision=2
wrksrc="muse-${version}"
version=4.1.0
revision=1
build_wrksrc=src
build_style=cmake
build_helper=qmake
@ -19,7 +18,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"