[banshee] Add the Extensions subdir to LD_LIBRARY_PATH
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Add the Extensions subdir to LD_LIBRARY_PATH
- Date: Wed, 24 Feb 2010 01:29:12 +0000 (UTC)
commit d7019bbe4537266165f8b8241629bea2be0f7d0e
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Feb 23 17:27:40 2010 -0800
Add the Extensions subdir to LD_LIBRARY_PATH
Used by Mirage and Lirc plugins for loading their native glue libraries.
src/Clients/Booter/banshee-1.darwin.in | 2 +-
src/Clients/Booter/banshee-1.linux.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Clients/Booter/banshee-1.darwin.in b/src/Clients/Booter/banshee-1.darwin.in
index 64eedaf..67ba30c 100644
--- a/src/Clients/Booter/banshee-1.darwin.in
+++ b/src/Clients/Booter/banshee-1.darwin.in
@@ -32,7 +32,7 @@ export GDK_PIXBUF_MODULE_FILE="$ETC_DIR/gtk-2.0/gdk-pixbuf.loaders"
export PANGO_RC_FILE="$ETC_DIR/pango/pangorc"
# Banshee/Mono/GStreamer environment
-export DYLD_LIBRARY_PATH="$LIB_DIR:$LIB_DIR/banshee-1"
+export DYLD_LIBRARY_PATH="$LIB_DIR:$LIB_DIR/banshee-1:$LIB_DIR/banshee-1/Extensions"
export GST_PLUGIN_SYSTEM_PATH="$LIB_DIR/gstreamer-0.10"
export BANSHEE_CONFIG_DIR="$XDG_CONFIG_HOME/banshee-1"
BANSHEE_OPTIONS=""
diff --git a/src/Clients/Booter/banshee-1.linux.in b/src/Clients/Booter/banshee-1.linux.in
index 2022659..86e55d1 100644
--- a/src/Clients/Booter/banshee-1.linux.in
+++ b/src/Clients/Booter/banshee-1.linux.in
@@ -7,7 +7,7 @@ MONO_EXE="@expanded_libdir@/@PACKAGE@/$exec_asm"
BANSHEE_EXEC_NAME=$(basename $0)
BANSHEE_CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/banshee-1"
-export LD_LIBRARY_PATH= expanded_libdir@:@expanded_libdir@/@PACKAGE ${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
+export LD_LIBRARY_PATH= expanded_libdir@:@expanded_libdir@/@PACKAGE@:@expanded_libdir@/@PACKAGE@/Extensions${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
export GST_PLUGIN_PATH= expanded_libdir@/@PACKAGE@/gstreamer-0.10${GST_PLUGIN_PATH+:$GST_PLUGIN_PATH}
if [ $BANSHEE_EXEC_NAME = "muinshee" ]; then
BANSHEE_CLIENT="Muinshee"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]