2007-03-23 Damien Carbery <[email protected]> gnome-2-16
authordcarbery
Fri, 23 Mar 2007 20:46:51 +0000
branchgnome-2-16
changeset 19038 cc06d1710480
parent 19037 aae5ae872273
child 19039 6a1fddcd609b
2007-03-23 Damien Carbery <[email protected]> * patches/firefox-08-no-nss-nspr.diff: Add chunk to change firefox-plugin.pc so it doesn't require firefox-nspr.pc (which is not distributed). Without this patch totem will not build the firefox plugins.
ChangeLog
patches/firefox-08-no-nss-nspr.diff
--- a/ChangeLog	Fri Mar 23 14:26:46 2007 +0000
+++ b/ChangeLog	Fri Mar 23 20:46:51 2007 +0000
@@ -1,3 +1,10 @@
+2007-03-23  Damien Carbery <[email protected]>
+
+	* patches/firefox-08-no-nss-nspr.diff: Add chunk to change
+	  firefox-plugin.pc so it doesn't require firefox-nspr.pc (which is not
+	  distributed). Without this patch totem will not build the firefox
+	  plugins.
+
 2007-03-23  Dave Lin  <[email protected]>
 
 	* patches/firefox-11-developer-guide-bookmark.diff: Updated
--- a/patches/firefox-08-no-nss-nspr.diff	Fri Mar 23 14:26:46 2007 +0000
+++ b/patches/firefox-08-no-nss-nspr.diff	Fri Mar 23 20:46:51 2007 +0000
@@ -77,3 +77,12 @@
 -Requires: %NSPR_NAME% >= %NSPR_VERSION%
  Libs: -L${libdir} -lxpcom -lxpcom_core
  Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string
+--- firefox-2.0.0.2/build/unix/mozilla-plugin.pc.in.orig	2007-03-08 15:35:42.298209000 +0000
++++ firefox-2.0.0.2/build/unix/mozilla-plugin.pc.in	2007-03-08 15:35:52.225045000 +0000
+@@ -6,5 +6,5 @@
+ Name: Mozilla Plug-In API
+ Description: Mozilla Plug-In API
+ Version: %MOZILLA_VERSION%
+-Requires: %NSPR_NAME% >= %NSPR_VERSION%
++Requires: %MOZ_APP_NAME%-xpcom = %MOZILLA_VERSION%
+ Cflags: -I${includedir}/java -I${includedir}/plugin