[frogr] [OSX] Added GIO modules to frogr.bundle and point it from the launcher



commit b7c3b9b323722607655b71b7ee4492438abaaa4e
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sun Sep 7 23:00:56 2014 +0100

    [OSX] Added GIO modules to frogr.bundle and point it from the launcher

 osx/frogr.bundle |    5 +++++
 osx/launcher.sh  |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/osx/frogr.bundle b/osx/frogr.bundle
index 278c8c2..23894a0 100644
--- a/osx/frogr.bundle
+++ b/osx/frogr.bundle
@@ -26,6 +26,11 @@
     ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so
   </binary>
 
+  <!-- Copy in GIO modules -->
+  <binary>
+    ${prefix}/lib/gio/modules/*.so
+  </binary>
+
   <!-- Starting with 2.24, gdk-pixbuf installs into its own directory. -->
   <binary>
     ${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/loaders/*.so
diff --git a/osx/launcher.sh b/osx/launcher.sh
index e2120df..ad4a3d9 100755
--- a/osx/launcher.sh
+++ b/osx/launcher.sh
@@ -38,6 +38,8 @@ export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
 export GST_PLUGIN_SYSTEM_PATH="$bundle_res"
 export GST_PLUGIN_SCANNER="$bundle_res/libexec/gstreamer-0.10/gst-plugin-scanner"
 
+export GIO_EXTRA_MODULES="$bundle_lib/gio/modules"
+
 # Localization settings. It's better to do this inside your program
 # using NSLocale if possible.
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]