Please change the Mumble-build to qt5 because: DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15
1.3.0-rc1 was "released" yesterday: https://github.com/mumble-voip/mumble/issues/2728#issuecomment-473710939 Build fine for me on 12.0 amd64 (mumble and murmurd): git clone --branch 1.3.0-rc1 https://github.com/mumble-voip/mumble.git mumble cd mumble git submodule init git submodule update qmake "CONFIG+=bundled-celt no-bundled-speex no-bundled-opus no-update bundled-rnnoise no-alsa no-jackaudio no-portaudio no-pulseaudio no-dbus no-bonjour no-ice" main.pro gmake release I made few "draft" of Makefile: -PORTVERSION= 1.2.19 -PORTREVISION= 14 +PORTVERSION= 1.3.0.rc1 +PORTREVISION= 0 -USES= compiler:c++11-lang cpe desktop-file-utils gmake pkgconfig qmake qt:4 ssl +USES= compiler:c++11-lang cpe desktop-file-utils gmake pkgconfig qmake qt:5 ssl -GH_TAGNAME= 5a16cda:mumble_celt_0_7 e18de77:mumble_celt_0_11 +GH_TAGNAME= 1.3.0-rc1 5a16cda:mumble_celt_0_7 e18de77:mumble_celt_0_11 -USE_QT= gui svg iconengines_run xml sql network l10n \ - linguist_build moc_build rcc_build uic_build \ - opengl sql-sqlite3_run corelib +USE_QT= gui svg xml sql network l10n linguist_build \ + opengl sql-sqlite3_run core -CONFIG= no-server no-alsa no-speechd no-bundled-speex no-bundled-opus no-update \ - bundled-celt no-g15 no-pulseaudio no-xevie no-embed-qt-translations +CONFIG= no-server no-bundled-speex no-bundled-opus no-update bundled-celt bundled-rnnoise \ + no-alsa no-jackaudio no-portaudio no-pulseaudio no-dbus no-bonjour P.S. Hope this can help to return ports audio/mumble and audio/murmur back!
Please can you update the mumble and murmur Port? 2 Month and nothing :-(
audio/murmur is back, I'm working on mumble. I've been waiting *years* for them to release 1.3.0. The 1.2.x was not officially compatible with Qt5. It sort of worked in some areas, but was broken in others.
Created attachment 203016 [details] mumble 1.3.0-rc1
Can someone build/run test this port? I don't have a FreeBSD desktop handy at the moment
(In reply to Mark Felder from comment #5) "make" work fine, "make install" will test later.
Created attachment 203018 [details] Mumble 1.3.0-r1 Your version build and run fine. But I made patch for it - check, plz.
What is the reason to exclude and disable Speex and Opus? I'm not up to speed on mumble development, but these are automatically fetched with their build instructions (git submodule init, etc) Thanks!
(In reply to Mark Felder from comment #8) It isn't "disable Speex and Opus" at all - it's "disable bundled Speex and Opus". Use system-wide (from ports) Speex and Opus.
Thanks, I was overlooking that.
A commit references this bug: Author: feld Date: Thu Mar 21 13:53:05 UTC 2019 New revision: 496458 URL: https://svnweb.freebsd.org/changeset/ports/496458 Log: audio/mumble: Revive and update to 1.3.0-rc1 - Now supports Qt5 PR: 235177 Changes: head/audio/Makefile head/audio/mumble/ head/audio/mumble/Makefile head/audio/mumble/distinfo head/audio/mumble/files/extrapatch-fix-build-boost-1.66 head/audio/mumble/files/patch-compiler.pri head/audio/mumble/files/patch-cplusplus.pri head/audio/mumble/files/patch-overlay_gl-overlay.c head/audio/mumble/files/patch-overlay_overlay.h head/audio/mumble/files/patch-plugins-plugins.pri head/audio/mumble/files/patch-src-Net.cpp head/audio/mumble/files/patch-src-mumble-CELTCodec.cpp head/audio/mumble/files/patch-src-mumble-ServerHandler.cpp head/audio/mumble/files/patch-src-mumble-mumble.pro head/audio/mumble/files/patch-src-mumble-mumble_pch.hpp head/audio/mumble/pkg-plist
1. no-pulseaudio 2 times. 2. no-xevie deprecated: was removed 2010-05-29 - check CHANGES file. 3. no-speechd - may be add option for it? accessibility/speech-dispatcher.
Created attachment 203036 [details] Added support for Speech Dispatcher And removed not necesary CONFIG options.
A commit references this bug: Author: feld Date: Thu Mar 21 22:18:23 UTC 2019 New revision: 496517 URL: https://svnweb.freebsd.org/changeset/ports/496517 Log: audio/mumble: Remove unnecessary build flags - Also add speechd port option PR: 235177 Changes: head/audio/mumble/Makefile