diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-11 00:19:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-11 00:19:27 +0800 |
commit | 73056aa927dade011c1aa7639111a61a7f385f5f (patch) | |
tree | bdfda8f4ae1460ef9d1b16a3255124162e132046 | |
parent | f4e1f8b161d1551f64c27e4d4e823b186f79445c (diff) | |
download | marcuscom-ports-73056aa927dade011c1aa7639111a61a7f385f5f.tar.gz marcuscom-ports-73056aa927dade011c1aa7639111a61a7f385f5f.tar.zst marcuscom-ports-73056aa927dade011c1aa7639111a61a7f385f5f.zip |
Run the check for the GST GConf modules with dbus-launch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14806 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/totem/files/patch-configure | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure index 4c6c7b340..4c6a3519c 100644 --- a/multimedia/totem/files/patch-configure +++ b/multimedia/totem/files/patch-configure @@ -1,7 +1,16 @@ ---- configure.orig 2008-08-30 08:23:22.000000000 +0200 -+++ configure 2008-08-30 08:24:20.000000000 +0200 -@@ -25171,7 +25171,9 @@ - _ACEOF +--- configure.orig 2010-10-10 12:15:41.000000000 -0400 ++++ configure 2010-10-10 12:18:12.000000000 -0400 +@@ -18343,7 +18343,7 @@ for good_element in gconfaudiosink gconf + do + { $as_echo "$as_me:${as_lineno-$LINENO}: checking GStreamer 0.10 $good_element plugin" >&5 + $as_echo_n "checking GStreamer 0.10 $good_element plugin... " >&6; } +- if $gst010_inspect $good_element >/dev/null 2>/dev/null; then ++ if dbus-launch $gst010_inspect $good_element >/dev/null 2>/dev/null; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } + else +@@ -21139,7 +21139,9 @@ if test "$enable_browser_plugins" = "yes + $as_echo "#define ENABLE_BROWSER_PLUGINS 1" >>confdefs.h +if [ -z "${BROWSER_PLUGIN_DIR}" ]; then |