Magellan Linux

Diff of /trunk/core/gtk2+/gtk2+-2.18.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3397 by niro, Tue Oct 20 22:02:44 2009 UTC revision 3398 by niro, Tue Oct 20 22:04:37 2009 UTC
# Line 45  SRC_URI=( Line 45  SRC_URI=(
45   ftp://ftp.gtk.org/pub/gtk/v${PVER:0:4}/${SRCFILE}   ftp://ftp.gtk.org/pub/gtk/v${PVER:0:4}/${SRCFILE}
46   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
47   mirror://${PNAME}/${PNAME}-2.14.6-multilib.patch   mirror://${PNAME}/${PNAME}-2.14.6-multilib.patch
  mirror://${PNAME}/${PNAME}-2.14.6-flash-workaround.patch  
48  )  )
49    
50  UP2DATE="updatecmd_gnome ${PNAME/2/}"  UP2DATE="updatecmd_gnome ${PNAME/2/}"
# Line 61  src_prepare() Line 60  src_prepare()
60   # fix multilib issues with pixbuf loaders   # fix multilib issues with pixbuf loaders
61   # patch adds the host-triplet to the config search path   # patch adds the host-triplet to the config search path
62   mpatch ${PNAME}-2.14.6-multilib.patch || die   mpatch ${PNAME}-2.14.6-multilib.patch || die
   
  # fixes an infinite loop with adobe flash  
  # see http://bugzilla.gnome.org/show_bug.cgi?id=463773#c11  
  mpatch ${PNAME}-2.14.6-flash-workaround.patch || die  
63  }  }
64    
65  src_compile()  src_compile()

Legend:
Removed from v.3397  
changed lines
  Added in v.3398