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~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dce780a21c4019ab71095f33c2360bdeef8d7ff0;p=k3b.git Warn users about MP3 decoding. Forwarded: not-needed Last-Update: 2018-09-07 Gbp-Pq: Name 112_dont_require_mp3.diff --- diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index 174b753..fb39dec 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -534,6 +534,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le // Way too many users are complaining about K3b not being able to decode mp3 files. So just warn them about // the legal restrictions with many distros // +/* QList plugins = k3bcore->pluginManager()->plugins( "AudioDecoder" ); bool haveMp3Decoder = false; for( QList::const_iterator it = plugins.constBegin(); @@ -554,6 +555,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le "K3b MAD MP3 decoder plugin (the latter may already be installed but not functional " "due to the missing libmad). To get MP3 support, please install the package libk3b-extracodecs.") ) ); } +*/ #ifdef HAVE_ICONV char* codec = nl_langinfo( CODESET );