diff options
author | Joe McCann <joem@gentoo.org> | 2007-06-01 18:22:02 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2007-06-01 18:22:02 +0000 |
commit | a0d6defaebbf6b0f525945a5c5c054aadbccd7a2 (patch) | |
tree | 960dc22506458a7d421c7422f5194506d024ed87 /media-gfx/f-spot/files | |
parent | Remove unused revisions. (diff) | |
download | historical-a0d6defaebbf6b0f525945a5c5c054aadbccd7a2.tar.gz historical-a0d6defaebbf6b0f525945a5c5c054aadbccd7a2.tar.bz2 historical-a0d6defaebbf6b0f525945a5c5c054aadbccd7a2.zip |
Add patch to fix picasaweb export. Closing bug 176177
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'media-gfx/f-spot/files')
-rw-r--r-- | media-gfx/f-spot/files/digest-f-spot-0.3.5-r1 | 3 | ||||
-rw-r--r-- | media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/f-spot/files/digest-f-spot-0.3.5-r1 b/media-gfx/f-spot/files/digest-f-spot-0.3.5-r1 new file mode 100644 index 000000000000..f0b12eb6cbcc --- /dev/null +++ b/media-gfx/f-spot/files/digest-f-spot-0.3.5-r1 @@ -0,0 +1,3 @@ +MD5 dafa8ac8149b80d010cecee3629e39b5 f-spot-0.3.5.tar.bz2 1770616 +RMD160 c15334dc45ed55b9316a379cdc62e8484bb31440 f-spot-0.3.5.tar.bz2 1770616 +SHA256 441997d27f0155ab2090b14dd6f29ccdf850f3565fa951dac5e589c75980a72b f-spot-0.3.5.tar.bz2 1770616 diff --git a/media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch b/media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch new file mode 100644 index 000000000000..1033c139b012 --- /dev/null +++ b/media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch @@ -0,0 +1,12 @@ +--- google-sharp/PicasaWeb.cs 2007-01-09 10:07:29.000000000 +0800 ++++ google-sharp/PicasaWeb.cs 2007-05-28 20:20:48.000000000 +0800 +@@ -260,7 +260,8 @@ namespace Mono.Google.Picasa { + XmlNamespaceManager nsmgr = new XmlNamespaceManager (doc.NameTable); + nsmgr.AddNamespace ("photo", "http://www.pheed.com/pheed/"); + nsmgr.AddNamespace ("media", "http://search.yahoo.com/mrss/"); +- nsmgr.AddNamespace ("gphoto", "http://picasaweb.google.com/lh/picasaweb"); ++ nsmgr.AddNamespace ("gphoto", "http://schemas.google.com/photos/2007"); ++ nsmgr.AddNamespace ("batch", "http://schemas.google.com/gdata/batch"); + node = channel.SelectSingleNode ("gphoto:user", nsmgr); + user = node.InnerText; + node = channel.SelectSingleNode ("gphoto:nickname", nsmgr); |