From: Debian Qt/KDE Maintainers Date: Mon, 23 Dec 2024 19:38:15 +0000 (+0100) Subject: Warn users about MP3 decoding. X-Git-Tag: archive/raspbian/24.12.1-1+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0e6e98d17f4de779d82e0a5dcd98b56cf580dc6;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