commit: 4d0ae2ff78b8b0c17558d4e66e38300231ff5dbb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Feb 20 16:24:00 2026 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 04:23:45 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0ae2ff
net-voip/mumble: Add missing qtbase USEdeps, drop PN from DESCRIPTION Closes: https://bugs.gentoo.org/970182 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/45562 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> ...mumble-9999.ebuild => mumble-1.6.0_pre20260215-r1.ebuild} | 12 ++++-------- net-voip/mumble/mumble-9999.ebuild | 12 +++++------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/net-voip/mumble/mumble-9999.ebuild b/net-voip/mumble/mumble-1.6.0_pre20260215-r1.ebuild similarity index 92% copy from net-voip/mumble/mumble-9999.ebuild copy to net-voip/mumble/mumble-1.6.0_pre20260215-r1.ebuild index a4559593b914..a5ebcbec97e8 100644 --- a/net-voip/mumble/mumble-9999.ebuild +++ b/net-voip/mumble/mumble-1.6.0_pre20260215-r1.ebuild @@ -3,10 +3,10 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake flag-o-matic multilib python-any-r1 xdg -DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software" +DESCRIPTION="Open source, low-latency, high quality voice chat software" HOMEPAGE="https://wiki.mumble.info" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 @@ -44,12 +44,11 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/cli11 - >=dev-db/soci-4.1.2-r2[sqlite] >=dev-libs/openssl-1.0.0b:0= dev-libs/poco:=[util,xml,zip] >=dev-libs/protobuf-2.2.0:= dev-libs/spdlog:= - dev-qt/qtbase:6[dbus,gui,network,sqlite,widgets,xml] + dev-qt/qtbase:6[dbus,gui,network,sql,sqlite,ssl,widgets,xml] dev-qt/qtsvg:6 >=media-libs/libsndfile-1.0.20[-minimal] >=media-libs/opus-1.3.1 @@ -87,7 +86,6 @@ pkg_setup() { src_prepare() { sed '/TRACY_ON_DEMAND/s@ ON @ OFF @' -i src/CMakeLists.txt || die - # required because of xdg.eclass also providing src_prepare cmake_src_prepare } @@ -99,7 +97,6 @@ src_configure() { -Dbundled-json="OFF" -Dbundled-rnnoise="OFF" -Dbundled-spdlog="OFF" - -Dbundled-soci="OFF" -Dbundled-speex="OFF" -Dbundled-utfcpp="OFF" -Dg15="OFF" @@ -150,8 +147,7 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - echo + elog elog "Visit https://wiki.mumble.info/ for futher configuration instructions." elog "Run 'mumble-overlay <program>' to start the OpenGL overlay (after starting mumble)." - echo } diff --git a/net-voip/mumble/mumble-9999.ebuild b/net-voip/mumble/mumble-9999.ebuild index a4559593b914..ddaeffd78815 100644 --- a/net-voip/mumble/mumble-9999.ebuild +++ b/net-voip/mumble/mumble-9999.ebuild @@ -3,10 +3,10 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake flag-o-matic multilib python-any-r1 xdg -DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software" +DESCRIPTION="Open source, low-latency, high quality voice chat software" HOMEPAGE="https://wiki.mumble.info" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 @@ -49,7 +49,7 @@ RDEPEND=" dev-libs/poco:=[util,xml,zip] >=dev-libs/protobuf-2.2.0:= dev-libs/spdlog:= - dev-qt/qtbase:6[dbus,gui,network,sqlite,widgets,xml] + dev-qt/qtbase:6[dbus,gui,network,sql,sqlite,ssl,widgets,xml] dev-qt/qtsvg:6 >=media-libs/libsndfile-1.0.20[-minimal] >=media-libs/opus-1.3.1 @@ -87,7 +87,6 @@ pkg_setup() { src_prepare() { sed '/TRACY_ON_DEMAND/s@ ON @ OFF @' -i src/CMakeLists.txt || die - # required because of xdg.eclass also providing src_prepare cmake_src_prepare } @@ -98,8 +97,8 @@ src_configure() { -Dbundled-cli11="OFF" -Dbundled-json="OFF" -Dbundled-rnnoise="OFF" - -Dbundled-spdlog="OFF" -Dbundled-soci="OFF" + -Dbundled-spdlog="OFF" -Dbundled-speex="OFF" -Dbundled-utfcpp="OFF" -Dg15="OFF" @@ -150,8 +149,7 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - echo + elog elog "Visit https://wiki.mumble.info/ for futher configuration instructions." elog "Run 'mumble-overlay <program>' to start the OpenGL overlay (after starting mumble)." - echo }
