From ac8a2306c3d8b6e15d582e895751cc24b306b79b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 11 Apr 2024 16:02:23 +0200 Subject: [PATCH] receivemidi: update to 1.4.0. --- srcpkgs/receivemidi/patches/juce-musl.patch | 6 +++--- srcpkgs/receivemidi/template | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/receivemidi/patches/juce-musl.patch b/srcpkgs/receivemidi/patches/juce-musl.patch index 70540b1b18f..895173ce86c 100644 --- a/srcpkgs/receivemidi/patches/juce-musl.patch +++ b/srcpkgs/receivemidi/patches/juce-musl.patch @@ -1,5 +1,5 @@ ---- a/JuceLibraryCode/modules/juce_core/native/juce_linux_SystemStats.cpp -+++ b/JuceLibraryCode/modules/juce_core/native/juce_linux_SystemStats.cpp +--- a/JuceLibraryCode/modules/juce_core/native/juce_SystemStats_linux.cpp ++++ b/JuceLibraryCode/modules/juce_core/native/juce_SystemStats_linux.cpp @@ -198,7 +198,7 @@ String SystemStats::getUserLanguage() @@ -17,7 +17,7 @@ + #if JUCE_BSD || !defined(__GLIBC__) return {}; #else - return getLocaleValue (_NL_IDENTIFICATION_TERRITORY); + return getLocaleValue (_NL_ADDRESS_COUNTRY_AB2); --- a/JuceLibraryCode/modules/juce_core/system/juce_SystemStats.cpp +++ b/JuceLibraryCode/modules/juce_core/system/juce_SystemStats.cpp @@ -138,7 +138,7 @@ diff --git a/srcpkgs/receivemidi/template b/srcpkgs/receivemidi/template index f02c4afaa0d..960cbb5ae92 100644 --- a/srcpkgs/receivemidi/template +++ b/srcpkgs/receivemidi/template @@ -1,7 +1,7 @@ # Template file for 'receivemidi' pkgname=receivemidi -version=1.3.1 -revision=2 +version=1.4.0 +revision=1 build_wrksrc="Builds/LinuxMakefile" hostmakedepends="pkg-config" makedepends="alsa-lib-devel" @@ -11,7 +11,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/gbevin/ReceiveMIDI" changelog="https://github.com/gbevin/ReceiveMIDI/releases" distfiles="https://github.com/gbevin/ReceiveMIDI/archive/refs/tags/${version}.tar.gz" -checksum=54697ad1a723eea5e3f19ec3bf153795e765b278953dde8be7f350001637bc0a +checksum=92c534c90c02bed666b71e86d067d2cdb55146cf5cfa7588e7710af1d41d0c73 do_build() { export JUCE_LDFLAGS="$LDFLAGS"