From ca21c10cabf1cee548ce44768a19489e35a2e45a Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Thu, 3 Nov 2022 15:24:55 +0900 Subject: [PATCH] lenmus: Bump to 6.0.1 --- x11-packages/lenmus/build.sh | 5 ++--- x11-packages/lenmus/wx-3.1.patch | 22 ---------------------- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 x11-packages/lenmus/wx-3.1.patch diff --git a/x11-packages/lenmus/build.sh b/x11-packages/lenmus/build.sh index 5b5282a91f..eaf2bd70bd 100644 --- a/x11-packages/lenmus/build.sh +++ b/x11-packages/lenmus/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=http://www.lenmus.org/ TERMUX_PKG_DESCRIPTION="A free program to help you in the study of music theory and ear training" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=6.0.0 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=6.0.1 TERMUX_PKG_SRCURL=https://github.com/lenmus/lenmus/archive/refs/tags/Release_${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=235a44a04e827fb9a118073ffcc92dc3714df073b7c67e915b860d3a8480e4fd +TERMUX_PKG_SHA256=1fa5b8edc468c800598845aa809b4a4e93058ed13af40bfacd037c44d1c4bc1d TERMUX_PKG_DEPENDS="fluidsynth, fontconfig, freetype, libc++, libpng, libsqlite, portmidi, wxwidgets, zlib" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" -DFLUIDR3_PATH=$TERMUX_PREFIX/share/soundfonts diff --git a/x11-packages/lenmus/wx-3.1.patch b/x11-packages/lenmus/wx-3.1.patch deleted file mode 100644 index 289426243d..0000000000 --- a/x11-packages/lenmus/wx-3.1.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/include/lenmus_content_box_ctrol.h -+++ b/include/lenmus_content_box_ctrol.h -@@ -129,7 +129,7 @@ - wxWindow* GetHTMLWindow(); - wxColour GetHTMLBackgroundColour() const; - void SetHTMLBackgroundColour(const wxColour& WXUNUSED(clr)); -- void SetHTMLBackgroundImage(const wxBitmap& WXUNUSED(bmpBg)); -+ void SetHTMLBackgroundImage(const wxBitmapBundle& WXUNUSED(bmpBg)); - void SetHTMLStatusText(const wxString& WXUNUSED(text)); - wxCursor GetHTMLCursor(HTMLCursor type) const; - wxPoint GetRootCellCoords(size_t n) const; ---- a/src/app/lenmus_content_box_ctrol.cpp -+++ b/src/app/lenmus_content_box_ctrol.cpp -@@ -989,7 +989,7 @@ - // nothing to do - } - --void ContentBoxCtrol::SetHTMLBackgroundImage(const wxBitmap& WXUNUSED(bmpBg)) -+void ContentBoxCtrol::SetHTMLBackgroundImage(const wxBitmapBundle& WXUNUSED(bmpBg)) - { - // nothing to do - }