From bc33a9adead339aa902a4e610325e35f35fa2331 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 11 Apr 2024 16:02:18 +0200 Subject: [PATCH] sendmidi: update to 1.3.0. --- srcpkgs/sendmidi/patches/juce-musl.patch | 6 +++--- srcpkgs/sendmidi/template | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/sendmidi/patches/juce-musl.patch b/srcpkgs/sendmidi/patches/juce-musl.patch index 70540b1b18f..895173ce86c 100644 --- a/srcpkgs/sendmidi/patches/juce-musl.patch +++ b/srcpkgs/sendmidi/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/sendmidi/template b/srcpkgs/sendmidi/template index c50f827d518..5b4d61e0865 100644 --- a/srcpkgs/sendmidi/template +++ b/srcpkgs/sendmidi/template @@ -1,7 +1,7 @@ # Template file for 'sendmidi' pkgname=sendmidi -version=1.2.1 -revision=2 +version=1.3.0 +revision=1 build_wrksrc="Builds/LinuxMakefile" build_style=gnu-makefile make_build_args="CONFIG=Release" @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/gbevin/SendMIDI" changelog="https://github.com/gbevin/SendMIDI/releases" distfiles="https://github.com/gbevin/SendMIDI/archive/refs/tags/${version}.tar.gz" -checksum=3fb3d16ee14784e057e633b6e57fede33ac291d9af85942106fde8b431e15740 +checksum=cb3404c24c6f66c3cbae5e8a62070470faf89932d9141cfa2dc7acdae30a9d87 do_build() { export JUCE_LDFLAGS="$LDFLAGS"