Date: Mon, 18 Sep 2023 20:24:35 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f5ce69fb0a19 - main - audio/musescore: update to 4.1.1, latest upstream Message-ID: <202309182024.38IKOZVl095508@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5ce69fb0a1946750851a8b421187175cc6d4e63 commit f5ce69fb0a1946750851a8b421187175cc6d4e63 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2023-09-18 20:16:12 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2023-09-18 20:24:13 +0000 audio/musescore: update to 4.1.1, latest upstream Update to 4.1.1 and repair some dependencies. PR: 273793 Reported by: Keith White Provided by: Keith White --- audio/musescore/Makefile | 5 +++-- audio/musescore/distinfo | 6 +++--- audio/musescore/files/patch-CMakeLists.txt | 11 +++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index 9c346d1142d4..439eab86a158 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${GH_PROJECT:tl} DISTVERSIONPREFIX= v -DISTVERSION= 4.1.0 +DISTVERSION= 4.1.1 CATEGORIES= audio MAINTAINER= adridg@FreeBSD.org @@ -15,13 +15,14 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg \ libasound.so:audio/alsa-lib \ + libasound_module_pcm_oss.so:audio/alsa-plugins \ libfreetype.so:print/freetype2 USES= cmake compiler:c++11-lib localbase \ pkgconfig qt:5 USE_QT= concurrent core dbus declarative designer graphicaleffects gui \ help location network networkauth opengl printsupport \ - quickcontrols2 scripttools sql svg testlib \ + quickcontrols quickcontrols2 scripttools sql svg testlib \ webchannel widgets x11extras xml xmlpatterns \ buildtools:build linguisttools:build qmake:build uitools:build diff --git a/audio/musescore/distinfo b/audio/musescore/distinfo index dddfcb550f1a..2116ae3f6857 100644 --- a/audio/musescore/distinfo +++ b/audio/musescore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689326209 -SHA256 (musescore-MuseScore-v4.1.0_GH0.tar.gz) = 82b0477d6ca737f5e1db34fefce5f3a3215cc48beb1123bac85cae1fa4a4829b -SIZE (musescore-MuseScore-v4.1.0_GH0.tar.gz) = 130990653 +TIMESTAMP = 1694947674 +SHA256 (musescore-MuseScore-v4.1.1_GH0.tar.gz) = 3e53ce88b98c08422c8f8dc8c71c6e31d1038c2b263649f6647de6fa4269ce9b +SIZE (musescore-MuseScore-v4.1.1_GH0.tar.gz) = 131007032 diff --git a/audio/musescore/files/patch-CMakeLists.txt b/audio/musescore/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..b8b623e3141f --- /dev/null +++ b/audio/musescore/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2023-07-11 13:58:04.000000000 +0000 ++++ CMakeLists.txt 2023-07-26 01:16:10.541419000 +0000 +@@ -46,7 +46,7 @@ + # - vtest - for visual tests (for CI) + # - utest - for unit tests (for CI) + +-set(MUSESCORE_BUILD_MODE "dev" CACHE STRING "Build mode") ++set(MUSESCORE_BUILD_MODE "release" CACHE STRING "Build mode") + # Possible MUSESCORE_BUILD_MODE values: + # - dev - for development/nightly builds + # - testing - for testing versions (alpha, beta, RC)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309182024.38IKOZVl095508>