Warn users about MP3 decoding.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 31 Dec 2024 11:14:36 +0000 (11:14 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 31 Dec 2024 11:14:36 +0000 (11:14 +0000)
Forwarded: not-needed
Last-Update: 2018-09-07

Gbp-Pq: Name 112_dont_require_mp3.diff

src/k3bsystemproblemdialog.cpp

index 174b753b7aa6ea0c2c02d527ac52bd19cfccb32e..fb39deca7cc30cf7f2ddb72eb3037c25dc76e5f1 100644 (file)
@@ -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<K3b::Plugin*> plugins = k3bcore->pluginManager()->plugins( "AudioDecoder" );
     bool haveMp3Decoder = false;
     for( QList<K3b::Plugin*>::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 );