Date: Tue, 17 Mar 2026 06:03:19 +0000 From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7926d9e546da - main - audio/mixxx: Add pkg-message Message-ID: <69b8eea7.32f32.551f7040@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7926d9e546da25a94705d2dc54184d00d401f7cc commit 7926d9e546da25a94705d2dc54184d00d401f7cc Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2026-03-17 06:01:27 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2026-03-17 06:01:27 +0000 audio/mixxx: Add pkg-message - Add entry about MIDI DJ controller support - Bump PORTREVISION PR: 293017 Reported by: Alexander Vereeken <Alexander88207 at protonmail.com> --- audio/mixxx/Makefile | 4 +++- audio/mixxx/files/pkg-message.in | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 312cff227269..31425cb826b9 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -1,6 +1,6 @@ PORTNAME= mixxx DISTVERSION= 2.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org @@ -92,6 +92,8 @@ QTKEYCHAIN_LIB_DEPENDS= libqt6keychain.so:security/qtkeychain@qt6 WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack WAVPACK_CMAKE_BOOL= WAVPACK +SUB_FILES= pkg-message + post-patch: @${REINPLACE_CMD} -e "s|^Exec=.*|Exec=mixxx|" \ ${WRKSRC}/res/linux/org.mixxx.Mixxx.desktop diff --git a/audio/mixxx/files/pkg-message.in b/audio/mixxx/files/pkg-message.in new file mode 100644 index 000000000000..93305e923713 --- /dev/null +++ b/audio/mixxx/files/pkg-message.in @@ -0,0 +1,13 @@ +[ +{ type: install + message: <<EOM +Mixx was installed + +1) To use a MIDI DJ controller you need to use audio/alsa-seq-server. + + This server allows Mixxx to detect your MIDI controller and communicate with it properly. + +2) Enjoy it +EOM +} +]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b8eea7.32f32.551f7040>
