summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2007-01-17 20:28:14 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2007-01-17 20:28:14 +0000
commit7053e5a98d3db007ab2a058716646a100a42c86a (patch)
tree61628bfb404e153eae33f8acad1c586100f9f440 /sys-fs/fusepod/files
parentmedia-sound/poddy: Version bump, news deps, moved to sourceforge (diff)
downloadsunrise-7053e5a98d3db007ab2a058716646a100a42c86a.tar.gz
sunrise-7053e5a98d3db007ab2a058716646a100a42c86a.tar.bz2
sunrise-7053e5a98d3db007ab2a058716646a100a42c86a.zip
sys-fs/fusepod: Initial ebuild for bug #136624
svn path=/sunrise/; revision=2766
Diffstat (limited to 'sys-fs/fusepod/files')
-rw-r--r--sys-fs/fusepod/files/digest-fusepod-0.5.13
-rw-r--r--sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch11
2 files changed, 14 insertions, 0 deletions
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;