diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2023-09-18 20:16:12 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2023-09-18 20:24:13 +0000 |
commit | f5ce69fb0a1946750851a8b421187175cc6d4e63 (patch) | |
tree | 444b77c4b5233a3f06d3f3d9ede66d9ae018ff50 | |
parent | a45626569621d1c322245956f3c7800a41d3fad6 (diff) | |
download | ports-f5ce69fb0a1946750851a8b421187175cc6d4e63.tar.gz ports-f5ce69fb0a1946750851a8b421187175cc6d4e63.zip |
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
-rw-r--r-- | audio/musescore/Makefile | 5 | ||||
-rw-r--r-- | audio/musescore/distinfo | 6 | ||||
-rw-r--r-- | 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) |