From: Debian Qt/KDE Maintainers Date: Thu, 6 Feb 2025 00:14:44 +0000 (-0500) Subject: Warn users about MP3 decoding. X-Git-Tag: archive/raspbian/24.12.1-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5d53fb44ec6a49548af32d227b89db684946e751;p=k3b.git Warn users about MP3 decoding. Forwarded: not-needed Last-Update: 2018-09-07 Gbp-Pq: Name 111_advice_debian_libk3b3-extracodes.diff --- diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index 24a0d22..174b753 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -552,8 +552,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le "include MP3 support for legal reasons."), i18n("To enable MP3 support, please install the MAD MP3 decoding library as well as the " "K3b MAD MP3 decoder plugin (the latter may already be installed but not functional " - "due to the missing libmad). Some distributions allow installation of MP3 support " - "via an online update tool.") ) ); + "due to the missing libmad). To get MP3 support, please install the package libk3b-extracodecs.") ) ); } #ifdef HAVE_ICONV