Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31718

Modified Files:
        libgegl0.1.0-shlibs.info libgegl0.1.0-shlibs.patch 
Log Message:
upstream patch for ruby portability


Index: libgegl0.1.0-shlibs.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/libgegl0.1.0-shlibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgegl0.1.0-shlibs.patch   8 Aug 2011 13:20:04 -0000       1.1
+++ libgegl0.1.0-shlibs.patch   28 Jul 2013 22:36:18 -0000      1.2
@@ -34,3 +34,18 @@
  
  AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined)
  
+diff -Nurd -x'*~' gegl-0.1.6.orig/tools/create-reference.rb 
gegl-0.1.6/tools/create-reference.rb
+--- gegl-0.1.6.orig/tools/create-reference.rb  2010-10-08 12:51:42.000000000 
-0400
++++ gegl-0.1.6/tools/create-reference.rb       2013-07-28 17:48:18.000000000 
-0400
+@@ -5,6 +5,11 @@
+ # Use under a public domain license.
+ #
+ 
++if RUBY_VERSION =~ /^1.9/ or RUBY_VERSION =~ /^[2345]/
++  Encoding.default_external = Encoding::UTF_8
++  Encoding.default_internal = Encoding::UTF_8
++end
++
+ class Argument
+     attr_accessor :name, :data_type, :doc
+     def initialize

Index: libgegl0.1.0-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/libgegl0.1.0-shlibs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libgegl0.1.0-shlibs.info    18 Jul 2013 04:57:57 -0000      1.4
+++ libgegl0.1.0-shlibs.info    28 Jul 2013 22:36:18 -0000      1.5
@@ -53,7 +53,7 @@
 GCC: 4.0
 
 PatchFile: %n.patch
-PatchFile-MD5: bc3cbd646c963ccd847d504dbc2e90f5
+PatchFile-MD5: 4b3dbc6fc42770f468eb82bbda55abf6
 
 SetCFLAGS: -Os
 ConfigureParams: --enable-dependency-tracking --disable-static --without-sdl 
--without-lua --build=%m-apple-darwin`uname -r|cut -f1 -d.` 
--host=%m-apple-darwin`uname -r|cut -f1 -d.` --disable-silent-rules 
--without-libavformat
@@ -125,6 +125,9 @@
 
        Fix gtk-doc install location. See:
        https://bugzilla.gnome.org/show_bug.cgi?id=642494
+
+       Fix for utf8 encoding change in new ruby. See:
+       https://bugzilla.gnome.org/show_bug.cgi?id=705047
 <<
 Description: Generic graph based-image processing lib
 License: LGPL


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to