Package: amarok
Version: 1.4.1-3
Severity: important
Tags: patch
Hello!
First of all thanks for the packaging of amarok. Unfortunately amarok has a
problem with MySQL 5.0.24 (http://amarok.kde.org/wiki/MySQL_HowTo#MySQL_Setup).
Two days ago, this was fixed in amarok's SVN
(http://websvn.kde.org/?rev=574217&view=rev). I adjusted the patch so that it
works with amarok 1.4.1 and not only with the SVN version. I included the patch
in debian's patch directory and for me it works fine. Maybe you can include it
as MySQL 5.0.24 is the version to be found in sid, so right now sid users can't
use amarok with MySQL.
Thanks
Johannes
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to de_DE.utf8)
Versions of packages amarok depends on:
ii amarok-engines 1.4.1-3 output engines for the Amarok audi
ii amarok-xine [amarok 1.4.1-3 xine engine for the Amarok audio p
ii kdelibs4c2a 4:3.5.4-3 core libraries and binaries for al
ii libc6 2.3.6.ds1-2 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-11 GCC support library
ii libgl1-mesa-glx [li 6.5.0.cvs.20060524-1 A free implementation of the OpenG
ii libglib2.0-0 2.10.3-3 The GLib library of C routines
ii libgpod0 0.3.2-1.1 a library to read and write songs
ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library
ii libifp4 1.0.0.2-3 communicate with iRiver iFP audio
ii libmysqlclient15off 5.0.24-1 mysql database client library
ii libnjb5 2.2.5-4 Creative Labs Nomad Jukebox librar
ii libpng12-0 1.2.8rel-5.2 PNG library - runtime
ii libpq4 8.1.4-6 PostgreSQL C client library
ii libqt3-mt 3:3.3.6-3 Qt GUI Library (Threaded runtime v
ii libsdl1.2debian 1.2.11-3 Simple DirectMedia Layer
ii libsm6 1:1.0.0-4 X11 Session Management library
ii libsqlite3-0 3.3.7-1 SQLite 3 shared library
ii libstdc++6 4.1.1-11 The GNU Standard C++ Library v3
ii libtag1c2a 1.4-4 TagLib Audio Meta-Data Library
ii libtunepimp3 0.4.2-3.2 MusicBrainz tagging library and si
ii libusb-0.1-4 2:0.1.12-2 userspace USB programming library
ii libvisual-0.4-0 0.4.0-1 Audio visualization framework
ii libx11-6 2:1.0.0-8 X11 client-side library
ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar
ii ruby 1.8.2-1 An interpreter of object-oriented
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages amarok recommends:
ii kdemultimedia-kio-plugins 4:3.5.4-1 enables the browsing of audio CDs
-- no debconf information
--- amarok/src/collectiondb_org.cpp 2006-08-20 14:06:16.568683750 +0200
+++ amarok/src/collectiondb.cpp 2006-08-20 14:07:01.107467250 +0200
@@ -4878,7 +4878,6 @@
values << QString::fromUtf8( (const char*)row[i] );
}
}
- mysql_free_result( result );
}
else
{
@@ -4888,6 +4887,7 @@
values = QStringList();
}
}
+ mysql_free_result( result );
}
else
{