Revision 644953

Go back to digest for 25th March 2007

Features in Multimedia

David Faure committed changes in /trunk/extragear/multimedia/amarok:

Switch to standard mimetype names, and fix a number of brain-damages:
* clean up config.h.cmake... I really hope this was the last copy of all this mess.
* use local sqlite copy unless explicitely requested (like in kde3)
* fix the use of the local sqlite copy - two files were missing, which is why linking to the system sqlite was necessary up to now
* don't use a KFileItem just to find the mimetype of a url, there's KMimeType::findByUrl for that
* and finally, spot the horror in:
bool NmmEngine::canDecode(const KUrl& url) const
{
static QStringList types;
types += QString("audio/x-mp3");
types += QString("audio/x-wav");
[...]
}
!!

File Changes

Modified 7 files
  • /trunk/extragear/multimedia/amarok
  •   /CMakeLists.txt
  •   /config.h.cmake
  •   /src/CMakeLists.txt
  •   /src/enginecontroller.cpp
  •   /src/metadata/tplugins.cpp
  •   /src/engine/mas/masengine.cpp
  •   /src/engine/nmm/nmm_engine.cpp
7 files changed in total