diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:14:29 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:14:29 +0000 |
commit | 6203c48873229d3315345ed36580af4124815d59 (patch) | |
tree | 5c2776a9c1354431ce2c9bcd82c23edac54c04c2 /media-video/totem/files | |
parent | add libxklavier to gnome 2.16 mask (diff) | |
download | gentoo-2-6203c48873229d3315345ed36580af4124815d59.tar.gz gentoo-2-6203c48873229d3315345ed36580af4124815d59.tar.bz2 gentoo-2-6203c48873229d3315345ed36580af4124815d59.zip |
gnome 2.16
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'media-video/totem/files')
-rw-r--r-- | media-video/totem/files/digest-totem-2.16.0 | 3 | ||||
-rw-r--r-- | media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/media-video/totem/files/digest-totem-2.16.0 b/media-video/totem/files/digest-totem-2.16.0 new file mode 100644 index 000000000000..5ba21cf57348 --- /dev/null +++ b/media-video/totem/files/digest-totem-2.16.0 @@ -0,0 +1,3 @@ +MD5 d6485fc83d1d19149de455ef0e71265c totem-2.16.0.tar.bz2 1828373 +RMD160 a281ca99ee86308325b4564d04cecdced4e1fe85 totem-2.16.0.tar.bz2 1828373 +SHA256 d86c3e1f70f44ce8ff3c154b955391ef7d7a6a0e4381d08774d302c5361f763b totem-2.16.0.tar.bz2 1828373 diff --git a/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch b/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch new file mode 100644 index 000000000000..41d953935864 --- /dev/null +++ b/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch @@ -0,0 +1,13 @@ +--- browser-plugin/totemPlugin.cpp.orig 2006-08-15 23:29:30.000000000 -0500 ++++ browser-plugin/totemPlugin.cpp 2006-08-15 23:29:43.000000000 -0500 +@@ -42,8 +42,8 @@ + #include "npapi.h" + #include "npupp.h" + +-#include <nsIDOMWindow.h> +-#include <nsIURI.h> ++#include <dom/nsIDOMWindow.h> ++#include <necko/nsIURI.h> + #include <nsEmbedString.h> + #include <nsIInterfaceRequestor.h> + #include <nsIInterfaceRequestorUtils.h> |