SOURCES: browser-plugin-swfdec-xulrunner.patch (NEW) - based on sw...

wrobell wrobell at pld-linux.org
Thu Mar 22 00:44:37 CET 2007


Author: wrobell                      Date: Wed Mar 21 23:44:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- based on swfdec-xulrunner patch

---- Files affected:
SOURCES:
   browser-plugin-swfdec-xulrunner.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/browser-plugin-swfdec-xulrunner.patch
diff -u /dev/null SOURCES/browser-plugin-swfdec-xulrunner.patch:1.1
--- /dev/null	Thu Mar 22 00:44:37 2007
+++ SOURCES/browser-plugin-swfdec-xulrunner.patch	Thu Mar 22 00:44:32 2007
@@ -0,0 +1,17 @@
+--- swfdec-mozilla-0.4.2.orig/configure.ac	2007-02-08 18:41:05.000000000 +0000
++++ swfdec-mozilla-0.4.2/configure.ac	2007-03-21 23:10:09.000000000 +0000
+@@ -112,8 +112,12 @@
+   AC_MSG_ERROR([cannot find cairo, which is required for build])
+ fi
+ 
+-PKG_CHECK_MODULES(MOZILLA, mozilla-plugin, HAVE_MOZILLA=yes, HAVE_MOZILLA=no)
+-MOZILLA_DIR=mozilla
++PKG_CHECK_MODULES(MOZILLA, xulrunner-plugin, HAVE_MOZILLA=yes, HAVE_MOZILLA=no)
++MOZILLA_DIR=xulrunner
++if test "$HAVE_MOZILLA" = no ; then
++  PKG_CHECK_MODULES(MOZILLA, mozilla-plugin, HAVE_MOZILLA=yes, HAVE_MOZILLA=no)
++  MOZILLA_DIR=mozilla
++fi
+ if test "$HAVE_MOZILLA" = no ; then
+   PKG_CHECK_MODULES(MOZILLA, firefox-plugin, HAVE_MOZILLA=yes, HAVE_MOZILLA=no)
+   MOZILLA_DIR=mozilla-firefox
================================================================


More information about the pld-cvs-commit mailing list