lenmus: Bump to 6.0.1

This commit is contained in:
Tee KOBAYASHI 2022-11-03 15:24:55 +09:00 committed by xtkoba
parent b655fa6e2f
commit ca21c10cab
2 changed files with 2 additions and 25 deletions

View File

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

View File

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