summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/amberol/Makefile2
-rw-r--r--audio/ebur128/Makefile2
-rw-r--r--audio/fooyin/files/patch-src_utils_starrating.cpp16
-rw-r--r--audio/ft2-clone/Makefile2
-rw-r--r--audio/ft2-clone/distinfo6
-rw-r--r--audio/gnome-metronome/Makefile2
-rw-r--r--audio/gnome-podcasts/Makefile2
-rw-r--r--audio/gonic/Makefile2
-rw-r--r--audio/lewton/Makefile2
-rw-r--r--audio/libopenmpt/Makefile2
-rw-r--r--audio/libopenmpt/distinfo6
-rw-r--r--audio/libopusenc/Makefile2
-rw-r--r--audio/libopusenc/files/patch-include_opusenc.h53
-rw-r--r--audio/linuxwave/Makefile5
-rw-r--r--audio/midivisualizer/Makefile3
-rw-r--r--audio/midivisualizer/distinfo6
-rw-r--r--audio/mixxx/Makefile8
-rw-r--r--audio/mixxx/pkg-plist4
-rw-r--r--audio/mmtc/Makefile2
-rw-r--r--audio/mousai/Makefile2
-rw-r--r--audio/musescore/Makefile28
-rw-r--r--audio/musescore/distinfo22
-rw-r--r--audio/musescore/files/patch-share_icons_CMakeLists.txt8
-rw-r--r--audio/musescore/files/patch-src_framework_ui_CMakeLists.txt4
-rw-r--r--audio/musescore/files/patch-src_framework_ui_uimodule.cpp18
-rw-r--r--audio/musescore/files/patch-src_notation_view_abstractnotationpaintview.cpp10
-rw-r--r--audio/musescore/files/patch-src_palette_view_widgets_specialcharactersdialog.cpp18
-rw-r--r--audio/musescore/pkg-plist14
-rw-r--r--audio/myxer/Makefile2
-rw-r--r--audio/ncspot/Makefile1
-rw-r--r--audio/netease-music-tui/Makefile2
-rw-r--r--audio/opus/Makefile3
-rw-r--r--audio/opus/distinfo6
-rw-r--r--audio/opus/pkg-plist2
-rw-r--r--audio/pipewire-spa-oss/Makefile1
-rw-r--r--audio/shortwave/Makefile2
-rw-r--r--audio/songrec/Makefile2
-rw-r--r--audio/sonicradio/Makefile2
-rw-r--r--audio/sonicradio/distinfo10
-rw-r--r--audio/spotify-player/Makefile2
-rw-r--r--audio/spotifyd/Makefile1
-rw-r--r--audio/supercollider/Makefile3
-rw-r--r--audio/supercollider/distinfo4
43 files changed, 187 insertions, 107 deletions
diff --git a/audio/amberol/Makefile b/audio/amberol/Makefile
index 4d62c5997aa7..d4857878aaa9 100644
--- a/audio/amberol/Makefile
+++ b/audio/amberol/Makefile
@@ -1,6 +1,6 @@
PORTNAME= amberol
DISTVERSION= 2025.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile
index abc5f0684f5c..c771f88834bf 100644
--- a/audio/ebur128/Makefile
+++ b/audio/ebur128/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ebur128
DISTVERSION= 0.1.10
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= audio
MAINTAINER= diizzy@FreeBSD.org
diff --git a/audio/fooyin/files/patch-src_utils_starrating.cpp b/audio/fooyin/files/patch-src_utils_starrating.cpp
new file mode 100644
index 000000000000..d6bba85b0a9f
--- /dev/null
+++ b/audio/fooyin/files/patch-src_utils_starrating.cpp
@@ -0,0 +1,16 @@
+Fix build with Qt 6.10.1. The QString::arg() method no longer accepts
+implicit conversions. [1]
+
+[1] https://doc.qt.io/qt-6/qstring.html#arg-2
+
+--- src/utils/starrating.cpp.orig 2025-09-21 21:11:29 UTC
++++ src/utils/starrating.cpp
+@@ -104,7 +104,7 @@ void StarRating::paint(QPainter* painter, const QRect&
+ .arg(m_maxCount)
+ .arg(mode == EditMode::Editable ? 1 : 0)
+ .arg(rect.width())
+- .arg(alignment);
++ .arg(alignment.toInt());
+
+ QPixmap pixmap;
+ if(!QPixmapCache::find(cacheKey, &pixmap)) {
diff --git a/audio/ft2-clone/Makefile b/audio/ft2-clone/Makefile
index c0c080174006..0ba2a2a9f374 100644
--- a/audio/ft2-clone/Makefile
+++ b/audio/ft2-clone/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ft2-clone
DISTVERSIONPREFIX= v
-DISTVERSION= 2.02
+DISTVERSION= 2.03
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
diff --git a/audio/ft2-clone/distinfo b/audio/ft2-clone/distinfo
index ee524c879942..1669b79b9fc6 100644
--- a/audio/ft2-clone/distinfo
+++ b/audio/ft2-clone/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765086049
-SHA256 (8bitbubsy-ft2-clone-v2.02_GH0.tar.gz) = ad97571ffda6a9a8b623355447d72f9591eacba8440c1cc2bcaa9f0939324f43
-SIZE (8bitbubsy-ft2-clone-v2.02_GH0.tar.gz) = 5205235
+TIMESTAMP = 1765772314
+SHA256 (8bitbubsy-ft2-clone-v2.03_GH0.tar.gz) = d67db6477ddecdb54f408ac5b2012170325d4c3c6720f32d419b3f2a736a98b4
+SIZE (8bitbubsy-ft2-clone-v2.03_GH0.tar.gz) = 5204899
diff --git a/audio/gnome-metronome/Makefile b/audio/gnome-metronome/Makefile
index 89505f05c43c..4d29f39df2fb 100644
--- a/audio/gnome-metronome/Makefile
+++ b/audio/gnome-metronome/Makefile
@@ -1,6 +1,6 @@
PORTNAME= metronome
DISTVERSION= 1.3.0
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= audio gnome
PKGNAMEPREFIX= gnome-
DIST_SUBDIR= gnome
diff --git a/audio/gnome-podcasts/Makefile b/audio/gnome-podcasts/Makefile
index 3c45d3e72b8e..667d495aaa25 100644
--- a/audio/gnome-podcasts/Makefile
+++ b/audio/gnome-podcasts/Makefile
@@ -1,6 +1,6 @@
PORTNAME= podcasts
DISTVERSION= 0.7.1
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= audio
PKGNAMEPREFIX= gnome-
diff --git a/audio/gonic/Makefile b/audio/gonic/Makefile
index e95ff746e134..b8871326c63d 100644
--- a/audio/gonic/Makefile
+++ b/audio/gonic/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
mpv:multimedia/mpv
-USES= go:1.25,modules
+USES= go:1.25+,modules
USE_RC_SUBR= ${PORTNAME}
diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile
index a0fe6b20c029..a09bd1d4ebf1 100644
--- a/audio/lewton/Makefile
+++ b/audio/lewton/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lewton
DISTVERSION= 0.10.2
-PORTREVISION= 41
+PORTREVISION= 42
CATEGORIES= audio
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile
index e56e50e8459b..cc1732c1285d 100644
--- a/audio/libopenmpt/Makefile
+++ b/audio/libopenmpt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libopenmpt
-DISTVERSION= 0.8.3
+DISTVERSION= 0.8.4
DISTVERSIONSUFFIX= +release.autotools
CATEGORIES= audio
MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \
diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo
index 4c038653dd8c..acf0d9332ad0 100644
--- a/audio/libopenmpt/distinfo
+++ b/audio/libopenmpt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757396993
-SHA256 (libopenmpt-0.8.3+release.autotools.tar.gz) = 25d486a4da9728819274ed0959fd79a1c6358954710d54c14047c6457c8ca8ac
-SIZE (libopenmpt-0.8.3+release.autotools.tar.gz) = 1759774
+TIMESTAMP = 1765772339
+SHA256 (libopenmpt-0.8.4+release.autotools.tar.gz) = 627f9bf11aacae615a1f2c982c7e88cb21f11b2d6f0267946f7c82c5eae4943b
+SIZE (libopenmpt-0.8.4+release.autotools.tar.gz) = 1765663
diff --git a/audio/libopusenc/Makefile b/audio/libopusenc/Makefile
index 38d048114ad0..16ed51b39131 100644
--- a/audio/libopusenc/Makefile
+++ b/audio/libopusenc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libopusenc
PORTVERSION= 0.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= MOZILLA/opus
diff --git a/audio/libopusenc/files/patch-include_opusenc.h b/audio/libopusenc/files/patch-include_opusenc.h
new file mode 100644
index 000000000000..1c3774038996
--- /dev/null
+++ b/audio/libopusenc/files/patch-include_opusenc.h
@@ -0,0 +1,53 @@
+https://gitlab.xiph.org/xiph/libopusenc/-/commit/04c6172ffbbd5c7f7f2e170cf843872113f33b05
+
+--- include/opusenc.h.orig 2018-09-14 17:12:05 UTC
++++ include/opusenc.h
+@@ -121,6 +121,13 @@ extern "C" {
+ #define OPE_GET_NB_STREAMS_REQUEST 14013
+ #define OPE_GET_NB_COUPLED_STREAMS_REQUEST 14015
+
++/* Macros to trigger compilation errors when the wrong types are provided to a CTL. */
++/* These macros are not part of the API and are only for use within the macros below. */
++#define ope_check_int(x) (((void)((x) == (opus_int32)0)), (opus_int32)(x))
++#define ope_check_int_ptr(ptr) ((ptr) + ((ptr) - (opus_int32*)(ptr)))
++#define ope_check_packet_func(x) ((void)((void (*)(void *, const unsigned char *, opus_int32, opus_uint32))0 == (x)), (x))
++#define ope_check_void_ptr(x) ((void)((void *)0 == (x)), (x))
++
+ /**\defgroup encoder_ctl Encoding Options*/
+ /*@{*/
+
+@@ -129,21 +136,20 @@ extern "C" {
+ Macros for setting encoder options.*/
+ /*@{*/
+
+-#define OPE_SET_DECISION_DELAY(x) OPE_SET_DECISION_DELAY_REQUEST, __opus_check_int(x)
+-#define OPE_GET_DECISION_DELAY(x) OPE_GET_DECISION_DELAY_REQUEST, __opus_check_int_ptr(x)
+-#define OPE_SET_MUXING_DELAY(x) OPE_SET_MUXING_DELAY_REQUEST, __opus_check_int(x)
+-#define OPE_GET_MUXING_DELAY(x) OPE_GET_MUXING_DELAY_REQUEST, __opus_check_int_ptr(x)
+-#define OPE_SET_COMMENT_PADDING(x) OPE_SET_COMMENT_PADDING_REQUEST, __opus_check_int(x)
+-#define OPE_GET_COMMENT_PADDING(x) OPE_GET_COMMENT_PADDING_REQUEST, __opus_check_int_ptr(x)
+-#define OPE_SET_SERIALNO(x) OPE_SET_SERIALNO_REQUEST, __opus_check_int(x)
+-#define OPE_GET_SERIALNO(x) OPE_GET_SERIALNO_REQUEST, __opus_check_int_ptr(x)
+-/* FIXME: Add type-checking macros to these. */
+-#define OPE_SET_PACKET_CALLBACK(x,u) OPE_SET_PACKET_CALLBACK_REQUEST, (x), (u)
++#define OPE_SET_DECISION_DELAY(x) OPE_SET_DECISION_DELAY_REQUEST, ope_check_int(x)
++#define OPE_GET_DECISION_DELAY(x) OPE_GET_DECISION_DELAY_REQUEST, ope_check_int_ptr(x)
++#define OPE_SET_MUXING_DELAY(x) OPE_SET_MUXING_DELAY_REQUEST, ope_check_int(x)
++#define OPE_GET_MUXING_DELAY(x) OPE_GET_MUXING_DELAY_REQUEST, ope_check_int_ptr(x)
++#define OPE_SET_COMMENT_PADDING(x) OPE_SET_COMMENT_PADDING_REQUEST, ope_check_int(x)
++#define OPE_GET_COMMENT_PADDING(x) OPE_GET_COMMENT_PADDING_REQUEST, ope_check_int_ptr(x)
++#define OPE_SET_SERIALNO(x) OPE_SET_SERIALNO_REQUEST, ope_check_int(x)
++#define OPE_GET_SERIALNO(x) OPE_GET_SERIALNO_REQUEST, ope_check_int_ptr(x)
++#define OPE_SET_PACKET_CALLBACK(x,u) OPE_SET_PACKET_CALLBACK_REQUEST, ope_check_packet_func(x), ope_check_void_ptr(u)
+ /*#define OPE_GET_PACKET_CALLBACK(x,u) OPE_GET_PACKET_CALLBACK_REQUEST, (x), (u)*/
+-#define OPE_SET_HEADER_GAIN(x) OPE_SET_HEADER_GAIN_REQUEST, __opus_check_int(x)
+-#define OPE_GET_HEADER_GAIN(x) OPE_GET_HEADER_GAIN_REQUEST, __opus_check_int_ptr(x)
+-#define OPE_GET_NB_STREAMS(x) OPE_GET_NB_STREAMS_REQUEST, __opus_check_int_ptr(x)
+-#define OPE_GET_NB_COUPLED_STREAMS(x) OPE_GET_NB_COUPLED_STREAMS_REQUEST, __opus_check_int_ptr(x)
++#define OPE_SET_HEADER_GAIN(x) OPE_SET_HEADER_GAIN_REQUEST, ope_check_int(x)
++#define OPE_GET_HEADER_GAIN(x) OPE_GET_HEADER_GAIN_REQUEST, ope_check_int_ptr(x)
++#define OPE_GET_NB_STREAMS(x) OPE_GET_NB_STREAMS_REQUEST, ope_check_int_ptr(x)
++#define OPE_GET_NB_COUPLED_STREAMS(x) OPE_GET_NB_COUPLED_STREAMS_REQUEST, ope_check_int_ptr(x)
+ /*@}*/
+ /*@}*/
+
diff --git a/audio/linuxwave/Makefile b/audio/linuxwave/Makefile
index 62722dc55ead..31fd3d829555 100644
--- a/audio/linuxwave/Makefile
+++ b/audio/linuxwave/Makefile
@@ -1,6 +1,7 @@
PORTNAME= linuxwave
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
@@ -10,18 +11,18 @@ WWW= https://orhun.dev/linuxwave/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= zig>=0.14.0:lang/zig
+BUILD_DEPENDS= zig014=0.14.0:lang/zig014
USE_GITHUB= yes
GH_ACCOUNT= orhun
GH_TUPLE= Hejsil:zig-clap:0.10.0:zig_clap/../.cache/zig/p/clap-0.10.0-oBajB434AQBDh-Ei3YtoKIRxZacVPF1iSwp3IX_ZB8f0
-MAKE_ENV= DESTDIR="${STAGEDIR}"
CONFIGURE_ARGS= --prefix "${PREFIX}" \
${WITH_DEBUG:D:U-Doptimize=ReleaseFast} \
${WITH_PIE:D-Dpie} \
${WITH_RELRO:D-Drelro} \
-Dcpu=${CPUTYPE:Ubaseline} \
--verbose
+MAKE_ENV= DESTDIR="${STAGEDIR}"
NO_INSTALL= yes # strip(1) breaks runtime
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
diff --git a/audio/midivisualizer/Makefile b/audio/midivisualizer/Makefile
index 7ac6b545a343..4ac527796a98 100644
--- a/audio/midivisualizer/Makefile
+++ b/audio/midivisualizer/Makefile
@@ -1,7 +1,6 @@
PORTNAME= midivisualizer
DISTVERSIONPREFIX= v
-DISTVERSION= 7.2
-PORTREVISION= 1
+DISTVERSION= 7.3
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/audio/midivisualizer/distinfo b/audio/midivisualizer/distinfo
index 0b31378e92d3..d80302771dac 100644
--- a/audio/midivisualizer/distinfo
+++ b/audio/midivisualizer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699252698
-SHA256 (kosua20-MIDIVisualizer-v7.2_GH0.tar.gz) = 8e6c6ee0ef2de1f8b1a461596ab5cd32535af115f9f93d4c0ab527e694687433
-SIZE (kosua20-MIDIVisualizer-v7.2_GH0.tar.gz) = 5810946
+TIMESTAMP = 1765786075
+SHA256 (kosua20-MIDIVisualizer-v7.3_GH0.tar.gz) = cdb8f7ea87534bb4c343b5fc0ef4b81c43b1717953bc4b4068f8742ae2aae543
+SIZE (kosua20-MIDIVisualizer-v7.3_GH0.tar.gz) = 5811276
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 86793bf3339e..67c88993c29f 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mixxx
DISTVERSION= 2.5.3
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= acm@FreeBSD.org
@@ -33,7 +34,8 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \
libportmidi.so:audio/portmidi \
libupower-glib.so:sysutils/upower \
libkeyfinder.so:audio/libkeyfinder \
- libmp3lame.so:audio/lame
+ libmp3lame.so:audio/lame \
+ libxkbcommon.so:x11/libxkbcommon
USES= cmake:testing compiler:c++20-lang ebur128 gl iconv ninja pkgconfig \
sqlite ssl xorg
@@ -53,8 +55,8 @@ GH_ACCOUNT= mixxxdj
PKGNAMESUFFIX= -qt6
USES+= qt:6
-USE_QT= 5compat base:run declarative:build tools:build shadertools \
- sqldriver-sqlite:run svg
+USE_QT= 5compat base declarative shadertools \
+ sqldriver-sqlite:run svg tools:build
CMAKE_ARGS+= -DQT6=ON
QTKEYCHAIN_LIB_DEPENDS= libqt6keychain.so:security/qtkeychain@qt6
diff --git a/audio/mixxx/pkg-plist b/audio/mixxx/pkg-plist
index 83c56ab08d21..869d61a27704 100644
--- a/audio/mixxx/pkg-plist
+++ b/audio/mixxx/pkg-plist
@@ -1,9 +1,5 @@
bin/mixxx
share/applications/org.mixxx.Mixxx.desktop
-%%DOCSDIR%%/COPYING
-%%DOCSDIR%%/LICENSE
-%%DOCSDIR%%/Mixxx-Keyboard-Shortcuts.pdf
-%%DOCSDIR%%/README.md
share/icons/hicolor/128x128/apps/mixxx.png
share/icons/hicolor/256x256/apps/mixxx.png
share/icons/hicolor/32x32/apps/mixxx.png
diff --git a/audio/mmtc/Makefile b/audio/mmtc/Makefile
index 7e62b1599d24..2f1f2dd4c099 100644
--- a/audio/mmtc/Makefile
+++ b/audio/mmtc/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mmtc
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2
-PORTREVISION= 24
+PORTREVISION= 25
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/audio/mousai/Makefile b/audio/mousai/Makefile
index 1913b15df954..e7880626adfe 100644
--- a/audio/mousai/Makefile
+++ b/audio/mousai/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mousai
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile
index 26cf2a3d8eb7..f150c8a0a429 100644
--- a/audio/musescore/Makefile
+++ b/audio/musescore/Makefile
@@ -1,14 +1,14 @@
PORTNAME= ${GH_PROJECT:tl}
DISTVERSIONPREFIX= v
-DISTVERSION= 4.5.1
+DISTVERSION= 4.6.5
PORTREVISION= 1
CATEGORIES= audio
PATCH_SITES= https://github.com/musescore/MuseScore/commit/
-PATCHFILES+= 05056ed19520060c3912a09a3adfa0927057f956.patch:-p1 # Fix build with Qt 6.9
-PATCHFILES+= b67be2bace728c870bde6e327649a3f9441346ea.patch:-p1 # Fix configure with Qt 6.10
-PATCHFILES+= 650e05645f1c45993ec566c98c3d9743650cf8c1.patch:-p1 # Fix build with Qt 6.10
-PATCHFILES+= 8a9a871c47b934423eb1d6568d7dbcd5c8c8b3b1.patch:-p1 # Fix build with Qt 6.10
+PATCHFILES+= b79c3ba61e599e2211ba69f7be561ecfbdab941c.patch:-p1 # Fix build with Qt 6.10.1
+PATCHFILES+= 6f63cd15ced0b2a624a85e471724fba922762974.patch:-p1 # Add missing include for Qt 6.10
+PATCHFILES+= e25d01bd7f650e51911929ec2aa519923913cd05.patch:-p1 # Add missing include for Qt 6.10
+PATCHFILES+= 36d544ab41abff3dc675202953486b837f21b8b6.patch:-p1 # Fix build on FreeBSD
MAINTAINER= adridg@FreeBSD.org
COMMENT= Free music composition & notation software
@@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libasound.so:audio/alsa-lib \
- libasound_module_pcm_oss.so:audio/alsa-plugins \
libFLAC.so:audio/flac \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \
@@ -28,12 +27,13 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libopusenc.so:audio/libopusenc \
libtinyxml2.so:textproc/tinyxml2 \
libxkbcommon.so:x11/libxkbcommon
+RUN_DEPENDS= alsa-plugins>=1.2:audio/alsa-plugins
USES= cmake compiler:c++17-lang desktop-file-utils gl localbase \
pkgconfig qt:6 shared-mime-info
-USE_QT= base 5compat declarative networkauth scxml svg \
- tools:build
-USE_GL= gl
+USE_GL= opengl
+USE_QT= 5compat base declarative networkauth scxml svg \
+ shadertools:build tools:build
USE_GITHUB= yes
GH_PROJECT= MuseScore
@@ -44,15 +44,19 @@ GH_PROJECT= MuseScore
# Note needs PORTVERSION:R once there is a .minor version
DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R}
-CMAKE_TESTS= MUE_BUILD_BRAILLE_TESTS MUE_BUILD_ENGRAVING_TESTS MUE_BUILD_IMPORTEXPORT_TESTS MUE_BUILD_NOTATION_TESTS MUE_BUILD_PLAYBACK_TESTS MUE_BUILD_PROJECT_TESTS
+CMAKE_TESTS= MUE_BUILD_BRAILLE_TESTS \
+ MUE_BUILD_ENGRAVING_TESTS \
+ MUE_BUILD_IMPORTEXPORT_TESTS \
+ MUE_BUILD_NOTATION_TESTS \
+ MUE_BUILD_PLAYBACK_TESTS \
+ MUE_BUILD_PROJECT_TESTS
CMAKE_ON= MUE_COMPILE_USE_SYSTEM_FLAC \
MUE_COMPILE_USE_SYSTEM_FREETYPE \
MUE_COMPILE_USE_SYSTEM_HARFBUZZ \
MUE_COMPILE_USE_SYSTEM_OPUS \
MUE_COMPILE_USE_SYSTEM_OPUSENC \
MUE_COMPILE_USE_SYSTEM_TINYXML
-CMAKE_OFF= MUE_BUILD_CRASHPAD_CLIENT \
- MUE_COMPILE_USE_PCH \
+CMAKE_OFF= MUSE_COMPILE_USE_PCH \
${CMAKE_TESTS}
CMAKE_BUILD_TYPE= release
CMAKE_ARGS= -DMUSE_APP_BUILD_MODE="release"
diff --git a/audio/musescore/distinfo b/audio/musescore/distinfo
index 5971ac516088..ef66702f32f9 100644
--- a/audio/musescore/distinfo
+++ b/audio/musescore/distinfo
@@ -1,11 +1,11 @@
-TIMESTAMP = 1763631790
-SHA256 (musescore-MuseScore-v4.5.1_GH0.tar.gz) = 5ec033770599ee42ebc00e1a8c680b78de7ac871a0fa6484a68544653171b9ae
-SIZE (musescore-MuseScore-v4.5.1_GH0.tar.gz) = 144481700
-SHA256 (05056ed19520060c3912a09a3adfa0927057f956.patch) = 8f8b1d947562ccb78875c00f50ece2ba32cb2ff38ef9da6350fc1eae4eac734a
-SIZE (05056ed19520060c3912a09a3adfa0927057f956.patch) = 3471
-SHA256 (b67be2bace728c870bde6e327649a3f9441346ea.patch) = 2bfd54b8d548ee2cf27783143f8697dc4169d7d958d24f2c9addc9816990b7f9
-SIZE (b67be2bace728c870bde6e327649a3f9441346ea.patch) = 1030
-SHA256 (650e05645f1c45993ec566c98c3d9743650cf8c1.patch) = 3859e2d251e64adac9555eb165ccd9acc3174dbad99ad26c6728430927b6a3d2
-SIZE (650e05645f1c45993ec566c98c3d9743650cf8c1.patch) = 827
-SHA256 (8a9a871c47b934423eb1d6568d7dbcd5c8c8b3b1.patch) = 43f1038b63ed1fd1e7061c50bd849edde64c44cd89838b1c90900c383bd32bbc
-SIZE (8a9a871c47b934423eb1d6568d7dbcd5c8c8b3b1.patch) = 1274
+TIMESTAMP = 1766096878
+SHA256 (musescore-MuseScore-v4.6.5_GH0.tar.gz) = c9441c1344d2bd63f86e737e25293fbad532f3edec9380c7d42eab3a8042ced1
+SIZE (musescore-MuseScore-v4.6.5_GH0.tar.gz) = 159873358
+SHA256 (b79c3ba61e599e2211ba69f7be561ecfbdab941c.patch) = 1994c0f9d5ad28f341a88f484440b08d4e883a058fd45ac27cdbf27713fc31e7
+SIZE (b79c3ba61e599e2211ba69f7be561ecfbdab941c.patch) = 4348
+SHA256 (6f63cd15ced0b2a624a85e471724fba922762974.patch) = 20f6c338a6e0bb92607981565e40841dc0aeef68287864be7782e6c78d4cb8b9
+SIZE (6f63cd15ced0b2a624a85e471724fba922762974.patch) = 966
+SHA256 (e25d01bd7f650e51911929ec2aa519923913cd05.patch) = 73796ed2c3b5e5768fec3df7b49d41d3dd4845fc3a35e016eb69d6f8c27e9db8
+SIZE (e25d01bd7f650e51911929ec2aa519923913cd05.patch) = 1189
+SHA256 (36d544ab41abff3dc675202953486b837f21b8b6.patch) = 98823eda21bb81b31664d012c89a0953971bc62368b2f8ae75c0092f0a80f9bf
+SIZE (36d544ab41abff3dc675202953486b837f21b8b6.patch) = 1356
diff --git a/audio/musescore/files/patch-share_icons_CMakeLists.txt b/audio/musescore/files/patch-share_icons_CMakeLists.txt
index 94db8114ac87..59238d5df08b 100644
--- a/audio/musescore/files/patch-share_icons_CMakeLists.txt
+++ b/audio/musescore/files/patch-share_icons_CMakeLists.txt
@@ -1,11 +1,11 @@
---- share/icons/CMakeLists.txt.orig 2025-01-16 11:02:26 UTC
+--- share/icons/CMakeLists.txt.orig 2025-12-01 12:36:11 UTC
+++ share/icons/CMakeLists.txt
@@ -40,7 +40,7 @@ elseif(OS_IS_WIN)
- install(FILES MscxIcon/MS4_MscxIcon.png RENAME mscx.png DESTINATION ${CMAKE_INSTALL_PREFIX}/../AppInfo/FileTypeIcons)
+ install(FILES MscxIcon/MS4_MscxIcon_512x512.png RENAME mscx.png DESTINATION ${CMAKE_INSTALL_PREFIX}/../AppInfo/FileTypeIcons)
endif()
-elseif(OS_IS_LIN)
+elseif(OS_IS_LIN OR OS_IS_FBSD)
foreach(SIZE 16 24 32 48 64 96 128 512)
- install(FILES AppIcon/MS4_AppIcon_${SIZE}x${SIZE}.png RENAME mscore${MUSE_APP_INSTALL_SUFFIX}.png DESTINATION share/icons/hicolor/${SIZE}x${SIZE}/apps)
- endforeach()
+ install(FILES AppIcon/MS4_AppIcon_${SIZE}x${SIZE}.png
+ RENAME mscore${MUSE_APP_INSTALL_SUFFIX}.png
diff --git a/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt b/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt
index 3c4a3212eaa6..8b474d24aff1 100644
--- a/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt
+++ b/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt
@@ -1,6 +1,6 @@
---- src/framework/ui/CMakeLists.txt.orig 2024-12-11 12:43:18 UTC
+--- src/framework/ui/CMakeLists.txt.orig 2025-12-01 12:36:11 UTC
+++ src/framework/ui/CMakeLists.txt
-@@ -49,6 +49,8 @@ elseif(OS_IS_LIN)
+@@ -59,6 +59,8 @@ elseif(OS_IS_LIN)
set(PLATFORM_THEME_SRC
${CMAKE_CURRENT_LIST_DIR}/internal/platform/linux/linuxplatformtheme.cpp
${CMAKE_CURRENT_LIST_DIR}/internal/platform/linux/linuxplatformtheme.h
diff --git a/audio/musescore/files/patch-src_framework_ui_uimodule.cpp b/audio/musescore/files/patch-src_framework_ui_uimodule.cpp
new file mode 100644
index 000000000000..13fc605f5f0e
--- /dev/null
+++ b/audio/musescore/files/patch-src_framework_ui_uimodule.cpp
@@ -0,0 +1,18 @@
+--- src/framework/ui/uimodule.cpp.orig 2025-12-01 12:36:11 UTC
++++ src/framework/ui/uimodule.cpp
+@@ -49,6 +49,7 @@
+ #include "view/mainwindowbridge.h"
+ #else
+ #include "internal/platform/stub/stubplatformtheme.h"
++#include "internal/windowscontroller.h"
+ #include "view/mainwindowbridge.h"
+ #endif
+
+@@ -109,6 +110,7 @@ void UiModule::registerExports()
+ m_windowsController = std::make_shared<WindowsController>();
+ #else
+ m_platformTheme = std::make_shared<StubPlatformTheme>();
++ m_windowsController = std::make_shared<WindowsController>();
+ #endif
+
+ ioc()->registerExport<IUiConfiguration>(moduleName(), m_configuration);
diff --git a/audio/musescore/files/patch-src_notation_view_abstractnotationpaintview.cpp b/audio/musescore/files/patch-src_notation_view_abstractnotationpaintview.cpp
new file mode 100644
index 000000000000..032ff0b5ab92
--- /dev/null
+++ b/audio/musescore/files/patch-src_notation_view_abstractnotationpaintview.cpp
@@ -0,0 +1,10 @@
+--- src/notation/view/abstractnotationpaintview.cpp.orig 2025-12-01 12:36:11 UTC
++++ src/notation/view/abstractnotationpaintview.cpp
+@@ -21,6 +21,7 @@
+ */
+ #include "abstractnotationpaintview.h"
+
++#include <QCursor>
+ #include <QPainter>
+ #include <QMimeData>
+
diff --git a/audio/musescore/files/patch-src_palette_view_widgets_specialcharactersdialog.cpp b/audio/musescore/files/patch-src_palette_view_widgets_specialcharactersdialog.cpp
deleted file mode 100644
index 5c7526072218..000000000000
--- a/audio/musescore/files/patch-src_palette_view_widgets_specialcharactersdialog.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-Fix build with Qt >= 6.9.0
-
-/wrkdirs/usr/ports/audio/musescore/work/MuseScore-4.5/src/palette/view/widgets/specialcharactersdialog.cpp:715:55:
-error: no matching member function for call to 'arg'
- 715 | m_pUnicode->appendElement(fs, QString("0x%1").arg(code, 5, 16, QChar('0')));
- | ~~~~~~~~~~~~~~~~^~~
-
---- src/palette/view/widgets/specialcharactersdialog.cpp.orig 2025-03-13 18:44:57 UTC
-+++ src/palette/view/widgets/specialcharactersdialog.cpp
-@@ -712,7 +712,7 @@ void SpecialCharactersDialog::populateUnicode()
- std::shared_ptr<FSymbol> fs = std::make_shared<FSymbol>(gpaletteScore->dummy());
- fs->setCode(code);
- fs->setFont(m_font);
-- m_pUnicode->appendElement(fs, QString("0x%1").arg(code, 5, 16, QLatin1Char('0')));
-+ m_pUnicode->appendElement(fs, QString("0x%1").arg(static_cast<quint32>(code), 5, 16, QLatin1Char('0')));
- }
- }
-
diff --git a/audio/musescore/pkg-plist b/audio/musescore/pkg-plist
index 4f4de2782f39..549dba62e2dc 100644
--- a/audio/musescore/pkg-plist
+++ b/audio/musescore/pkg-plist
@@ -24,6 +24,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
%%DATADIR%%/autobotscripts/TC8_EngravingText.js
%%DATADIR%%/autobotscripts/TC9_BigScore(perfomance).js
%%DATADIR%%/autobotscripts/data/Big_Score.mscz
+%%DATADIR%%/autobotscripts/steps/Home.js
%%DATADIR%%/autobotscripts/steps/Inspector.js
%%DATADIR%%/autobotscripts/steps/Instruments.js
%%DATADIR%%/autobotscripts/steps/Navigation.js
@@ -50,9 +51,6 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
%%DATADIR%%/extensions/example3/configure.qml
%%DATADIR%%/extensions/example3/manifest.json
%%DATADIR%%/extensions/example3/remove.js
-%%DATADIR%%/instruments/instruments.xml
-%%DATADIR%%/instruments/orders.xml
-%%DATADIR%%/instruments/string_tunings_presets.json
%%DATADIR%%/locale/instruments_af.qm
%%DATADIR%%/locale/instruments_ar.qm
%%DATADIR%%/locale/instruments_ar_DZ.qm
@@ -237,15 +235,6 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
%%DATADIR%%/styles/Modified Stave Notation/22mm_MSN.mss
%%DATADIR%%/styles/Modified Stave Notation/25mm_MSN.mss
%%DATADIR%%/styles/MuseJazz.mss
-%%DATADIR%%/styles/cchords_muse.xml
-%%DATADIR%%/styles/cchords_nrb.xml
-%%DATADIR%%/styles/cchords_rb.xml
-%%DATADIR%%/styles/cchords_sym.xml
-%%DATADIR%%/styles/chords.xml
-%%DATADIR%%/styles/chords_jazz.xml
-%%DATADIR%%/styles/chords_std.xml
-%%DATADIR%%/styles/jazzchords.xml
-%%DATADIR%%/styles/stdchords.xml
%%DATADIR%%/tables/Es-Es-G0.utb
%%DATADIR%%/tables/IPA-unicode-range.uti
%%DATADIR%%/tables/IPA.utb
@@ -929,3 +918,4 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
%%DATADIR%%/wallpapers/paper5.png
%%DATADIR%%/wallpapers/paper6.png
%%DATADIR%%/wallpapers/paper7.png
+%%DATADIR%%/workspaces/Default.mws
diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile
index 3e7d2326cd4e..8aa77f8a92a7 100644
--- a/audio/myxer/Makefile
+++ b/audio/myxer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= myxer
DISTVERSION= 1.3.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile
index ddbbd8516707..eeee31cbd981 100644
--- a/audio/ncspot/Makefile
+++ b/audio/ncspot/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ncspot
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= rodrigo@FreeBSD.org
diff --git a/audio/netease-music-tui/Makefile b/audio/netease-music-tui/Makefile
index fb80f6e6f42e..f9ff79dae1b0 100644
--- a/audio/netease-music-tui/Makefile
+++ b/audio/netease-music-tui/Makefile
@@ -1,7 +1,7 @@
PORTNAME= netease-music-tui
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.5
-PORTREVISION= 26
+PORTREVISION= 27
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index dc394b339557..ed81fb56819b 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opus
-DISTVERSION= 1.5.2
+DISTVERSION= 1.6
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/opus/
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-custom-modes \
--enable-dred \
--enable-osce \
+ --enable-qext \
--disable-doc # requires doxygen
CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
INSTALL_TARGET= install-strip
diff --git a/audio/opus/distinfo b/audio/opus/distinfo
index 0419403a53e3..552ba0341c29 100644
--- a/audio/opus/distinfo
+++ b/audio/opus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713280233
-SHA256 (opus-1.5.2.tar.gz) = 65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1
-SIZE (opus-1.5.2.tar.gz) = 7839412
+TIMESTAMP = 1766093626
+SHA256 (opus-1.6.tar.gz) = b7637334527201fdfd6dd6a02e67aceffb0e5e60155bbd89175647a80301c92c
+SIZE (opus-1.6.tar.gz) = 36317446
diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist
index 7158f207bd58..270391ce7bdf 100644
--- a/audio/opus/pkg-plist
+++ b/audio/opus/pkg-plist
@@ -7,6 +7,6 @@ include/opus/opus_types.h
lib/libopus.a
lib/libopus.so
lib/libopus.so.0
-lib/libopus.so.0.10.1
+lib/libopus.so.0.11.0
libdata/pkgconfig/opus.pc
share/aclocal/opus.m4
diff --git a/audio/pipewire-spa-oss/Makefile b/audio/pipewire-spa-oss/Makefile
index 0a916daa05f9..7623449a35ad 100644
--- a/audio/pipewire-spa-oss/Makefile
+++ b/audio/pipewire-spa-oss/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pipewire-spa-oss
DISTVERSION= g20251117
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= arrowd@FreeBSD.org
diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile
index f7348751b438..721f7319caf3 100644
--- a/audio/shortwave/Makefile
+++ b/audio/shortwave/Makefile
@@ -1,6 +1,6 @@
PORTNAME= shortwave
DISTVERSION= 5.0.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MAINTAINER= decke@FreeBSD.org
diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile
index c02ab8e1447d..597a18b058b4 100644
--- a/audio/songrec/Makefile
+++ b/audio/songrec/Makefile
@@ -1,6 +1,6 @@
PORTNAME= songrec
DISTVERSION= 0.4.3
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/audio/sonicradio/Makefile b/audio/sonicradio/Makefile
index 0b4267828df3..963dac25850d 100644
--- a/audio/sonicradio/Makefile
+++ b/audio/sonicradio/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sonicradio
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.11
+DISTVERSION= 0.8.12
CATEGORIES= audio
MAINTAINER= nivit@FreeBSD.org
diff --git a/audio/sonicradio/distinfo b/audio/sonicradio/distinfo
index 41e797ab91af..145df3815798 100644
--- a/audio/sonicradio/distinfo
+++ b/audio/sonicradio/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1764842794
-SHA256 (go/audio_sonicradio/sonicradio-v0.8.11/v0.8.11.mod) = 28f1998b1c273839b1e713c931873f9d9a69c1f48b2bce8c7db2e471dbff07fa
-SIZE (go/audio_sonicradio/sonicradio-v0.8.11/v0.8.11.mod) = 1722
-SHA256 (go/audio_sonicradio/sonicradio-v0.8.11/v0.8.11.zip) = d3d463a47c97da7128fe33ef3ab64570d31017e3df1e2849f8197e9b27a39bfa
-SIZE (go/audio_sonicradio/sonicradio-v0.8.11/v0.8.11.zip) = 1283705
+TIMESTAMP = 1765892928
+SHA256 (go/audio_sonicradio/sonicradio-v0.8.12/v0.8.12.mod) = 28f1998b1c273839b1e713c931873f9d9a69c1f48b2bce8c7db2e471dbff07fa
+SIZE (go/audio_sonicradio/sonicradio-v0.8.12/v0.8.12.mod) = 1722
+SHA256 (go/audio_sonicradio/sonicradio-v0.8.12/v0.8.12.zip) = 47c3a5ffae00d7e2f83483e12aa4b0d38d43ffe5b751d406bba9b7a2b8fb8ca9
+SIZE (go/audio_sonicradio/sonicradio-v0.8.12/v0.8.12.zip) = 1285515
diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile
index 8bae53246664..0630076777c3 100644
--- a/audio/spotify-player/Makefile
+++ b/audio/spotify-player/Makefile
@@ -1,7 +1,7 @@
PORTNAME= spotify-player
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= jfree@FreeBSD.org
diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile
index f27315aef00b..c0971957720a 100644
--- a/audio/spotifyd/Makefile
+++ b/audio/spotifyd/Makefile
@@ -1,6 +1,7 @@
PORTNAME= spotifyd
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= rodrigo@FreeBSD.org
diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile
index f4fafa8efd4a..d180fca8e52b 100644
--- a/audio/supercollider/Makefile
+++ b/audio/supercollider/Makefile
@@ -4,6 +4,9 @@ CATEGORIES= audio
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/Version-${DISTVERSION}/
DISTNAME= SuperCollider-${DISTVERSION}-Source
+PATCH_SITES= https://github.com/supercollider/supercollider/commit/
+PATCHFILES+= e997e47890a9cee137756dede664811a58dbf85a.patch:-p1 # Fix build with Qt 6.10.1
+
MAINTAINER= ports@nicandneal.net
COMMENT= Programming language for real time audio synthesis
WWW= https://supercollider.github.io
diff --git a/audio/supercollider/distinfo b/audio/supercollider/distinfo
index 82ccf8de39bc..7baaccaa5d69 100644
--- a/audio/supercollider/distinfo
+++ b/audio/supercollider/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1765213238
+TIMESTAMP = 1766095043
SHA256 (SuperCollider-3.14.1-Source.tar.bz2) = ee640c68777ae697682066ce5c4a8b7e56c5b223e76c79c13b5be5387ee55bb2
SIZE (SuperCollider-3.14.1-Source.tar.bz2) = 20933809
+SHA256 (e997e47890a9cee137756dede664811a58dbf85a.patch) = c45cc2cc9d529ecdfadf7dda20b661ef3d974fe6656d8eef39f01cb886afcf7f
+SIZE (e997e47890a9cee137756dede664811a58dbf85a.patch) = 2097