diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-15 05:51:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-15 05:51:13 +0800 |
commit | 281e72dcf1465077476bd19fa782966deb04ec04 (patch) | |
tree | 8c819fcdbce192fcc6f77df4faae2eb339ea9a2d /multimedia/totem/files | |
parent | 06864d430b0623057a4de2733ed500a63b8bdda7 (diff) | |
download | marcuscom-ports-281e72dcf1465077476bd19fa782966deb04ec04.tar marcuscom-ports-281e72dcf1465077476bd19fa782966deb04ec04.tar.gz marcuscom-ports-281e72dcf1465077476bd19fa782966deb04ec04.tar.bz2 marcuscom-ports-281e72dcf1465077476bd19fa782966deb04ec04.tar.lz marcuscom-ports-281e72dcf1465077476bd19fa782966deb04ec04.tar.xz marcuscom-ports-281e72dcf1465077476bd19fa782966deb04ec04.tar.zst marcuscom-ports-281e72dcf1465077476bd19fa782966deb04ec04.zip |
Update to 1.5.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7059 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem/files')
-rw-r--r-- | multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp | 10 | ||||
-rw-r--r-- | multimedia/totem/files/patch-configure | 68 | ||||
-rw-r--r-- | multimedia/totem/files/patch-src_totem-mozilla-plugin.cpp | 10 |
3 files changed, 78 insertions, 10 deletions
diff --git a/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp b/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp new file mode 100644 index 000000000..9a16349f4 --- /dev/null +++ b/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp @@ -0,0 +1,10 @@ +--- browser-plugin/totemPlugin.cpp.orig Mon Aug 14 17:01:14 2006 ++++ browser-plugin/totemPlugin.cpp Mon Aug 14 17:01:24 2006 +@@ -27,6 +27,7 @@ + #include <stdint.h> + #include <unistd.h> + #include <fcntl.h> ++#include <signal.h> + #include <sys/wait.h> + #include <sys/poll.h> + #include <string.h> diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure new file mode 100644 index 000000000..0d0963ea5 --- /dev/null +++ b/multimedia/totem/files/patch-configure @@ -0,0 +1,68 @@ +--- configure.orig Mon Aug 14 17:36:36 2006 ++++ configure Mon Aug 14 17:40:16 2006 +@@ -22387,6 +22387,7 @@ else + fi; + echo "$as_me:$LINENO: result: $enable_basic_plugin" >&5 + echo "${ECHO_T}$enable_basic_plugin" >&6 ++fi + + + +@@ -22398,6 +22399,7 @@ else + ENABLE_BASIC_PLUGIN_FALSE= + fi + ++if test "$ENABLE_MOZILLA" = "yes"; then + + echo "$as_me:$LINENO: checking whether to enable the GMP browser plugin" >&5 + echo $ECHO_N "checking whether to enable the GMP browser plugin... $ECHO_C" >&6 +@@ -22410,6 +22412,7 @@ else + fi; + echo "$as_me:$LINENO: result: $enable_gmp_plugin" >&5 + echo "${ECHO_T}$enable_gmp_plugin" >&6 ++fi + + + +@@ -22422,6 +22425,8 @@ else + fi + + ++if test "$ENABLE_MOZILLA" = "yes"; then ++ + echo "$as_me:$LINENO: checking whether to enable the Complex browser plugin" >&5 + echo $ECHO_N "checking whether to enable the Complex browser plugin... $ECHO_C" >&6 + # Check whether --enable-complex-plugin or --disable-complex-plugin was given. +@@ -22433,6 +22438,7 @@ else + fi; + echo "$as_me:$LINENO: result: $enable_complex_plugin" >&5 + echo "${ECHO_T}$enable_complex_plugin" >&6 ++fi + + + +@@ -22445,6 +22451,8 @@ else + fi + + ++if test "$ENABLE_MOZILLA" = "yes"; then ++ + echo "$as_me:$LINENO: checking whether to enable the NarrowSpace browser plugin" >&5 + echo $ECHO_N "checking whether to enable the NarrowSpace browser plugin... $ECHO_C" >&6 + # Check whether --enable-narrowspace-plugin or --disable-narrowspace-plugin was given. +@@ -22456,6 +22464,7 @@ else + fi; + echo "$as_me:$LINENO: result: $enable_narrowspace_plugin" >&5 + echo "${ECHO_T}$enable_narrowspace_plugin" >&6 ++fi + + + +@@ -22468,7 +22477,6 @@ else + fi + + +-fi + + + # Check whether --enable-nautilus or --disable-nautilus was given. diff --git a/multimedia/totem/files/patch-src_totem-mozilla-plugin.cpp b/multimedia/totem/files/patch-src_totem-mozilla-plugin.cpp deleted file mode 100644 index 2c34077ea..000000000 --- a/multimedia/totem/files/patch-src_totem-mozilla-plugin.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/totem-mozilla-plugin.cpp.orig Tue Nov 8 21:50:10 2005 -+++ src/totem-mozilla-plugin.cpp Tue Nov 8 21:50:27 2005 -@@ -27,6 +27,7 @@ - #include <stdint.h> - #include <unistd.h> - #include <fcntl.h> -+#include <signal.h> - #include <sys/wait.h> - #include <string.h> - |