]> Pileus Git - ~andy/sunrise/blobdiff - sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch
sys-fs/fusepod: Initial ebuild for bug #136624
[~andy/sunrise] / sys-fs / fusepod / files / fusepod-0.5.1-libgpod-api-fix.patch
diff --git a/sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch b/sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch
new file mode 100644 (file)
index 0000000..18e8336
--- /dev/null
@@ -0,0 +1,11 @@
+--- src/fusepod_ipod.cpp       2006-08-08 23:28:23.000000000 +0200
++++ src/fusepod_ipod.cpp.new   2007-01-17 20:58:17.000000000 +0100
+@@ -417,7 +417,7 @@
+     stats << "FUSEPod Version: " << PACKAGE_VERSION << endl;
+     stats << "ITunesDB Version: " << this->ipod->version << endl;
+-    stats << "Real Mountpoint: " << this->ipod->mountpoint << endl;
++    stats << "Real Mountpoint: " << itdb_get_mountpoint(this->ipod) << endl;
+     Playlist * mpl = itdb_playlist_mpl (ipod);
+     stats << "iPod Name: " << (mpl && mpl->name ? string(mpl->name) : "Unknown") << endl;