[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 627 Add xulrunner lib path to LD_LIBRARY_PATH (Closes: #574679)

Giuseppe Iuculano iuculano at debian.org
Sun Jun 27 08:23:43 UTC 2010


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 627
Revision Id: iuculano at debian.org-20100627082343-1ia7035r5qa29qyw
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Add xulrunner lib path to LD_LIBRARY_PATH (Closes: #574679)


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/chromium-browser.sh.in

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-06-26 18:24:05 +0000
+++ b/debian/changelog	2010-06-27 08:23:43 +0000
@@ -2,8 +2,9 @@
 
   * Set ffmpeg_branding=Chrome to enable the h264 decoder
   * Backport VP8/WebM code and use system copy of libvpx
+  * Add xulrunner lib path to LD_LIBRARY_PATH (Closes: #574679)
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Sat, 26 Jun 2010 20:23:29 +0200
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 27 Jun 2010 10:20:04 +0200
 
 chromium-browser (5.0.375.86~r49890-2) unstable; urgency=low
 

=== modified file 'debian/chromium-browser.sh.in'
--- a/debian/chromium-browser.sh.in	2010-06-25 19:27:14 +0000
+++ b/debian/chromium-browser.sh.in	2010-06-27 08:23:43 +0000
@@ -8,6 +8,7 @@
 
 APPNAME=chromium-browser
 LIBDIR=/usr/lib/chromium-browser
+EXTRALIB=/usr/lib/xulrunner-1.9.1
 GDB=/usr/bin/gdb
 BUILD_DIST="@BUILD_DIST@"
 
@@ -33,9 +34,9 @@
 
 # FFmpeg needs to know where its libs are located
 if [ "Z$LD_LIBRARY_PATH" != Z ] ; then
-  LD_LIBRARY_PATH=$LIBDIR:$LD_LIBRARY_PATH
+  LD_LIBRARY_PATH=$LIBDIR:$EXTRALIB:$LD_LIBRARY_PATH
 else
-  LD_LIBRARY_PATH=$LIBDIR
+  LD_LIBRARY_PATH=$LIBDIR:$EXTRALIB
 fi
 export LD_LIBRARY_PATH
 



More information about the Pkg-chromium-commit mailing list