c64df52
From ef90643d5af60f4f0e07360fdcb2a9769ed01404 Mon Sep 17 00:00:00 2001
c64df52
From: Christian Krause <chkr@plauener.de>
c64df52
Date: Fri, 18 Jun 2010 21:51:11 +0200
c64df52
Subject: [PATCH] Add /usr/lib/banshee-1/Backends/ to library path
c64df52
c64df52
- mono runtime needs to find libbnpx11.so imported by
c64df52
Banshee.NowPlaying.X11.dll
c64df52
- extend LD_LIBRARY_PATH in banshee startup script to
c64df52
include /usr/lib/banshee-1/Backends
c64df52
---
c64df52
 src/Clients/Booter/banshee-1.linux.in |    2 +-
c64df52
 1 files changed, 1 insertions(+), 1 deletions(-)
c64df52
c64df52
diff --git a/src/Clients/Booter/banshee-1.linux.in b/src/Clients/Booter/banshee-1.linux.in
c64df52
index 86e55d1..af85d8f 100644
c64df52
--- a/src/Clients/Booter/banshee-1.linux.in
c64df52
+++ b/src/Clients/Booter/banshee-1.linux.in
c64df52
@@ -7,7 +7,7 @@ MONO_EXE="@expanded_libdir@/@PACKAGE@/$exec_asm"
c64df52
 BANSHEE_EXEC_NAME=$(basename $0)
c64df52
 BANSHEE_CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/banshee-1"
c64df52
 
c64df52
-export LD_LIBRARY_PATH=@expanded_libdir@:@expanded_libdir@/@PACKAGE@:@expanded_libdir@/@PACKAGE@/Extensions${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
c64df52
+export LD_LIBRARY_PATH=@expanded_libdir@:@expanded_libdir@/@PACKAGE@:@expanded_libdir@/@PACKAGE@/Extensions:@expanded_libdir@/@PACKAGE@/Backends${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
c64df52
 export GST_PLUGIN_PATH=@expanded_libdir@/@PACKAGE@/gstreamer-0.10${GST_PLUGIN_PATH+:$GST_PLUGIN_PATH}
c64df52
 if [ $BANSHEE_EXEC_NAME = "muinshee" ]; then
c64df52
     BANSHEE_CLIENT="Muinshee"
c64df52
-- 
c64df52
1.6.6.1
c64df52