[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/totem/devel totem-1.5.4-firefox.patch, NONE, 1.1 totem.spec, 1.68, 1.69
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/totem/devel totem-1.5.4-firefox.patch, NONE, 1.1 totem.spec, 1.68, 1.69
- Date: Mon, 31 Jul 2006 11:33:34 -0400
Author: mclasen
Update of /cvs/dist/rpms/totem/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11117
Modified Files:
totem.spec
Added Files:
totem-1.5.4-firefox.patch
Log Message:
fix include paths
totem-1.5.4-firefox.patch:
totem-mozilla-plugin.cpp | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
--- NEW FILE totem-1.5.4-firefox.patch ---
--- totem-1.5.4/src/totem-mozilla-plugin.cpp.firefox 2006-07-31 11:22:38.000000000 -0400
+++ totem-1.5.4/src/totem-mozilla-plugin.cpp 2006-07-31 11:29:41.000000000 -0400
@@ -43,11 +43,11 @@
#include "npapi.h"
#include "npupp.h"
-#include <nsIDOMWindow.h>
-#include <nsIURI.h>
-#include <nsEmbedString.h>
-#include <nsIInterfaceRequestor.h>
-#include <nsIInterfaceRequestorUtils.h>
+#include <dom/nsIDOMWindow.h>
+#include <necko/nsIURI.h>
+#include <string/nsEmbedString.h>
+#include <xpcom/nsIInterfaceRequestor.h>
+#include <xpcom/nsIInterfaceRequestorUtils.h>
#include <docshell/nsIWebNavigation.h>
#define TOTEM_DEBUG 1
Index: totem.spec
===================================================================
RCS file: /cvs/dist/rpms/totem/devel/totem.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- totem.spec 31 Jul 2006 14:30:31 -0000 1.68
+++ totem.spec 31 Jul 2006 15:33:31 -0000 1.69
@@ -13,6 +13,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Patch1: totem-0.99.19-feature-help-removal.patch
Patch2: totem-1.5.4-dbus-disconnect.patch
+Patch3: totem-1.5.4-firefox.patch
Requires(post): GConf2
Requires(post): desktop-file-utils
@@ -76,13 +77,20 @@
%setup -q
%patch1 -p1 -b .feature-help-removal
%patch2 -p1 -b .dbus-disconnect
+%patch3 -p1 -b .firefox
%build
# try to work around a problem where gst-inspect does
# not find playbin the first time around
-/usr/bin/gst-inspect-0.10 --print-all
+/usr/bin/gst-inspect-0.10 --print-all > /dev/null
export MOZILLA_PLUGINDIR=%{_libdir}/mozilla
-%configure --enable-gstreamer --disable-lirc --disable-vanity --enable-mozilla --disable-nvtv
+%configure \
+ --enable-gstreamer \
+ --disable-lirc \
+ --disable-vanity \
+ --enable-mozilla \
+ --enable-nautilus \
+ --disable-nvtv
#apparently someone forgot to autogen before disting 0.99.17 :)
#perl -pi -e 's/gstvideowidget.h//g' src/Makefile
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]