Your message dated Mon, 02 Mar 2009 07:47:12 +0000
with message-id <[email protected]>
and subject line Bug#516557: fixed in amarok 1.4.10-3
has caused the Debian Bug report #516557,
regarding amarok: FTBFS against libmtp-dev 0.3.6 now in unstable
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
516557: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516557
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: amarok
Version: 1.4.10-2
Severity: serious
Tags: patch
Justification: FTBFS on unstable
The libmtp package version 0.3.6 has been recently uploaded unstable. This
version had a shlibs bump libmtp7 -> libmtp8. The API has changed and
amarok FTBFS against this version of libmtp.
You will find attached below a patch in a debdiff form that fixes the
problem. The package build fine but I did not test it, though.
I know that Amarok 1 is dead upstream but please apply this simple patch and
upload to unstable, otherwise the libmtp transition will be blocked.
Thanks,
Rafael Laboissiere
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable'), (500, 'oldstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -u amarok-1.4.10/debian/changelog amarok-1.4.10/debian/changelog
--- amarok-1.4.10/debian/changelog
+++ amarok-1.4.10/debian/changelog
@@ -1,3 +1,9 @@
+amarok (1.4.10-2.1) UNRELEASED; urgency=low
+
+ * Builds against libmtp8
+
+ -- Rafael Laboissiere <[email protected]> Sat, 21 Feb 2009 23:56:43 +0100
+
amarok (1.4.10-2) unstable; urgency=high
* Add 20_security_audible_tags.diff patch to fix integer overflow while
only in patch2:
unchanged:
--- amarok-1.4.10.orig/amarok/src/mediadevice/mtp/mtpmediadevice.cpp
+++ amarok-1.4.10/amarok/src/mediadevice/mtp/mtpmediadevice.cpp
@@ -298,7 +298,7 @@
debug() << "Sending track... " << bundle.url().path().utf8() << endl;
int ret = LIBMTP_Send_Track_From_File(
m_device, bundle.url().path().utf8(), trackmeta,
- progressCallback, this, parent_id
+ progressCallback, this
);
m_critical_mutex.unlock();
@@ -529,7 +529,7 @@
for( MtpMediaItem *it = dynamic_cast<MtpMediaItem*>(items->first()); it; it = dynamic_cast<MtpMediaItem*>(items->next()) )
album_object->tracks[i++] = it->track()->id();
album_object->no_tracks = items->count();
- ret = LIBMTP_Create_New_Album( m_device, album_object, 0 );
+ ret = LIBMTP_Create_New_Album( m_device, album_object );
if( ret != 0 )
{
debug() << "creating album failed : " << ret << endl;
@@ -608,7 +608,7 @@
{
debug() << "Creating new folder '" << name << "' as a child of "<< parent_id << endl;
char *name_copy = qstrdup( name );
- uint32_t new_folder_id = LIBMTP_Create_Folder( m_device, name_copy, parent_id );
+ uint32_t new_folder_id = LIBMTP_Create_Folder( m_device, name_copy, parent_id, 0 );
delete(name_copy);
debug() << "New folder ID: " << new_folder_id << endl;
if( new_folder_id == 0 )
@@ -913,7 +913,7 @@
if( item->playlist()->id() == 0 )
{
debug() << "creating new playlist : " << metadata->name << endl;
- int ret = LIBMTP_Create_New_Playlist( m_device, metadata, 0 );
+ int ret = LIBMTP_Create_New_Playlist( m_device, metadata );
if( ret == 0 )
{
item->playlist()->setId( metadata->playlist_id );
--- End Message ---
--- Begin Message ---
Source: amarok
Source-Version: 1.4.10-3
We believe that the bug you reported is fixed in the latest version of
amarok, which is due to be installed in the Debian FTP archive:
amarok-common_1.4.10-3_all.deb
to pool/main/a/amarok/amarok-common_1.4.10-3_all.deb
amarok-dbg_1.4.10-3_amd64.deb
to pool/main/a/amarok/amarok-dbg_1.4.10-3_amd64.deb
amarok-engine-xine_1.4.10-3_amd64.deb
to pool/main/a/amarok/amarok-engine-xine_1.4.10-3_amd64.deb
amarok-engine-yauap_1.4.10-3_amd64.deb
to pool/main/a/amarok/amarok-engine-yauap_1.4.10-3_amd64.deb
amarok-engines_1.4.10-3_all.deb
to pool/main/a/amarok/amarok-engines_1.4.10-3_all.deb
amarok_1.4.10-3.diff.gz
to pool/main/a/amarok/amarok_1.4.10-3.diff.gz
amarok_1.4.10-3.dsc
to pool/main/a/amarok/amarok_1.4.10-3.dsc
amarok_1.4.10-3_amd64.deb
to pool/main/a/amarok/amarok_1.4.10-3_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Modestas Vainius <[email protected]> (supplier of updated amarok package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 02 Mar 2009 01:16:27 +0200
Source: amarok
Binary: amarok amarok-common amarok-engines amarok-engine-xine
amarok-engine-yauap amarok-dbg
Architecture: source all amd64
Version: 1.4.10-3
Distribution: unstable
Urgency: low
Maintainer: Modestas Vainius <[email protected]>
Changed-By: Modestas Vainius <[email protected]>
Description:
amarok - versatile and easy to use audio player for KDE
amarok-common - architecture independent files for Amarok
amarok-dbg - debugging symbols for Amarok
amarok-engine-xine - Xine engine for the Amarok audio player
amarok-engine-yauap - Yauap engine for the Amarok audio player
amarok-engines - output engines for the Amarok music player
Closes: 512847 516557
Changes:
amarok (1.4.10-3) unstable; urgency=low
.
* Rebuild for libmtp8 0.3.6. Steal the patch (21_fix_libmtp-0.3.0-API.diff)
from ubuntu (Closes: #516557).
* Bump libmtp-dev build depend to >= 0.3.0.
* Remove amarok-konqsidebar package to drop kdebase-dev build depend.
* Fix Wikipedia tab (patch 22_fix_wikipedia_tab.diff) (Closes: #512847).
Checksums-Sha1:
036d3ea5842fad3e0683980d6cbefe4a8a6fc475 1614 amarok_1.4.10-3.dsc
938afa635816b4bbc623fae99fb492be74b1a231 114603 amarok_1.4.10-3.diff.gz
3f2b5d83864937fbe45f661e41aa804acfb9f1db 11112162
amarok-common_1.4.10-3_all.deb
c9eecb6ac21c60a557f462bd6bfa288986d954bb 70532 amarok-engines_1.4.10-3_all.deb
f4b45af171b658eb33aeca526ea5a4201bb90f8f 2663212 amarok_1.4.10-3_amd64.deb
5937fb3d7ddceb19261e7c3173954049b412e331 127616
amarok-engine-xine_1.4.10-3_amd64.deb
91730276e8ae7102668ebe8ab52d0bc5b9b0e241 94722
amarok-engine-yauap_1.4.10-3_amd64.deb
96332bff95c1a1465b3dee5650b15d8929810d1a 11511550 amarok-dbg_1.4.10-3_amd64.deb
Checksums-Sha256:
40873486a443998559098ed2f69779d0a9aa725d7b31a0a68d179ae030d82c67 1614
amarok_1.4.10-3.dsc
d578c84c7a5a545c4c86e098276f88bb10092e21d488bb2024b8074634b8cefe 114603
amarok_1.4.10-3.diff.gz
f94f1fc38314c41e3dd2d2f4c273390e173bee2aa7bd1c7d2c5b137426cdca40 11112162
amarok-common_1.4.10-3_all.deb
561b70cdc80b336ca2365f9a9037dd931c534e5a8c43412467ca378066d2e9a8 70532
amarok-engines_1.4.10-3_all.deb
3fc71cf0c37590358db8bf3ce9dea98ac09adcd0e83244d7c4ebc042878ca2e7 2663212
amarok_1.4.10-3_amd64.deb
772bb7b14b1f9d1a23e609bad98c4be25e2b563d8f5a73f83b7aab6c0bcd05d2 127616
amarok-engine-xine_1.4.10-3_amd64.deb
6e455ffb97dcec116a19d58010bac736075a37ec10b189552caa1ef70d9b9909 94722
amarok-engine-yauap_1.4.10-3_amd64.deb
9d7ea0e0ebc333d5ae64b6cce1b91a68f97e1f1a3bbc0d47779326e1e1f194eb 11511550
amarok-dbg_1.4.10-3_amd64.deb
Files:
d044bb50bda883a2c7d1149fe19fef45 1614 kde optional amarok_1.4.10-3.dsc
e906b6605fa45a3ce012d2a2be1472f7 114603 kde optional amarok_1.4.10-3.diff.gz
b67dbac33eba48c599153311d85ad228 11112162 kde optional
amarok-common_1.4.10-3_all.deb
a9ce756e02db89d5ad4acad299cb725c 70532 kde optional
amarok-engines_1.4.10-3_all.deb
626038c1623bc43729cb3d83a86700a1 2663212 kde optional amarok_1.4.10-3_amd64.deb
b7b0fb8e1294f27b5ca923bfc0ba8f2d 127616 kde optional
amarok-engine-xine_1.4.10-3_amd64.deb
a5b84976489aaec43efb1b60c2b2032a 94722 kde optional
amarok-engine-yauap_1.4.10-3_amd64.deb
e7616f85454ce8404beea7f847fd65fb 11511550 kde extra
amarok-dbg_1.4.10-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmri2gACgkQHO9JRnPq4hRIigCfTd1rScauRFEzbQAkkaVIX7Gb
oAcAn3LMIXeifEY9d5As4XRgBFzEANn8
=QlgZ
-----END PGP SIGNATURE-----
--- End Message ---