View | Details | Raw Unified | Return to bug 273793 | Differences between
and this patch

Collapse All | Expand All

(-)b/audio/musescore/Makefile (-2 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	${GH_PROJECT:tl}
1
PORTNAME=	${GH_PROJECT:tl}
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	4.1.0
3
DISTVERSION=	4.1.1
4
CATEGORIES=	audio
4
CATEGORIES=	audio
5
5
6
MAINTAINER=	adridg@FreeBSD.org
6
MAINTAINER=	adridg@FreeBSD.org
Lines 15-27 LIB_DEPENDS= libmp3lame.so:audio/lame \ Link Here
15
		libvorbis.so:audio/libvorbis \
15
		libvorbis.so:audio/libvorbis \
16
		libogg.so:audio/libogg \
16
		libogg.so:audio/libogg \
17
		libasound.so:audio/alsa-lib \
17
		libasound.so:audio/alsa-lib \
18
		libasound_module_pcm_oss.so:audio/alsa-plugins \
18
		libfreetype.so:print/freetype2
19
		libfreetype.so:print/freetype2
19
20
20
USES=		cmake compiler:c++11-lib localbase \
21
USES=		cmake compiler:c++11-lib localbase \
21
		pkgconfig qt:5
22
		pkgconfig qt:5
22
USE_QT=		concurrent core dbus declarative designer graphicaleffects gui \
23
USE_QT=		concurrent core dbus declarative designer graphicaleffects gui \
23
		help location network networkauth opengl printsupport \
24
		help location network networkauth opengl printsupport \
24
		quickcontrols2 scripttools sql svg testlib \
25
		quickcontrols quickcontrols2 scripttools sql svg testlib \
25
		webchannel widgets x11extras xml xmlpatterns \
26
		webchannel widgets x11extras xml xmlpatterns \
26
		buildtools:build linguisttools:build qmake:build uitools:build
27
		buildtools:build linguisttools:build qmake:build uitools:build
27
28
(-)b/audio/musescore/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1689326209
1
TIMESTAMP = 1694947674
2
SHA256 (musescore-MuseScore-v4.1.0_GH0.tar.gz) = 82b0477d6ca737f5e1db34fefce5f3a3215cc48beb1123bac85cae1fa4a4829b
2
SHA256 (musescore-MuseScore-v4.1.1_GH0.tar.gz) = 3e53ce88b98c08422c8f8dc8c71c6e31d1038c2b263649f6647de6fa4269ce9b
3
SIZE (musescore-MuseScore-v4.1.0_GH0.tar.gz) = 130990653
3
SIZE (musescore-MuseScore-v4.1.1_GH0.tar.gz) = 131007032
(-)b/audio/musescore/files/patch-CMakeLists.txt (+11 lines)
Added Link Here
1
--- CMakeLists.txt.orig	2023-07-11 13:58:04.000000000 +0000
2
+++ CMakeLists.txt	2023-07-26 01:16:10.541419000 +0000
3
@@ -46,7 +46,7 @@
4
 # - vtest           - for visual tests (for CI)
5
 # - utest           - for unit tests (for CI)
6
 
7
-set(MUSESCORE_BUILD_MODE "dev" CACHE STRING "Build mode")
8
+set(MUSESCORE_BUILD_MODE "release" CACHE STRING "Build mode")
9
 # Possible MUSESCORE_BUILD_MODE values:
10
 # - dev     - for development/nightly builds
11
 # - testing - for testing versions (alpha, beta, RC)

Return to bug 273793