Magellan Linux

Diff of /trunk/extras/qt4/qt4-4.5.2-r1.smage2

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

revision 3673 by niro, Thu Oct 29 12:12:46 2009 UTC revision 3674 by niro, Thu Oct 29 12:27:01 2009 UTC
# Line 54  sminclude mtools Line 54  sminclude mtools
54  SRC_URI=(  SRC_URI=(
55   ftp://ftp.trolltech.com/qt/source/${SRCFILE}   ftp://ftp.trolltech.com/qt/source/${SRCFILE}
56   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/qt-4.5.1-qt-copy_svg-rendering-regression.patch  
  mirror://${PNAME}/qt-4.5.1-qt-copy_fix-qpixmapcache-leak.patch  
57   mirror://${PNAME}/qt-4.5.1-no-hardcoded_fonts.patch   mirror://${PNAME}/qt-4.5.1-no-hardcoded_fonts.patch
58  )  )
59    
# Line 79  src_prepare() Line 77  src_prepare()
77   # see: https://cvs.fedoraproject.org/viewvc/rpms/qt4/F-8/qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases.patch?view=markup   # see: https://cvs.fedoraproject.org/viewvc/rpms/qt4/F-8/qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases.patch?view=markup
78   mpatch qt-4.5.1-no-hardcoded_fonts.patch || die   mpatch qt-4.5.1-no-hardcoded_fonts.patch || die
79    
  # fix broken kde plasma themes  
  # see: https://bugs.kde.org/show_bug.cgi?id=192914  
  mpatch qt-4.5.1-qt-copy_svg-rendering-regression.patch || die  
   
  # fix Qpixmap memory leak  
  # https://bugs.kde.org/show_bug.cgi?id=183191  
  mpatch qt-4.5.1-qt-copy_fix-qpixmapcache-leak.patch || die  
   
80   # set our cflags and fix up our header and lib locations   # set our cflags and fix up our header and lib locations
81   cd ${SRCDIR}/mkspecs/${PLATFORM}   cd ${SRCDIR}/mkspecs/${PLATFORM}
82   sed -i -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \   sed -i -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \

Legend:
Removed from v.3673  
changed lines
  Added in v.3674