Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 6e91298b519d148c637bd790ee7f30d2 > files > 1

banshee-1.6.1-4.fc13.src.rpm

From ef90643d5af60f4f0e07360fdcb2a9769ed01404 Mon Sep 17 00:00:00 2001
From: Christian Krause <chkr@plauener.de>
Date: Fri, 18 Jun 2010 21:51:11 +0200
Subject: [PATCH] Add /usr/lib/banshee-1/Backends/ to library path

- mono runtime needs to find libbnpx11.so imported by
Banshee.NowPlaying.X11.dll
- extend LD_LIBRARY_PATH in banshee startup script to
include /usr/lib/banshee-1/Backends
---
 src/Clients/Booter/banshee-1.linux.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Clients/Booter/banshee-1.linux.in b/src/Clients/Booter/banshee-1.linux.in
index 86e55d1..af85d8f 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@:@expanded_libdir@/@PACKAGE@/Extensions${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
+export LD_LIBRARY_PATH=@expanded_libdir@:@expanded_libdir@/@PACKAGE@:@expanded_libdir@/@PACKAGE@/Extensions:@expanded_libdir@/@PACKAGE@/Backends${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"
-- 
1.6.6.1