From 7053e5a98d3db007ab2a058716646a100a42c86a Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Wed, 17 Jan 2007 20:28:14 +0000 Subject: sys-fs/fusepod: Initial ebuild for bug #136624 svn path=/sunrise/; revision=2766 --- sys-fs/fusepod/files/digest-fusepod-0.5.1 | 3 +++ sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 sys-fs/fusepod/files/digest-fusepod-0.5.1 create mode 100644 sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch (limited to 'sys-fs/fusepod/files') diff --git a/sys-fs/fusepod/files/digest-fusepod-0.5.1 b/sys-fs/fusepod/files/digest-fusepod-0.5.1 new file mode 100644 index 000000000..b7ea473d9 --- /dev/null +++ b/sys-fs/fusepod/files/digest-fusepod-0.5.1 @@ -0,0 +1,3 @@ +MD5 3ca89b6918516038d593db6f17c955d5 fusepod-0.5.1.tar.bz2 78547 +RMD160 ad68b3f6c81a3ce7546771a8b2fd3dd6ce061447 fusepod-0.5.1.tar.bz2 78547 +SHA256 2fac657ca55deab21bc734180a290a50baa0ab78f6f602d80d9cab2687e624d6 fusepod-0.5.1.tar.bz2 78547 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 index 000000000..18e83360f --- /dev/null +++ b/sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch @@ -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; -- cgit v1.2.3-65-gdbad